circuitpython/ports
arturo182 2251d0f4b0
raspberrypi: Claim UART after checking pins
If, for some reason, you mix up TX and RX when calling `busio.UART` (who would do that ;) ), you get `Invalid pins`. When you go to try again, you'll get `All UART peripherals are in use` because the interface was claimed as busy before pins are verified. This should fix that issue.
2022-01-11 15:13:36 +01:00
..
atmel-samd ports/atmel-samd/boards/bdmicro_vina_d51/pins.c: Add LED_AUX pin. 2022-01-06 16:32:17 -05:00
broadcom Add Pi Zero and update PIDs 2022-01-07 11:47:31 -08:00
cxd56 Centralize LONGINT_IMPL handling 2021-12-27 10:21:47 -06:00
espressif Fix typo, pin order. 2022-01-10 14:45:54 -05:00
litex Centralize LONGINT_IMPL handling 2021-12-27 10:21:47 -06:00
mimxrt10xx Fix iMX and zero_w build extension 2022-01-06 10:24:02 -08:00
nrf countio: add selectable rise and fall detection, pulls 2021-12-31 16:34:58 -05:00
raspberrypi raspberrypi: Claim UART after checking pins 2022-01-11 15:13:36 +01:00
stm Centralize LONGINT_IMPL handling 2021-12-27 10:21:47 -06:00
unix Fixed unit port build issue 2022-01-06 09:27:44 +01:00