circuitpython/ports/raspberrypi/common-hal/busio
Scott Shawcroft d9f6e99942
Fix RP2040 UART
It couldn't receive more than 32 bytes in while checking in_waiting
because in_waiting didn't turn interrupts back on correctly.

Fixes #6579
2022-07-11 13:36:44 -07:00
..
I2C.c message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
I2C.h run code formatting script 2021-03-15 19:27:36 +05:30
SPI.c message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
SPI.h run code formatting script 2021-03-15 19:27:36 +05:30
UART.c Fix RP2040 UART 2022-07-11 13:36:44 -07:00
UART.h [RP2040] Allow any GPIO pin for RS485 direction pin 2022-04-30 14:31:08 -07:00
__init__.c