ISR: check for address in IRAM#5995
Conversation
|
Refer to the ESP32 sources' FunctionalInterrupt.cpp: But ESP8266 FunctionalInterrupt.cpp is missing this patch: --- a/cores/esp8266/FunctionalInterrupt.cpp -void interruptFunctional(void* arg) Which leaves the commited IRAM check (ab12516) firing all the time: I'm converting EspSoftwareSerial to use FunctionInterrupt in order to save the ISR table. |
Required starting with ESP8266 board package 2.5.1 esp8266/Arduino#5995
Required starting with ESP8266 board package 2.5.1 esp8266/Arduino#5995
Required starting with ESP8266 board package 2.5.1 esp8266/Arduino#5995
closes #5780
closes #5779