micropython/ports
iabdalkader f21c565583 rp2/machine_uart: Handle and clear UART RX timeout IRQ.
The pico-sdk 1.3.0 update in 97a7cc243b
introduced a change that broke RP2 Bluetooth UART, and possibly UART in
general, which stops working right after UART is initialized.  The commit
raspberrypi/pico-sdk@2622e9b enables the UART receive timeout (RTIM) IRQ,
which is asserted when the receive FIFO is not empty, and no more
characters are received for a period of time.

This commit makes sure the RTIM IRQ is handled and cleared in
uart_service_interrupt.
2021-12-14 14:59:39 +11:00
..
bare-arm
cc3200
esp32 esp32,esp8266: Extract qstr from object when comparing keys in config(). 2021-12-14 14:27:13 +11:00
esp8266 esp32,esp8266: Extract qstr from object when comparing keys in config(). 2021-12-14 14:27:13 +11:00
javascript
mimxrt mimxrt: Support PWM using the FLEXPWM and QTMR modules. 2021-11-24 13:48:27 +11:00
minimal
nrf nrf/main: Use VFS helper function to mount fs and chdir. 2021-11-19 15:43:04 +11:00
pic16bit
powerpc
qemu-arm
rp2 rp2/machine_uart: Handle and clear UART RX timeout IRQ. 2021-12-14 14:59:39 +11:00
samd
stm32 stm32/sdcard: Add config option to force MM card capacity. 2021-12-14 10:48:01 +11:00
teensy
unix unix/Makefile: Use -Og instead of -O0 for debug builds. 2021-12-09 12:53:09 +11:00
windows py/builtinimport: Refactor module importing. 2021-12-01 13:23:34 +11:00
zephyr