arduino-esp32/cores/esp32
lienbacher 2243081f85
add I2C_RX_FIFO_OVF_INT_ST handling to i2c_isr_handler_default (#4342)
Fixes crash on ESP32 when I2C FiFo overflows and interrupt function is unable to handle crash and throws this error:
[E][esp32-hal-i2c.c:1013] i2c_isr_handler_default(): unknown int=4

Co-authored-by: 0xDEADBEEF <0xde4dbeef@gmail.com>
2020-10-01 15:40:42 +03:00
..
apps/sntp
libb64 use libbase64 macro to calculate base64 length (#2007) 2018-11-19 17:01:38 +01:00
Arduino.h
base64.cpp
base64.h Base64::encode : const correctness / String by reference passing (#3314) 2019-10-02 14:29:24 +03:00
binary.h
cbuf.cpp Fix cbuf not being able to hold the full length 2017-01-24 17:57:44 +02:00
cbuf.h
Client.h
esp32-hal-adc.c
esp32-hal-adc.h
esp32-hal-bt.c
esp32-hal-bt.h BT define the hal methods even if BT is disabled (but return false) 2017-05-06 18:50:20 +03:00
esp32-hal-cpu.c Fix Memory leak in addApbChangeCallback() (#3560) 2019-12-30 21:35:29 +02:00
esp32-hal-cpu.h
esp32-hal-dac.c Add analogRead, touchRead, dacWrite and updated esp-idf 2016-12-08 23:43:41 +02:00
esp32-hal-dac.h
esp32-hal-gpio.c bugfix(touchpad):swap touch8 and touch9 #3584 (#3620) 2020-01-09 08:11:40 +02:00
esp32-hal-gpio.h InterruptArg should take voidFuncPtrArg as argument (#1776) 2018-09-17 23:10:13 +02:00
esp32-hal-i2c.c
esp32-hal-i2c.h
esp32-hal-ledc.c
esp32-hal-ledc.h LEDC Driver Update 2017-01-09 18:05:30 +02:00
esp32-hal-log.h
esp32-hal-matrix.c
esp32-hal-matrix.h
esp32-hal-misc.c
esp32-hal-psram.c Update IDF to abea9e4c0 (#2458) 2019-02-14 16:49:30 +01:00
esp32-hal-psram.h Add Wrover Support and Option to enable SPIRAM 2018-07-03 23:03:50 +02:00
esp32-hal-rmt.c
esp32-hal-rmt.h
esp32-hal-sigmadelta.c
esp32-hal-sigmadelta.h fix renamed method names for SigmaDelta 2017-01-09 21:55:37 +02:00
esp32-hal-spi.c
esp32-hal-spi.h
esp32-hal-time.c
esp32-hal-timer.c
esp32-hal-timer.h Initial Timers driver 2016-12-09 17:47:30 +02:00
esp32-hal-touch.c
esp32-hal-touch.h
esp32-hal-uart.c fix hwSerial tx only flush (#4263) 2020-10-01 15:30:45 +03:00
esp32-hal-uart.h
esp32-hal.h
esp8266-compat.h
Esp.cpp
Esp.h
FunctionalInterrupt.cpp
FunctionalInterrupt.h
HardwareSerial.cpp
HardwareSerial.h
IPAddress.cpp const correctness (#89) 2016-12-12 01:32:55 +02:00
IPAddress.h const correctness (#89) 2016-12-12 01:32:55 +02:00
IPv6Address.cpp Add initial IPv6 Support 2017-01-06 00:54:50 +02:00
IPv6Address.h
main.cpp
MD5Builder.cpp
MD5Builder.h
pgmspace.h Fix incorrect definition of FPSTR() and move from pgmspace.h to WString.h (#1371) (#2961) 2019-07-17 10:16:47 +03:00
Print.cpp
Print.h
Printable.h
Server.h
stdlib_noniso.c
stdlib_noniso.h initial import 2016-10-06 07:09:44 -06:00
Stream.cpp
Stream.h Portability from ESP8266, virtual Stream member functions. (#2701) 2019-04-23 17:56:49 +03:00
StreamString.cpp
StreamString.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
Udp.h
WCharacter.h
wiring_private.h
wiring_pulse.c
wiring_shift.c
WMath.cpp Greatly reduces error rate (half, or 0 zero errors, depends on in/out ranges) for round-trip mapping at the same performance. (#3655) 2020-09-30 14:28:51 +03:00
WString.cpp
WString.h