1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/periph
Benjamin Valentin 1ca26adde8 cpu/esp32: rtc: use rtc_mktime() for Y2038k
By using a custom EPOCH for the RTC implementation, we can extend the
range of the 32 bit counter based RTC by 118 years.

It also reduces the code size compared to the stdlib based POSIX functions.
2020-03-03 11:01:02 +01:00
..
adc_ctrl.c cpu/esp32: fix typos 2019-11-23 22:39:36 +01:00
adc.c cpu/esp32/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
can.c cpu/esp32: module to print startup info 2019-11-28 18:59:09 +01:00
cpuid.c
dac.c cpu/esp32: fix typos 2019-11-23 22:39:36 +01:00
gpio.c cpu/esp32: allow external 32 kHz crystal for RTC 2020-02-07 00:46:16 +01:00
i2c_hw.c cpu/esp32: fix typos 2019-11-23 22:39:36 +01:00
Makefile cpu/esp32: use periph.mk in perpih Makefile 2019-04-04 00:48:33 +02:00
pm.c
pwm.c many typo fixes 2019-11-23 22:39:07 +01:00
rtc.c cpu/esp32: rtc: use rtc_mktime() for Y2038k 2020-03-03 11:01:02 +01:00
timer.c cpu/esp32: remove extra isync from periph/timer 2020-02-21 09:09:34 +01:00