esp-open-rtos/core
2016-02-16 22:12:20 +11:00
..
include Removed INLINED (force inline) macro. 2015-11-28 18:01:03 +11:00
app_main.c gcc __attribute__((constructor)): Remove hacked calling, move ctor sections to flash 2016-02-09 16:07:08 +11:00
component.mk Rework component makefiles to have a default <component>_ROOT 2015-09-08 09:59:59 +10:00
cplusplus_operators.cpp Move c++ operators back to link-time resolutions, part of 'core' 2015-09-20 21:13:38 +10:00
esp_gpio.c Add esp_gpio.c, including gpio_enable() function 2015-12-01 09:56:40 +11:00
esp_gpio_interrupts.c Add esp/gpio_regs.h 2015-08-18 22:46:25 -07:00
esp_hwrand.c Refactor Hardware RNG functions to esp/hwrand.h 2015-09-24 20:48:16 +10:00
esp_interrupts.c Simplify interrupt and RTOS timer tick handlers 2015-09-29 13:21:04 +10:00
esp_iomux.c Removed INLINED (force inline) macro. 2015-11-28 18:01:03 +11:00
esp_timer.c timers.h: Return error codes instead of true/false for failures 2015-11-28 16:33:39 +11:00
exception_vectors.S exception_vectors: Use call0 for sdk__xt_int_exit, in case it needs a literal 2015-10-06 18:25:48 +11:00
led_debug.s Use GPIO2 for led_debug.S 2015-09-14 17:20:00 +10:00
newlib_syscalls.c tests/malloc: Allow malloc to fail when out of RAM, add heap test 2016-02-16 22:12:20 +11:00
sdk_compat.c gcc __attribute__((constructor)): Remove hacked calling, move ctor sections to flash 2016-02-09 16:07:08 +11:00