esp-open-rtos/open_esplibs
sheinz 7ae344740c Fixed ets_timer.c review comments
Rename sdk_ets_handler_isr to process_pending_timers
Add function for microseconds
Simplify time to ticks conversion
2016-11-29 00:55:15 +02:00
..
include Reverse engineered ets_timers.o 2016-11-17 01:49:27 +02:00
libmain Fixed ets_timer.c review comments 2016-11-29 00:55:15 +02:00
libnet80211 open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
libphy open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
libpp open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
libwpa open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
component.mk open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
README.md open_esplibs: Add README and Copyright headers 2016-07-06 17:22:09 +10:00

Open Espressif Libs

These are functional recreations of the MIT licensed binary Espressif SDK libraries found in lib. They keep the same functionality as the SDK libraries (possibly with bugfixes or other minor tweaks), but are compiled from source.

Most of the reverse engineering work so far has been by Alex Stewart (@foogod).

See http://esp8266-re.foogod.com/wiki/ for more technical details of SDK library internals.

Disabling

The open ESP libs are compiled in by default, and they automatically replace any binary SDK symbols (functions, etc.) with the same names.

To compile using the binary SDK libraries only, override the COMPONENTS list in parameters.mk to remove the open_esplibs component, or add -DOPEN_ESPLIBS=0 to CPPFLAGS.

To selectively replace some functionality with binary SDK functionality for debugging, edit the header file open_esplibs/include/open_esplibs.h