Builds¶
The builds are defined by two parts: the platform and the configuration. The platform defines which hardware/SDK to use, the configuration defines the functionality of the Mira network stack.
The target name uses the format platform-config, for example mkw41z-os
Configurations¶
| os | net1 | |
|---|---|---|
| Access to Mira network | ✅ | ✅ |
| Generic HAL for multiple platforms | ✅ | ❌ |
| Easy access to peripherals | ✅ | ❌ |
| Integrate with other OS:es, for example FreeRTOS | ❌ | ✅ |
Platforms¶
| mkw41z | |
|---|---|
| User config storage | ❌ |
| Random number generation | ❌ |
| stdio rerouting | ✅ |
| Get startup reason | ✅ |
| Get device id | ✅ |
| IPv6 Networking | ✅ |
| UDP | ✅ |
| Global network time | ✅ |
| Ping | ✅ |
| Mira BLE beacon API | ✅ |
| Concurrent BLE | ❌ |
| Concurrent 3rd party radio protocol | ✅ |
| ADC | ❌ |
| GPIO | ✅ |
| GPIO edge trigger | ✅ |
| I2C | ❌ |
| NFC | ❌ |
| SPI | ❌ |
| UART | ✅ |
| RTT | ✅ |
| IPv6 address parser/formatter toolkit | ✅ |
| NDEF toolkit | ✅ |
| FOTA image transfer | ✅ |
| FOTA on-board flash storage | ❌ |
| Custom front-end control | ❌ |
| Configure power regulator | ❌ |
-
Not yet supported on MKW41z, contact LumenRadio for more information. ↩