embassy/examples/stm32wb
Dario Nieuwenhuis 272982ee54 examples/stm32wb: fix linker script.
cortex-m-rt 0.7.2 now enforces the stack is 8-byte aligned. Stack is placed
at `ORIGIN(RAM) + LENGTH(RAM)` by default, which wasn't 8-byte-aligned. See https://github.com/rust-embedded/cortex-m/discussions/469

ST trims 8 bytes from start of RAM, and uses the whole 192kb, so let's just
copy that:

bceb1dae09/Drivers/CMSIS/Device/ST/STM32WBxx/Source/Templates/gcc/linker/stm32wb55xx_flash_cm4.ld (L48)
2023-02-19 23:02:31 +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: fix linker script. 2023-02-19 23:02:31 +01:00