Crate raspberry_pi_pico_2

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ยง

FLASH_BOOTLOADER ๐Ÿ”’
METADATA_BLOCK ๐Ÿ”’
PANIC_RESOURCES ๐Ÿ”’
Resources for when a board panics used by io.rs.
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.

Type Aliasesยง

ChipHw ๐Ÿ”’
ProcessPrinterInUse ๐Ÿ”’