-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Peripheral: UARTRelated to the UART peripheral or its functionality.Related to the UART peripheral or its functionality.Status: To be implementedSelected for DevelopmentSelected for DevelopmentType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Milestone
Description
Related area
UART
Hardware specification
Any
Is your feature request related to a problem?
Change the Lock code session in UART HAL to use UART Number
instead of using *uart_t
.
This change will help to support Multi Taskinng while still being able to lock routine such as pinSet()
, detach()
or end()
Describe the solution you'd like
TBD
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
Peripheral: UARTRelated to the UART peripheral or its functionality.Related to the UART peripheral or its functionality.Status: To be implementedSelected for DevelopmentSelected for DevelopmentType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Type
Projects
Status
Done
Activity
SuGlider commentedon Oct 11, 2023
Fixed in #8719 using a different approach.