forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Milestone
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.
arturo182