Releases: fede2cr/cpy-lr1121
Releases · fede2cr/cpy-lr1121
Release list
v0.0.5
Copy the .mpy matching your board's CPU into the CIRCUITPY
drive's lib/ directory, renamed to lr1121.mpy.
| board CPU | asset |
|---|---|
| nRF52840, SAMD51, STM32F4 (Cortex-M4F) | armv7emsp |
| Cortex-M3 | armv7m |
| Cortex-M0+ (RP2040) | armv6m |
The firmware must be built with CIRCUITPY_ENABLE_MPY_NATIVE=1,
or the import fails with "native code in .mpy unsupported".
Full Changelog: v0.0.4...v0.0.5