Crate raspberry_pi_pico_2

Source
Expand description

Tock kernel for the Raspberry Pi Pico 2.

It is based on RP2350SoC SoC (Cortex M33).

Modulesยง

flash_bootloader ๐Ÿ”’
io ๐Ÿ”’

Structsยง

RaspberryPiPico2
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.