CPU Configurations

Compile time configurations for different kinds of CPU. More...

Detailed Description

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.

Warning
This feature is experimental!
Only use this if you know what you are doing
#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.

Warning
This feature is experimental!
Only use this if you know what you are doing
#define DISABLE_CPU_INIT    0

Modules

 STM32WL compile time configuration