Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
5458df0a
Unverified
Commit
5458df0a
authored
Jul 21, 2021
by
Rodrigo Garcia
Committed by
GitHub
Jul 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes Serial.end() hanging on ESP32-S2 (#5434)
Fixes: #5429
parent
e12d8c8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cores/esp32/esp32-hal-uart.c
cores/esp32/esp32-hal-uart.c
+2
-0
No files found.
cores/esp32/esp32-hal-uart.c
View file @
5458df0a
...
...
@@ -164,7 +164,9 @@ static void uartEnableInterrupt(uart_t* uart, uint8_t rxfifo_full_thrhd)
static
void
uartDisableInterrupt
(
uart_t
*
uart
)
{
UART_MUTEX_LOCK
();
#if CONFIG_IDF_TARGET_ESP32
uart
->
dev
->
conf1
.
val
=
0
;
#endif
uart
->
dev
->
int_ena
.
val
=
0
;
uart
->
dev
->
int_clr
.
val
=
0xffffffff
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment