-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ISR: check for address in IRAM #5995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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