index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
ets_alt_task.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-05-13
esp8266/ets_alt_task.c: Prevent spurious large increment of ticks_ms()
Robert HH
2016-09-20
esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.
Damien George
2016-09-18
esp8266/ets_alt_task: ets_post: Should return 0 on success, !0 - failure.
Paul Sokolovsky
2016-06-01
esp8266: Provide a dedicated variable to disable ets_loop_iter.
Damien George
2016-05-26
esp8266/ets_alt_task: Don't run ets_loop_iter if irqs are disabled.
Damien George
2016-04-03
esp8266/ets_alt_task: Comment out debug output.
Paul Sokolovsky
2016-03-17
esp8266/ets_alt_task: Make FIRST_PRIO=0 to cover all task priorities.
Damien George
2016-03-11
esp8266/ets_alt_task: Update for vendor SDK 1.5.0.
Paul Sokolovsky
2016-03-11
esp8266/ets_alt_task: Be sure to "pop" event before calling its handler.
Paul Sokolovsky
2016-03-11
esp8266: Feed WDT in ets_loop_iter().
Damien George
2016-03-11
esp8266: Add alternative event loop implementation.
Paul Sokolovsky