Compile time configurations for different kinds of CPU. More...
Compile time configurations for different kinds of CPU.
Skip calling board_init()
Don't call board_init()
, leave all pins in their default state.
This is intended to be used with basic riotboot_slot which does not interact with any external hardware.
#define DISABLE_BOARD_INIT 0
Skip calling cpu_init()
Don't call cpu_init()
, leave all CPU configuration in boot-up state.
This is intended to be used with basic riotboot_slot which does not interact with any CPU peripherals.
#define DISABLE_CPU_INIT 0
Modules | |
STM32WL compile time configuration | |