Reverse engineered ets_timers.o

Switch from FreeRTOS queue to task notification.
Removed unknown/unused code.

Rename sdk_ets_handler_isr to process_pending_timers
Add function for microseconds
Simplify time to ticks conversion
This commit is contained in:
sheinz 2016-11-17 01:49:27 +02:00 committed by Our Air Quality
parent 8b0a1ae362
commit 326708c903
2 changed files with 320 additions and 0 deletions

View file

@ -39,6 +39,9 @@
#ifndef OPEN_LIBMAIN_ETS_TIMER
#define OPEN_LIBMAIN_ETS_TIMER (OPEN_LIBMAIN)
#endif
#ifndef OPEN_LIBMAIN_ETS_TIMER
#define OPEN_LIBMAIN_ETS_TIMER (OPEN_LIBMAIN)
#endif
#ifndef OPEN_LIBNET80211
#define OPEN_LIBNET80211 (OPEN_ESPLIBS)