Skip to content

Commit fbd838c

Browse files
committed
Add Nicla Vision as supported board and update mbed compile flags
1 parent 024b92d commit fbd838c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ MCUboot bootloader porting for Arduino [Mbed OS](https://os.mbed.com/docs/mbed-o
77
The following boards are supported:
88
* [Portenta H7](https://store.arduino.cc/products/portenta-h7)
99
* [Portenta H7 Lite](https://store.arduino.cc/products/portenta-h7-lite)
10-
* [Portenta H7 Lite Connected]((https://store.arduino.cc/products/portenta-h7-lite))
10+
* [Portenta H7 Lite Connected](https://store.arduino.cc/products/portenta-h7-lite)
11+
* [Nicla Vision](https://store.arduino.cc/products/nicla-vision)
1112

1213
## :grey_question: What
1314
MCUboot provides secure boot for 32-bit microcontrollers. For a detailed description on what MCUboot does and how it works please read the [official documentaion](https://docs.mcuboot.com/).
@@ -112,7 +113,7 @@ The following command will setup the mbed environment and clone the needed repos
112113
mbed config root . && mbed deploy
113114
mbed compile -m PORTENTA_H7_M7 -t GCC_ARM --profile=release --profile mbed-os/tools/profiles/extensions/lto.json
114115
```
115-
Additional flags are needed for [Lite](generate_rel.sh#L24) and [Lite Connected](generate_rel.sh#L35) boards.
116+
Additional flags are needed for [Lite](generate_rel.sh#L24), [Lite Connected](generate_rel.sh#L35) and [Nicla Vision](generate_rel.sh#L46) boards.
116117

117118
### Debug
118119

0 commit comments

Comments
 (0)