summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-11-24 16:18:07 +0000
committerDamien George <damien.p.george@gmail.com>2015-11-24 16:18:07 +0000
commite99e6c883d70eda894aba124c8ee0495dc90c350 (patch)
tree3899eb1ef11b86fa1316999eaaedc8f1a2798104 /esp8266
parent3cfb02f1663fbf3a6d7ae367974d0984d3424806 (diff)
downloadmicropython-e99e6c883d70eda894aba124c8ee0495dc90c350.tar.gz
micropython-e99e6c883d70eda894aba124c8ee0495dc90c350.zip
stmhal: Move flash storage idle tick handler from TIM3 to SysTick.
Using SysTick to do the counting and dispatch of the flash storage idle handler is more efficient than requiring a dedicated hardware timer. No new counter is needed, just the existing uwTick variable. The processing is not actually done in the SysTick IRQ, it is deferred to the flash IRQ (which runs at lower priority).
Diffstat (limited to 'esp8266')
0 files changed, 0 insertions, 0 deletions