esp-open-rtos/core
Angus Gratton 424dc0f3b0 Add C++ support to Makefile, and proof-of-concept simple.cpp example
This is a work in progress based on @mikejac's work.

Missing:
* No 'new' operator.
* I don't think STL is currently supported.
2015-08-10 16:14:30 +10:00
..
include Mostly updated header files for use in C++ 2015-08-10 15:31:03 +10:00
component.mk Basic support for GPIOs 0-15. 2015-06-08 12:09:34 +10:00
esp_gpio_interrupts.c Indentation fixes 2015-06-09 09:00:32 +10:00
esp_iomux.c Basic support for GPIOs 0-15. 2015-06-08 12:09:34 +10:00
esp_timer.c Hardware timer support 2015-07-09 12:29:40 +10: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 Correct prototype for sdk_uart_rx_one_char, kudos to @foogod 2015-08-07 13:26:06 +02:00
sdk_compat.c Add C++ support to Makefile, and proof-of-concept simple.cpp example 2015-08-10 16:14:30 +10:00