Deomid Ryabkov
|
1597f7a035
|
Add IRAM_ATTR to esp_intr_{enable,disable}
So it's safe to invoke from ISR
Signed-off-by: Jeroen Domburg <jeroen@espressif.com>
|
2016-12-19 18:49:28 +08:00 |
|
Jeroen Domburg
|
d5c57d1d10
|
Put ets_isr_* functions into IRAM. Original fns were in ROM so people may expect them to work when flash cache is out.
|
2016-12-13 13:24:01 +08:00 |
|
Jeroen Domburg
|
78161a1fe3
|
Replace non-multicore-aware rom funcs with multicore-aware funcs, ESP_LOG->ESP_EARLY_LOG fix, reserve ints used in wireless libs. Fixes WiFi crashing
|
2016-12-13 13:24:01 +08:00 |
|
Jeroen Domburg
|
2c34ab3374
|
Mark some interrupts that are now allocated dynamically as free, add int handle param documentation, add local ints test
|
2016-12-08 12:39:33 +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
|
32fa94935d
|
Changes according to merge request
|
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 |
|