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 ๐Ÿ”’