Expand description
Tock kernel for the Arduino Nano 33 BLE Sense Rev2.
It is based on nRF52840 SoC (Cortex M4 core with a BLE + IEEE 802.15.4 transceiver).
Modulesยง
- io
- UART Writer for panic!()s.
Structsยง
- Platform
- Supported drivers by the platform
Constantsยง
- APDS9960_
PIN ๐ - Interrupt pin for the APDS9960 sensor.
- DEFAULT_
CTX_ ๐PREFIX - DEFAULT_
CTX_ ๐PREFIX_ LEN - DST_
MAC_ ๐ADDR - Gateway (or next hop) MAC Address
- FAULT_
RESPONSE ๐ - GPIO_D2 ๐
- GPIO_D3 ๐
- GPIO_D4 ๐
- GPIO_D5 ๐
- GPIO_D6 ๐
- GPIO_D7 ๐
- GPIO_D8 ๐
- GPIO_D9 ๐
- GPIO_
D10 ๐ - I2C_
PULLUP_ ๐PIN - GPIO tied to the VCC of the I2C pullup resistors.
- I2C_
SCL_ ๐PIN - I2C_
SDA_ ๐PIN - I2C pins for all of the sensors.
- LED_
BLUE_ ๐PIN - LED_
GREEN_ ๐PIN - LED_
KERNEL_ ๐PIN - LED_
RED_ ๐PIN - NUM_
PROCS ๐ - PAN_ID ๐
- Personal Area Network ID for the IEEE 802.15.4 radio
- _BUTTON_
RST_ ๐PIN - _UART_
RX_ ๐PIN - _UART_
TX_ ๐PIN
Staticsยง
- CDC_
REF_ ๐FOR_ PANIC - CHIP ๐
- NRF52_
POWER ๐ - PROCESSES ๐
- PROCESS_
PRINTER ๐ - STACK_
MEMORY - Dummy buffer that causes the linker to reserve enough space for the stack.
Functionsยง
- baud_
rate_ ๐reset_ bootloader_ enter - 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ยง
- HS3003
Sensor ๐ - Humidity
Driver ๐ - Ieee802154
Driver ๐ - Ieee802154
MacDevice ๐ - RngDriver ๐
- Temperature
Driver ๐