Gunar Schorcht 21b2c8d334 cpu/esp32: introduce pseudomodule esp_rtc_timer
It is possible to use different timers as RTC timer for the periph_rtc module. Either the 48-bit RTC hardware timer is used directly or the PLL driven 64-bit system timer emulates a RTC timer. The latter one is much more accurate. Pseudomodule esp_rtc_timer controlls which timer is used. Only if esp_rtc_timer is enabled explicitly, the 48-bit RTC hardware timer is used. Otherwise the 64-bit sytstem timer is used to emulate the RTC timer.
2019-12-25 09:47:52 +01:00
..
2019-11-23 22:39:07 +01:00
2019-12-15 11:17:23 +01:00
2019-11-23 22:39:36 +01:00
2019-11-23 22:39:36 +01:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2019-11-22 13:56:41 +01:00
2018-10-08 12:20:49 +02:00
2019-08-06 19:43:54 +02:00
2019-09-20 19:35:02 +02:00
2019-10-13 21:03:41 +02:00
2018-10-08 12:20:49 +02:00
2019-11-23 22:39:07 +01:00