Crate wm1110dev

Source
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§

HumidityDriver 🔒
NonvolatileDriver 🔒
RngDriver 🔒
SHT4xSensor 🔒
TemperatureDriver 🔒