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ยง
- FAULT_
RESPONSE ๐ - NUM_
PROCS ๐ 
Staticsยง
- CHIP ๐
 - FLASH_
BOOTLOADER ๐ - PROCESSES ๐
 - Static variables used by io.rs.
 - PROCESS_
PRINTER ๐ - STACK_
MEMORY ๐ - Size to allocate 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.
 
Type Aliasesยง
- ChipHw ๐
 - Temperature
Driver ๐ - Temperature
Rp2040 ๐Sensor