circuitpython/ports/raspberrypi/common-hal
Scott Shawcroft 52bc935fa7
A few minor fixes for corner cases
* Always clear the peripheral interrupt so we don't hang when full
* Store the ringbuf in the object so it gets collected when we're alive
* Make UART objects have a finaliser so they are deinit when their
  memory is freed
* Copy bytes into the ringbuf from the FIFO after we read to ensure
  the interrupt is enabled ASAP
* Copy bytes into the ringbuf from the FIFO before measuring our
  rx available because the interrupt is based on a threshold (not
  > 0). For example, a single byte won't trigger an interrupt.
2021-02-25 16:50:57 -08: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 A few minor fixes for corner cases 2021-02-25 16:50:57 -08: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 raspberrypi: implement os.urandom 2021-02-17 17:49:25 -06:00
pwmio handle 100% duty cycle; improve actual_frequency calc 2021-02-13 13:16:49 -05: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