Expand description
Tock kernel for the Arduino Nano RP2040 Connect.
It is based on RP2040SoC SoC (Cortex M0+).
Modulesยง
- flash_
bootloader ๐ - io ๐
Structsยง
- NanoR
P2040 Connect - 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ยง
- Temperature
Driver ๐ - Temperature
Rp2040 ๐Sensor