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:
parent
8b0a1ae362
commit
326708c903
2 changed files with 320 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue