1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/periph
Gunar Schorcht fddfe86a4b cpu/esp32: fixes dependency problem for timer
Xtensa newlib version requires pthread_setcancelstate as symbol. Therefore, the module pthread was always used, which in turn requires the module xtimer. The xtimer module, however, uses TIMER_DEV(0). Therefore, tests/timers failed for TIMER_DEV(0).
2018-10-14 13:50:38 +02:00
..
adc.c cpu: add esp32 2018-10-08 12:20:49 +02:00
cpuid.c cpu: add esp32 2018-10-08 12:20:49 +02:00
flash.c cpu/esp32: fixes dependency problem for timer 2018-10-14 13:50:38 +02:00
gpio.c cpu/esp32: scope for GPIO_IRQ submodule added 2018-10-09 11:41:59 +02:00
hwrng.c cpu: add esp32 2018-10-08 12:20:49 +02:00
i2c_hw.c cpu: add esp32 2018-10-08 12:20:49 +02:00
i2c_sw.c cpu/esp32: i2c speed values finetuned 2018-10-09 10:59:40 +02:00
Makefile cpu: add esp32 2018-10-08 12:20:49 +02:00
pm.c cpu: add esp32 2018-10-08 12:20:49 +02:00
pwm.c cpu/esp32: pwm initialization fixed 2018-10-09 11:27:54 +02:00
rtc.c cpu: add esp32 2018-10-08 12:20:49 +02:00
spi.c cpu: add esp32 2018-10-08 12:20:49 +02:00
timer.c cpu: add esp32 2018-10-08 12:20:49 +02:00
uart.c cpu: add esp32 2018-10-08 12:20:49 +02:00