embassy/examples/stm32wb
Dario Nieuwenhuis 13328c58d3
examples/stm32wb: do not reserve words at start of RAM.
They're used to communicate from the app to ST's OTA bootloader. See AN5247. 

This bootloader is optional, must be flashed by the user, and requires changing the FLASH start address as well, so the current memory regions still require modifications to use it. Therefore there's no point in reserving these words.

Thanks @adamgreig for investigating the purpose.
2023-02-20 01:01:01 +01:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
src/bin Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
build.rs Add missing stm32wl/stm32wb chips except stm32wle 2022-04-08 03:15:27 +02:00
Cargo.toml Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
memory.x examples/stm32wb: do not reserve words at start of RAM. 2023-02-20 01:01:01 +01:00