We are using both timers as suggested:
https://github.com/espruino/EspruinoBuildTools/blob/master/esp32/build/app/sdkconfig#L200 CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y
CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y
Well... then their timer implementation is not good! I was hoping to see at most 4us jitter.
The idf has a timer jobs linked list. Does espruino run another one on top of it?
@barbiani started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
We are using both timers as suggested:
https://github.com/espruino/EspruinoBuildTools/blob/master/esp32/build/app/sdkconfig#L200
CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y