QUERY · ISSUE
support for UART rx interrupt
I am using raspberry pi pico for my new project.
I was checking for example for UART receive interrupt. Do we have support for the same?
How can we achieve the UART RX interrupt?
I checked the micropython documentation but I didn't see support for RPi pico.
CANDIDATE · ISSUE
rp2: BLE not working after update to pico-sdk 1.3.0
port-rp2
From https://github.com/micropython/micropython/pull/8031#issuecomment-990381299:
There seems to be regression after the pico-sdk 1.3.0 update, RP2 Bluetooth is no longer working, it seems to get stuck right after UART is initialized (so possibly UART driver in general is broken). I think I've tracked it down to this commit: raspberrypi/pico-sdk@2622e9b it seems to enable an extra IRQ that needs to be handled in uart_service_interrupt