Crate particle_boron

Source
Expand description

Tock kernel for the Particle Boron.

It is based on nRF52840 SoC (Cortex M4 core with a BLE transceiver) with many exported I/O and peripherals.

Modulesยง

  • UART Writer

Structsยง

  • Supported drivers by the platform

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.
  • 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ยง