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.
Type Aliasesยง
- Humidity
Driver ๐ - Nonvolatile
Driver ๐ - RngDriver ๐
- SHT4x
Sensor ๐ - Temperature
Driver ๐