circuitpython/ports/raspberrypi/common-hal
Jeff Epler ff1942cff6 Enable protomatter on RP2040 builds
Also found a race condition between timer_disable and redraw, which
would happen if I debugger-paused inside common_hal_rgbmatrix_timer_disable
or put a delay or print inside it.  That's what pausing inside reconstruct
fixes.

So that the "right timer" can be chosen, `timer_allocate` now gets the `self`
pointer.  It's guaranteed at this point that the pin information is accurate,
so you can e.g., find a PWM unit related to the pins themselves.
This required touching each port to add the parameter even though it's
unused everywhere but raspberrypi.
2021-02-12 08:25:15 -06:00
..
analogio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
audiopwmio Add PWM based audio playback 2021-02-09 15:38:33 -08:00
board Add initial RP2040 support 2021-01-20 19:16:56 -08:00
busio Initial commit. Edited error messages in .c files 2021-02-03 05:49:40 +07:00
digitalio Fix DigitalInOut.pull on RP2040 2021-01-22 19:00:37 -08:00
displayio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
microcontroller Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
neopixel_write Set the pin as output after PIO use 2021-02-08 15:13:37 -06:00
os Add initial RP2040 support 2021-01-20 19:16:56 -08:00
pwmio Enable protomatter on RP2040 builds 2021-02-12 08:25:15 -06:00
rgbmatrix Enable protomatter on RP2040 builds 2021-02-12 08:25:15 -06:00
rp2pio rp2pio: Transfer up to 32 bytes before checking background tasks 2021-02-08 08:35:07 -06:00
rtc rtc implementation for rp2040 2021-02-02 00:00:00 +05:30
supervisor Add initial RP2040 support 2021-01-20 19:16:56 -08:00
watchdog extend include path 2021-01-30 14:00:14 +05:30