Skip to content

Commit 7a0b9b7

Browse files
authored
Add link to new FAQ
1 parent 930fc2b commit 7a0b9b7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## STM32 Secure Patching Bootloader
22

3-
*Don't forget to check out our [v1.4 preview](https://github.com/firmwaremodules/stm32-secure-patching-bootloader/tree/v1.4-preview) branch with support for awesome new boards like the G0 and G4 series*
3+
*Don't forget to check out our [v1.4 preview](https://github.com/firmwaremodules/stm32-secure-patching-bootloader/tree/v1.4-preview) branch with support for awesome new boards like the G0 and G4 series and the Nucleo-WL55*
44

55
A Secure Patching Bootloader and Firmware Update System for all **STM32** MCUs.
66

@@ -25,11 +25,12 @@ This secure patching bootloader and firmware update system is Apache and MIT lic
2525
The stm32-secure-patching-bootloader reserves between **40 - 80 KB** at the beginning of internal flash, depending on MCU and feature selected (support for USB flash loader, external flash / multisegment add to size).
2626
The bootloader also reserves about **5 KB** at the start of SRAM for the secure patching engine's stack and state, fully indepdenent of the application. This allows the application to perform in-application firmware updates and make other runtime requests of the bootloader (get firmware version, etc).
2727

28+
Check out the **FAQ** [here](https://github.com/firmwaremodules/stm32-secure-patching-bootloader/wiki#faq) in the wiki.
29+
2830
### Quick Start Guide
2931

3032
Refer to details in [Product Documentation](Docs/README.md).
3133

32-
3334
### Supported Boards
3435

3536
This list will grow over time as we work to support key STM32 NUCLEO, DISCO, EVAL and 3rd-party boards. Note that we group -DISCO, -Discovery and -DK as just `DISCO`.

0 commit comments

Comments
 (0)