1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/esp32/include
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
..
freertos cpu: add esp32 2018-10-08 12:20:49 +02:00
sys cpu: add esp32 2018-10-08 12:20:49 +02:00
adc_arch.h cpu/esp32: rtcio_* moved to new submodule adc_ctrl 2019-05-01 09:40:17 +02:00
adc_ctrl.h cpu/esp32: new module for ADC controller functions 2019-05-01 09:40:17 +02:00
cpu_conf.h cpu/esp32: add compile configuration group 2019-01-14 12:19:19 +01:00
cpu.h cpu: add esp32 2018-10-08 12:20:49 +02:00
esp_common_log.h cpu: add esp32 2018-10-08 12:20:49 +02:00
esp_common.h cpu: add esp32 2018-10-08 12:20:49 +02:00
exceptions.h cpu: add esp32 2018-10-08 12:20:49 +02:00
gpio_arch.h cpu/esp32: doxygen fix 2018-11-05 11:27:00 +01:00
irq_arch.h cpu/esp_common: doc fixes 2019-04-15 12:50:44 +02:00
log_module.h cpu: add esp32 2018-10-08 12:20:49 +02:00
periph_cpu.h esp32: define PERIPH_TIMER_PROVIDES_SET 2019-07-19 22:28:27 +02:00
sdk_conf.h cpu/esp32: esp_wifi compile configuration tuned 2019-07-31 13:53:48 +02:00
stdio.h cpu: add esp32 2018-10-08 12:20:49 +02:00
syscalls.h cpu/esp32: use printf/puts from newlib 2019-08-19 15:14:32 +02:00
thread_arch.h cpu: add esp32 2018-10-08 12:20:49 +02:00
tools.h cpu: add esp32 2018-10-08 12:20:49 +02:00
xtensa_conf.h cpu/esp32: SDK_INT_HANDLING definition removed 2019-04-15 11:45:59 +02:00