Skip to content

Commit

Permalink
Fix for esp8266#4565 (rx fifo length), protect access to rx_buffer (e…
Browse files Browse the repository at this point in the history
…sp8266#4568)

* Fix for esp8266#4565 (rx fifo length), protect access to rx_buffer

* Fix typo

* reworked to separate safe from unsafe functions, factorized some code, constness

* additional rework for uart_rx_fifo_available()

* swapped unsafe function definition order

* Remove static for overrun string

* Some shorthand for perf and readability

(cherry picked from commit 29580e8)
  • Loading branch information
devyte authored and bryceschober committed Apr 5, 2018
1 parent 695cd94 commit 7ac8bd4
Showing 1 changed file with 345 additions and 192 deletions.
Loading

0 comments on commit 7ac8bd4

Please sign in to comment.