esp-open-rtos/core
Angus Gratton 0c0668bfa0 app_main: Refactor to use uart.h functions instead of raw register access
This removes the automatic insertion of CR ahead of LF by the SDK putc
function when called inside the SDK (although we'd already replaced
printf, so most were bypassing this putc function anyhow.)
2015-10-06 18:14:05 +11:00
..
include uart.h: Add uart_get_baud/uart_set_baud functions, change default baud rate from 74906 to 115200 2015-10-06 17:49:00 +11:00
app_main.c app_main: Refactor to use uart.h functions instead of raw register access 2015-10-06 18:14:05 +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_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_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 Code reformat/cleanup of exception_vectors.S 2015-09-24 22:43:29 -07:00
led_debug.s Use GPIO2 for led_debug.S 2015-09-14 17:20:00 +10:00
newlib_syscalls.c Fix issue #52. Add esp/uart.h 2015-10-05 21:51:57 -07:00
sdk_compat.c Add C++ support to Makefile, and proof-of-concept simple.cpp example 2015-09-20 21:13:38 +10:00