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 Erwin Boskma
parent 90a3ef092b
commit 122343dce3
No known key found for this signature in database
GPG key ID: 1C79B2FD5FD63533
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)