esp-open-rtos/core
Angus Gratton 7e73693898 Rework component makefiles to have a default <component>_ROOT
This fixes a long-standing bug where build directories sometimes
expanded many levels deeper than they should have.

Component names can now no longer contains slashes (ie the component
name for 'extras/i2c' is now just 'i2c')
2015-09-08 09:59:59 +10:00
..
include Fix broken UART(i) definition 2015-08-25 22:31:47 -07:00
component.mk Rework component makefiles to have a default <component>_ROOT 2015-09-08 09:59:59 +10:00
esp_gpio_interrupts.c Add esp/gpio_regs.h 2015-08-18 22:46:25 -07:00
esp_iomux.c Basic support for GPIOs 0-15. 2015-06-08 12:09:34 +10:00
esp_timer.c Added esp/timer_regs.h and esp/dport_regs.h 2015-08-19 11:34:18 -07:00
exception_vectors.S Exception vector address must be 256 byte aligned 2015-08-06 09:54:46 +10:00
led_debug.s Add some LED debugging assembler macros 2015-07-28 11:19:01 +10:00
newlib_syscalls.c libc syscalls: ENOSYS implementations for open,fstat,close,lseek 2015-09-03 11:45:52 +10:00
sdk_compat.c Move all code paths touched by NMI to IRAM 2015-07-29 16:47:33 +10:00