Skip to content

No support for UART RX IRQ (interrupt) #13605

Closed
@Omid888

Description

@Omid888

Micropython does not support interrupts on UART, which is very weird since it is a very common protocol and always needed. (link to the official documentations)

Alternatives such as asyncIO, PIO and etc are not good enough.
Micropython currently supports this feature only on WiPy boards.

Since I'm using raspberrypi pico, I think their foundation can be a good candidate to apply this request (for the pico boards specifically), but micropython does not support this on almost any boards therefor I'm requesting from the micropython respected team to add this feature.

Thank you for your great work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature requests, new feature implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions