Crate nrf52840dk_test_appid_tbf

Source
Expand description

Tock kernel for the Nordic Semiconductor nRF52840 development kit (DK).

Modulesยง

io
Debug Writer

Structsยง

Platform
Supported drivers by the platform

Constantsยง

BUTTON_RST_PIN ๐Ÿ”’
FAULT_RESPONSE ๐Ÿ”’
LED1_PIN ๐Ÿ”’
LED2_PIN ๐Ÿ”’
LED3_PIN ๐Ÿ”’
LED4_PIN ๐Ÿ”’
NUM_PROCS ๐Ÿ”’
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ยง

AlarmDriver ๐Ÿ”’