Expand description
Tock kernel for the MakePython nRF52840.
It is based on nRF52840 SoC.
Modulesยง
- io
- UART Writer for panic!()s.
Structsยง
- Platform
- Supported drivers by the platform
Constantsยง
- BUTTON_
PIN ๐ - BUTTON_
RST_ ๐PIN - DEFAULT_
CTX_ ๐PREFIX - DEFAULT_
CTX_ ๐PREFIX_ LEN - DST_
MAC_ ๐ADDR - Gateway (or next hop) MAC Address
- FAULT_
RESPONSE ๐ - GPIO_D0 ๐
- GPIO_D1 ๐
- GPIO_D2 ๐
- GPIO_D3 ๐
- I2C_
SCL_ ๐PIN - I2C_
SDA_ ๐PIN - I2C pins for all of the sensors.
- LED_PIN ๐
- NUM_
PROCS ๐ - PAN_ID ๐
- Personal Area Network ID for the IEEE 802.15.4 radio
- _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 - crc ๐
- 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ยง
- Alarm
Driver ๐ - Ieee802154
Driver ๐ - Ieee802154
MacDevice ๐ - RngDriver ๐
- Screen ๐
- Screen
Driver ๐