Expand description
Tock kernel for the Raspberry Pi Pico.
It is based on RP2040SoC SoC (Cortex M0+).
Modules§
- flash_
bootloader 🔒 - io 🔒
Structs§
- Pico
Explorer Base - Supported drivers by the platform
Constants§
Statics§
- CHIP 🔒
- FLASH_
BOOTLOADER 🔒 - PROCESSES 🔒
- PROCESS_
PRINTER 🔒 - STACK_
MEMORY - Allocate memory for the stack
Functions§
- init_
clocks 🔒 - jump_
to_ 🔒 ⚠bootloader - Entry point used for debugger
- main⚠
- Main function called after RAM initialized.
- start⚠
- This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.