Change UART Lock (mutual exclusion code session) to use UART Number instead of UART Struct Pointer #8647
Closed
1 task done
Labels
Peripheral: UART
Status: To be implemented
Selected for Development
Type: Feature request
Feature request for Arduino ESP32
Milestone
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()
orend()
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
The text was updated successfully, but these errors were encountered: