Expand description
Tock kernel for the Nordic Semiconductor nRF52840 development kit (DK).
Modulesยง
- Debug Writer
- test ๐
Structsยง
- Supported drivers by the platform
- Test
Launcher ๐
Constantsยง
Staticsยง
- CHIP ๐
- PROCESSES ๐
- PROCESS_
PRINTER ๐ - 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.