Crate acd52832

Source
Expand description

Tock kernel for the Aconno ACD52832 board based on the Nordic nRF52832 MCU.

Modulesยง

  • UART Writer

Structsยง

  • Supported drivers by the platform

Constantsยง

Staticsยง

  • PROCESSES ๐Ÿ”’
  • Dummy buffer that causes the linker to reserve enough space for the stack.

Functionsยง

  • mainโš 
    Main function called after RAM initialized.
  • start ๐Ÿ”’ โš 
    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.

Type Aliasesยง