Ivan Grokhotkov
|
a2e0c2432e
|
esp32: sanity check ISR handler address passed into esp_intr_alloc
Return ESP_ERR_INVALID_ARG if the handler is not in IRAM (or RTC fast memory)
|
2017-01-11 11:38:17 +08:00 |
|
Jeroen Domburg
|
9dc908d105
|
Add test for local interrupts, fix int disable code
|
2016-12-08 12:39:33 +08:00 |
|
Jeroen Domburg
|
ae8c37e0b6
|
Add disabling/enabling of shared interrupt, add testcase for interrupts
|
2016-12-08 12:39:33 +08:00 |
|
Jeroen Domburg
|
655fd2986a
|
Add interrupt allocation scheme / interrupt sharing. Also modifies drivers and examples. Also allows interrupts
to be marked specifically as having a handler that's all in IRAM.
|
2016-12-08 12:39:33 +08:00 |
|