forked from things-nyc/arduino-lmic
-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Labels
Description
The ESP8266 needs all the ISRs and functions called from them to be located in IRAM to function correctly. They’ve recently introduced checking for this and when hardware pin rise interrupts are turned on in LMIC the code compiles but the ESP8266 crashes.
Could a macro or conditional block be added to locate the ISR correctly? See esp8266/Arduino#6127 for discussion.