Expand description
Tock kernel for the Raspberry Pi Pico 2.
It is based on RP2350SoC SoC (Cortex M33).
Modulesยง
- flash_
bootloader ๐ - io ๐
Structsยง
- Raspberry
PiPico2 - Supported drivers by the platform
Constantsยง
- FAULT_
RESPONSE ๐ - NUM_
PROCS ๐
Staticsยง
- CHIP ๐
- FLASH_
BOOTLOADER ๐ - METADATA_
BLOCK ๐ - PROCESSES ๐
- Static variables used by io.rs.
- PROCESS_
PRINTER ๐ - STACK_
MEMORY ๐ - Allocate memory for the stack
Functionsยง
- get_
peripherals ๐ โ - init_
clocks ๐ - jump_
to_ ๐ โbootloader - Entry point used for debugger
- mainโ
- Main function called after RAM initialized.