Crate nano_rp2040_connect

Source
Expand description

Tock kernel for the Arduino Nano RP2040 Connect.

It is based on RP2040SoC SoC (Cortex M0+).

Modulesยง

flash_bootloader ๐Ÿ”’
io ๐Ÿ”’

Structsยง

NanoRP2040Connect
Supported drivers by the platform

Constantsยง

FAULT_RESPONSE ๐Ÿ”’
NUM_PROCS ๐Ÿ”’

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.

Type Aliasesยง

TemperatureDriver ๐Ÿ”’
TemperatureRp2040Sensor ๐Ÿ”’