Skip to content

Releases: fede2cr/cpy-lr2021

Release list

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 03:47

Copy the .mpy into the CIRCUITPY drive's lib/, renamed to
lr2021.mpy.

One architecture only: xtensawin, for the ESP32-S3. This driver's
board is the Meshnology W12, and a native .mpy is machine code,
so there is nothing to offer for other CPUs.

The firmware must be built with CIRCUITPY_ENABLE_MPY_NATIVE=1, or
the import fails with "native code in .mpy unsupported".

The module is FLRC arithmetic. Driving the radio is still done from
Python -- see examples/flrc_link/.

Full Changelog: https://github.com/fede2cr/cpy-lr2021/commits/v0.0.1