1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/vendor/esp-idf
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
..
driver cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
esp32 cpu/esp32: RIOT_OS macro replaced by RIOT_VERSION 2019-04-15 11:45:59 +02:00
ethernet cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
heap cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
include cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
nvs_flash cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
soc cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
spi_flash cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
wpa_supplicant cpu/esp32: os_memset redefinition 2019-01-17 13:52:22 +01:00
esp_funcs.c cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
Makefile cpu/esp32: optimizing compilation of subdirs 2019-08-06 08:05:28 +02:00
README.md cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00

The files in this directory and all subdirectories are from the Espressif IoT Development FrameworkESP-IDF, the official development framework for ESP32. All of these files are copyright of Espressif Systems (Shanghai) PTE LTD or their respective owners and licensed under the Apache License, Version 2.0. Please refer the copyright notice in these files for details.