Jim Mussared
870000f35b
extmod: Add machine.bitstream.
...
This is a generic API for synchronously bit-banging data on a pin.
Initially this adds a single supported encoding, which supports controlling
WS2812 LEDs.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-08-19 22:50:11 +10:00
Damien George
136369d72f
all: Update to point to files in new shared/ directory.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-07-12 17:08:10 +10:00
Damien George
212fe7f33e
extmod/extmod.cmake: Add support to build btree module with CMake.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-04-09 13:33:26 +10:00
Damien George
eccd73a403
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-03-14 15:51:28 +11:00
Damien George
66098c0985
py,extmod: Add core cmake rule files.
...
These allow a port to use cmake natively instead of make.
Signed-off-by: Damien George <damien@micropython.org>
2021-02-15 12:48:18 +11:00