Add STM32F303Nucleo. Disable broken examples.#836
Add STM32F303Nucleo. Disable broken examples.#836Grazfather merged 2 commits intoZigEmbeddedGroup:mainfrom
Conversation
|
@henryrgithub we compile these examples in CI, what compilation errors were you seeing? |
|
Ah, looking closer, the errors are
and similar. The errors go away with -Doptimize=ReleaseFast or similar. I've uncommented the examples, though it might be nice to force strip of debug symbols on those. Fair on the commented lines in board definition, I've deleted them and the unused RCC call. |
|
Debug symbol are irrelevant to what actually gets written on flash. I have a similar issue with ch32v, as they typically have very little storage. What matters is not the size of the ELF, but rather what is written to flash, and debug symbols and such are not. |
Hello! I've got blinky working on the STM32F303 Nucleo board. I disabled some examples that weren't building for the STM32F1xx.