Expand description
Tock kernel for the Wio WM1110 Development Board.
It is based on nRF52840 SoC and Semtech LR1110.
Modules§
- io
- UART Writer for panic!()s.
Structs§
- Platform
- Supported drivers by the platform
Constants§
- BUTTON_
RST_ 🔒PIN - FAULT_
RESPONSE 🔒 - GPIO_D2 🔒
- GPIO_D3 🔒
- GPIO_D4 🔒
- GPIO_D5 🔒
- GPIO_D6 🔒
- GPIO_D7 🔒
- I2C_PWR 🔒
- GPIO pin that controls VCC for the I2C bus and sensors.
- I2C_
SCL_ 🔒PIN - I2C_
SDA_ 🔒PIN - I2C pins for all of the sensors.
- LED_
GREEN_ 🔒PIN - LED_
RED_ 🔒PIN - LORA_
GPIO_ 🔒DRIVER_ NUM - LORA_
SPI_ 🔒DRIVER_ NUM - LR_DIO9 🔒
- NUM_
PROCS 🔒 - RADIO_
BUSY_ 🔒PIN - RADIO_
RESET_ 🔒PIN - SPI_
CS_ 🔒PIN - SPI_
MISO_ 🔒PIN - SPI_
MOSI_ 🔒PIN - SPI_
SCK_ 🔒PIN - UART_
RX_ 🔒PIN - UART_
TX_ 🔒PIN
Statics§
- CHIP 🔒
- PROCESSES 🔒
- PROCESS_
PRINTER 🔒 - STACK_
MEMORY - 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.