File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ This is a simple example to show how to write a uVisor-secured threaded applicat
4
4
5
5
Supported devices:
6
6
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 |
10
11
11
12
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 ) .
12
13
13
14
## Quickstart
14
15
16
+ The instructions here are specific to the ` K64F ` target, but can be easily extended to other supported targets as well.
17
+
15
18
For a release build, please enter:
16
19
17
20
``` bash
@@ -37,7 +40,7 @@ Main loop count: 1
37
40
Main loop count: 2
38
41
Main loop count: 3
39
42
40
- Pressed SW2 , printing from interrupt - LED changed to 0
43
+ Pressed switch , printing from interrupt - LED changed to 0
41
44
42
45
Main loop count: 4
43
46
Main loop count: 5
You can’t perform that action at this time.
0 commit comments