Skip to content

Commit f90eb6a

Browse files
committed
README: Add DISCO_F429ZI target
1 parent cca8adf commit f90eb6a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ This is a simple example to show how to write a uVisor-secured threaded applicat
44

55
Supported devices:
66

7-
| Target | Toolchain | Public box LED | Secure box LED | User button | Baud rate |
8-
|--------|-----------|----------------|----------------|-------------|-----------|
9-
| `K64F` | `GCC_ARM` | `LED_BLUE` | `LED_RED` | `SW2` | 9600 |
7+
| Target | Toolchain | Public box LED | Secure box LED | User button | Baud rate |
8+
|----------------|-----------|----------------|----------------|---------------|-----------|
9+
| `K64F` | `GCC_ARM` | `LED_BLUE` | `LED_RED` | `SW2` | 9600 |
10+
| `DISCO_F429ZI` | `GCC_ARM` | `LED1` | `LED2` | `USER_BUTTON` | 9600 |
1011

1112
Latest release: [mbed-os-5.3.0](https://github.com/ARMmbed/mbed-os-example-uvisor/releases/tag/mbed-os-5.3.0). Tested with [mbed-cli v1.0.0](https://github.com/ARMmbed/mbed-cli/releases/tag/1.0.0).
1213

1314
## Quickstart
1415

16+
The instructions here are specific to the `K64F` target, but can be easily extended to other supported targets as well.
17+
1518
For a release build, please enter:
1619

1720
```bash
@@ -37,7 +40,7 @@ Main loop count: 1
3740
Main loop count: 2
3841
Main loop count: 3
3942
40-
Pressed SW2, printing from interrupt - LED changed to 0
43+
Pressed switch, printing from interrupt - LED changed to 0
4144
4245
Main loop count: 4
4346
Main loop count: 5

0 commit comments

Comments
 (0)