Loading...
Searching...
No Matches
Core initialization compile configuration

Detailed Description

Functions

void kernel_init (void)
 Initializes scheduler and creates main and idle task.
 
void board_init (void)
 Initialize board specific hardware.
 
static void early_init (void)
 Initialize debug LEDs and stdio.
 
#define CONFIG_SKIP_BOOT_MSG
 Enable this to disable printing a message on bootup.
 
#define CONFIG_BOOT_MSG_STRING
 The message printed by RIOT before calling the main() function, when CONFIG_SKIP_BOOT_MSG is not set.
 

Macro Definition Documentation

◆ CONFIG_BOOT_MSG_STRING

#define CONFIG_BOOT_MSG_STRING

The message printed by RIOT before calling the main() function, when CONFIG_SKIP_BOOT_MSG is not set.

Definition at line 44 of file kernel_init.h.

◆ CONFIG_SKIP_BOOT_MSG

#define CONFIG_SKIP_BOOT_MSG

Enable this to disable printing a message on bootup.

Definition at line 38 of file kernel_init.h.

Function Documentation

◆ early_init()

static void early_init ( void  )
inlinestatic

Initialize debug LEDs and stdio.

Definition at line 65 of file kernel_init.h.