summaryrefslogtreecommitdiff
path: root/docs/esp32/quickref.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-01-27 16:15:47 +1100
committerDamien George <damien.p.george@gmail.com>2019-01-27 16:15:47 +1100
commite7ab4752766100a022d8fab4b947675a440b11b6 (patch)
tree744d93730b51824bba9501d199b71a57a715f9ad /docs/esp32/quickref.rst
parentdeb67569ff66b2111cd18679a3bbdb35655cd25d (diff)
esp32: Don't put py/scheduler.o in iRAM, it's no longer needed.
ISR's no longer need to be in iRAM, and the ESP IDF provides an option to specify that they are in iRAM if an application needs lower latency when handling them. But we don't use this feature for user interrupts: both timer and gpio ISR routines are registered without the ESP_INTR_FLAG_IRAM option, and so the scheduling code no longer needs to be in iRAM.
Diffstat (limited to 'docs/esp32/quickref.rst')
0 files changed, 0 insertions, 0 deletions