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 bf331bd54b cpu/esp32: use printf/puts from newlib
Initializing the stdio file descriptors in global reent structure with newlib fake stdio file descriptors led to the problem that newlib stdio functions printf and puts were not working since they can't operate on these fake stdio file descriptors. Therefore, this initialization was removed. Now, the real stdio file descriptors as created automatically by newlib are used. Specific functions `printf`, `puts`, `getchar`and `putchar` are not required any longer and are removed now.
2019-08-19 15:14:32 +02:00
..
bin cpu: add esp32 2018-10-08 12:20:49 +02:00
esp-can cpu: add esp32 2018-10-08 12:20:49 +02:00
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_dev exposed for lwIP 2019-08-06 19:12:29 +02:00
freertos cpu/esp32/freertos/semphr.c::xSemaphoreTakeRecursive() return value fix 2019-03-27 15:54:30 +01:00
include cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
ld cpu: add esp32 2018-10-08 12:20:49 +02:00
periph cpu: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
vendor cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
doc.txt Merge pull request #11261 from gschorcht/cpu/esp32/doc_fix/rom 2019-05-14 13:07:50 +02:00
esp_events.c cpu: add esp32 2018-10-08 12:20:49 +02:00
esp_xtimer.c cpu: add esp32 2018-10-08 12:20:49 +02:00
exceptions.c cpu: add esp32 2018-10-08 12:20:49 +02:00
gen_esp32part.py cpu: add esp32 2018-10-08 12:20:49 +02:00
irq_arch.c cpu: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
log_module.c cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
Makefile cpu/esp_common: added for common files for ESP SoC 2018-12-27 17:28:46 +01:00
Makefile.dep cpu/esp32: fix conditional linker options for esp_idf_heap 2019-08-06 18:17:59 +02:00
Makefile.features cpu/esp32: activate cpp feature 2019-07-29 16:06:04 +02:00
Makefile.include cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
periph_cpu.c cpu: add esp32 2018-10-08 12:20:49 +02:00
startup.c cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
syscalls.c cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
thread_arch.c cpu/esp: fix computation of coprocessor save area 2019-04-27 13:23:04 +02:00
tools.c cpu: add esp32 2018-10-08 12:20:49 +02:00