Loading...
Searching...
No Matches
kernel_init.h File Reference

prototypes for kernel initialization More...

Detailed Description

prototypes for kernel initialization

Author
Oliver Hahm olive.nosp@m.r.ha.nosp@m.hm@in.nosp@m.ria..nosp@m.fr
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e

Definition in file kernel_init.h.

Go to the source code of this file.

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.