Crate nrf52840dk_test_kernel

Source
Expand description

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

Modulesยง

io
Debug Writer
test ๐Ÿ”’

Structsยง

Platform
Supported drivers by the platform
TestLauncher ๐Ÿ”’

Constantsยง

BUTTON_RST_PIN ๐Ÿ”’
NUM_PROCS ๐Ÿ”’
UART_CTS ๐Ÿ”’
UART_RTS ๐Ÿ”’
UART_RXD ๐Ÿ”’
UART_TXD ๐Ÿ”’

Staticsยง

CHIP ๐Ÿ”’
PROCESSES ๐Ÿ”’
PROCESS_PRINTER ๐Ÿ”’
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.