arduino-esp32/cores/esp32
chuck todd e5ea089a7f Reduce resource requirements, Share Interrupt (#1877)
#1869 exposed a resource exhaustion issue. The current HAL layer for I2C support is designed to use a shared interrupt, But, during debugging to solve the interrupt overloading condition identified in #1588, and the generation of pr #1717, the interrupt allocation parameters were changed.  This change was unnecessary, the code will work successfully with shared interrupts.  So, there is no need to assign a private interrupt for each I2C peripheral.
2018-09-21 08:40:01 +02:00
..
apps/sntp Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
libb64
Arduino.h cores: replace max, min, round macros with imports from std (#1783) 2018-09-17 21:33:01 +02:00
base64.cpp Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
base64.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
binary.h
cbuf.cpp
cbuf.h
Client.h
esp32-hal-adc.c
esp32-hal-adc.h
esp32-hal-bt.c Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
esp32-hal-bt.h
esp32-hal-dac.c
esp32-hal-dac.h Missing include gpio.h in esp32-hal-dac.h (#1512) 2018-06-19 11:33:17 +03:00
esp32-hal-gpio.c Functional interrupt (#1728) 2018-09-17 23:13:58 +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 Reduce resource requirements, Share Interrupt (#1877) 2018-09-21 08:40:01 +02:00
esp32-hal-i2c.h Wire ReSTART fix, with others (#1717) 2018-08-14 11:51:15 +02:00
esp32-hal-ledc.c
esp32-hal-ledc.h
esp32-hal-log.h Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
esp32-hal-matrix.c
esp32-hal-matrix.h
esp32-hal-misc.c Add Wrover Support and Option to enable SPIRAM 2018-07-03 23:03:50 +02:00
esp32-hal-psram.c Add Wrover Support and Option to enable SPIRAM 2018-07-03 23:03:50 +02: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 Initial version of rmt driver (#1525) 2018-09-17 23:19:27 +02:00
esp32-hal-rmt.h Initial version of rmt driver (#1525) 2018-09-17 23:19:27 +02:00
esp32-hal-sigmadelta.c Fix wrong range of duty cycle (#1353) 2018-05-14 13:18:03 +02:00
esp32-hal-sigmadelta.h
esp32-hal-spi.c
esp32-hal-spi.h
esp32-hal-time.c Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
esp32-hal-timer.c
esp32-hal-timer.h
esp32-hal-touch.c
esp32-hal-touch.h
esp32-hal-uart.c _uart_isr use wr_addr != rd_addr as test for internal queue not empty (#1849) 2018-09-17 21:19:51 +02:00
esp32-hal-uart.h Add functionality allowing rxBuffer of HardwareSerial to be changed in size via HardwareSerial::setRxBufferSize. (#1855) 2018-09-17 21:16:18 +02:00
esp32-hal.h Initial version of rmt driver (#1525) 2018-09-17 23:19:27 +02:00
esp8266-compat.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
Esp.cpp Add more methods to access memory properties 2018-08-18 17:10:35 +02:00
Esp.h Add more methods to access memory properties 2018-08-18 17:10:35 +02:00
FunctionalInterrupt.cpp Functional interrupt (#1728) 2018-09-17 23:13:58 +02:00
FunctionalInterrupt.h Functional interrupt (#1728) 2018-09-17 23:13:58 +02:00
HardwareSerial.cpp Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
HardwareSerial.h Add functionality allowing rxBuffer of HardwareSerial to be changed in size via HardwareSerial::setRxBufferSize. (#1855) 2018-09-17 21:16:18 +02:00
IPAddress.cpp
IPAddress.h
IPv6Address.cpp
IPv6Address.h
main.cpp Use esp_timer_get_time as time source for micros and mills (#1424) 2018-05-22 16:12:30 +02:00
MD5Builder.cpp
MD5Builder.h
pgmspace.h std::functioanl for WFIF event + Minor fix (#1366) 2018-05-14 13:05:49 +02:00
Print.cpp
Print.h
Printable.h
Server.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
stdlib_noniso.c
stdlib_noniso.h
Stream.cpp
Stream.h
StreamString.cpp Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
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
WString.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WString.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00