Functional interrupt (#1728)

* Initial

* Implementation

* Add to CMakelist.txt

* Add example

* Add IRAM_ATTR
This commit is contained in:
hreintke
2018-09-17 23:13:58 +02:00
committed by Me No Dev
parent 5be3078b76
commit ea61563c69
6 changed files with 137 additions and 3 deletions

View File

@ -17,6 +17,7 @@ set(CORE_SRCS
cores/esp32/esp32-hal-touch.c
cores/esp32/esp32-hal-uart.c
cores/esp32/Esp.cpp
cores/esp32/FunctionalInterrupt.cpp
cores/esp32/HardwareSerial.cpp
cores/esp32/IPAddress.cpp
cores/esp32/IPv6Address.cpp