Expand description
Tock kernel for the Nordic Semiconductor nRF52840 dongle.
It is based on nRF52840 SoC (Cortex M4 core with a BLE transceiver) with many exported I/O and peripherals.
Modulesยง
- io
- UART Writer
Structsยง
- Platform
- Supported drivers by the platform
Constantsยง
- BUTTON_
PIN ๐ - BUTTON_
RST_ ๐PIN - DEFAULT_
EXT_ ๐SRC_ MAC - FAULT_
RESPONSE ๐ - LED1_
PIN ๐ - LED2_
B_ ๐PIN - LED2_
G_ ๐PIN - LED2_
R_ ๐PIN - NUM_
PROCS ๐ - PAN_ID ๐
- SRC_MAC ๐
- UART_
CTS ๐ - UART_
RTS ๐ - UART_
RXD ๐ - UART_
TXD ๐ - _SPI_
CLK ๐ - _SPI_
MISO ๐ - _SPI_
MOSI ๐
Staticsยง
- CHIP ๐
- PROCESSES ๐
- PROCESS_
PRINTER ๐ - STACK_
MEMORY - Dummy buffer that causes the linker to reserve enough space for the stack.
Functionsยง
- 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ยง
- Ieee802154
Driver ๐ - RngDriver ๐
- Temperature
Driver ๐