Expand description
Tock kernel for the Nordic Semiconductor nRF52840 development kit (DK).
Modulesยง
- invs_
permissions ๐ - io
- Debug Writer
Structsยง
- Platform
- Supported drivers by the platform
Constantsยง
- APP_
STORAGE_ ๐REGION_ SIZE - BUTTON_
RST_ ๐PIN - FAULT_
RESPONSE ๐ - LED1_
PIN ๐ - LED2_
PIN ๐ - LED3_
PIN ๐ - LED4_
PIN ๐ - NUM_
PROCS ๐ - SPI_CLK ๐
- SPI_
MISO ๐ - SPI_
MOSI ๐ - SPI_
MX25 ๐R6435F_ CHIP_ SELECT - SPI_
MX25 ๐R6435F_ HOLD_ PIN - SPI_
MX25 ๐R6435F_ WRITE_ PROTECT_ PIN - UART_
CTS ๐ - UART_
RTS ๐ - UART_
RXD ๐ - UART_
TXD ๐
Staticsยง
- CHIP ๐
- PROCESSES ๐
- STACK_
MEMORY - Dummy buffer that causes the linker to reserve enough space for the stack.
Functionsยง
- create_
peripherals ๐ โ - 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.
- mainโ
- Main function called after RAM initialized.
Type Aliasesยง
- Alarm
Driver ๐ - Invs
Driver ๐ - Mx25r6435f ๐