esp-open-rtos/core
Angus Gratton b0844b01bc Add abort() implementation
Also reduces the IRAM footprint of the fatal exception handler, as only
the prelude (which disables interrupts & enables the flash mapping) is
in IRAM now.

Closes #54, relevant to #133.
2016-05-07 18:55:32 +10:00
..
include Add abort() implementation 2016-05-07 18:55:32 +10:00
app_main.c Add abort() implementation 2016-05-07 18:55:32 +10: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
debug_dumps.c Add abort() implementation 2016-05-07 18:55:32 +10:00
esp_gpio.c Separate pullup config out of gpio_enable() 2016-02-21 18:34:11 -08: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 lwip sys_arch: Add functional xInsideISR implementation 2016-05-03 15:39:37 +10:00
esp_iomux.c Removed INLINED (force inline) macro. 2015-11-28 18:01:03 +11:00
esp_spi.c SPI big endian swap bug fix, spi_get_settings()/spi_set_settings() 2016-03-18 03:27:36 +05: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 Break out debug dump functions into their own compilation unit 2016-05-03 15:39:37 +10:00
led_debug.s Use GPIO2 for led_debug.S 2015-09-14 17:20:00 +10:00
newlib_syscalls.c Add abort() implementation 2016-05-07 18:55:32 +10:00
sdk_compat.c gcc __attribute__((constructor)): Remove hacked calling, move ctor sections to flash 2016-04-24 18:52:16 +10:00