Open
Description
Establish a baseline ports/zephyr
that works for every Zephyr board.
Include:
- Fixed implementations of I2C, UART and SPI that are linked into
board
. - Flexible
digitalio
that uses the Zephyr API. - Default CIRCUITPY storage.
-
west build
support that uses async Python to build the CircuitPython bits.