Supported Hardware
Microcontrollers
Lokey currently supports the following microcontrollers:
- Nordic nRF52840
- Raspberry Pi RP2040
- Raspberry Pi RP235x (currently untested)
INFO
Support for additional microcontrollers can be added without modifying the core framework. For more details, see Adding Support for a MCU.
If you implement support for a new microcontroller, consider submitting a pull request with your implementation so it can be included as a first-party crate.
Devices
Device support is provided by third-party crates. The following is a non-exhaustive list of device crates:
- TODO
INFO
For details on implementing a device crate, see Adding Support for a Device.
If you implement support for a new device, consider submitting a pull request that adds a link to your crate on this page so others can discover it more easily.