1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32
Gunar Schorcht dc4565fdfc cpu/esp32: use newlib_syscalls_default by default
Fix of #11354: Function '_write_r' of ESP32's newlibc does not write the output of function 'write(STDIO_FILENO, ...)' to the UART interface. To fix this problem, module 'newlib_syscalls_default' is now used by default. Function '_write_r' of module 'newlib_syscalls_default' uses 'stdio_write' which in turn uses 'uart_write' if module 'stdio_uart' is used which is now the default case for ESP32.
2019-04-11 16:22:47 +02:00
..
bin
esp-can
esp-eth cpu/esp32: esp_eth doesn't call memcpy if iol_len is 0 2019-03-14 16:57:26 +01:00
esp-wifi cpu/esp32: esp_wifi doesn't call memcpy if iol_len is 0 2019-03-14 16:11:24 +01:00
freertos
include cpu/esp32: GPIO macro cleanup in periph_cpu.h 2019-02-04 14:31:53 +01:00
ld
periph cpu/esp32: add new uart_mode API function 2019-03-28 16:36:04 +01:00
vendor cpu/esp32: os_memset redefinition 2019-01-17 13:52:22 +01:00
doc.txt cpu/esp32: esp-wifi related doc changes 2019-01-17 17:10:43 +01:00
esp_events.c
esp_xtimer.c
exceptions.c
gen_esp32part.py
irq_arch.c
log_module.c
Makefile cpu/esp_common: added for common files for ESP SoC 2018-12-27 17:28:46 +01:00
Makefile.dep cpu/esp32: use newlib_syscalls_default by default 2019-04-11 16:22:47 +02:00
Makefile.features
Makefile.include cpu/esp32: use newlib_syscalls_default by default 2019-04-11 16:22:47 +02:00
periph_cpu.c
startup.c cpu/esp32: allow explicit ESP32 crystal freq configuration 2018-10-30 16:42:07 -07:00
syscalls.c cpu/esp32: add memset that cannot be optimized out 2019-01-17 13:50:56 +01:00
thread_arch.c
tools.c