Skip to content

Commit bf0b160

Browse files
authored
Update README to highlight TouchGFX
1 parent fd9f0cd commit bf0b160

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This unique solution is an easy way to get a secure and robust bootloader that o
1515
* Multiple secure firmware update methods from bootloader: YMODEM over UART, USB flash drive (where available).
1616
* Optional automatic 'git' semantic versioning support: automatically version your application firmware end-to-end with git repository tags.
1717
* Useful progress messages printed to UART.
18+
* Can deploy and update TouchGFX applications.
1819

1920
This secure patching bootloader and firmware update system is Apache and MIT licensed and free to use on any NUCLEO, DISCO or EVAL board we support here. If your NUCLEO, DISCO or EVAL board is missing, post an issue and we'll add it.
2021

@@ -59,7 +60,8 @@ The Delta Patch Engine is built into the bootloader and ready to be accessed by
5960
* The patching engine API consists of just three functions (Init(), Data(), Finish()) described in one header file and implemented in one object file bound at link time.
6061

6162

62-
### MultiSegment
63+
### TouchGFX
64+
Yes! With the STM32 Secure Patching Bootloader you can deploy and update your TouchGFX application with assets on external flash as easily as any other. We call this capability **MultiSegment**.
6365

6466
The MultiSegment feature solves the problem of how to update monolithic applications that are larger than the device's internal flash, or equivalently, applications that that are linked to be executed in two disjoint flash regions - for example internal and external flash.
6567

0 commit comments

Comments
 (0)