Crate nrf52840dk_test_kernel

Source
Expand description

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

Modulesยง

  • Debug Writer
  • test ๐Ÿ”’

Structsยง

Constantsยง

Staticsยง

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.