circuitpython/ports/esp32s2/supervisor
Jeff Epler 9206925bf8 esp32s2: port_get_raw_ticks: Use a more efficient, monotonic routine
While trying to debug #3572, I noticed that I would frequently break in
the midst of gettimeofday and that the routine get_adjusted_boot_time
had to take and release locks.  Furthermore, we don't want "adjusted"
boot time, which could go forwards or backwards depending on the
adjustment (such as setting the clock used by gettimeofday() to the network
time)
2020-11-17 17:45:41 -06:00
..
esp_port.h Split out extern declare to ports/esp32s2/supervisor/esp_port.h 2020-11-10 12:45:39 -06:00
internal_flash_root_pointers.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
internal_flash.c Change submodule, rework all includes 2020-09-30 11:26:07 -04:00
internal_flash.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
port.c esp32s2: port_get_raw_ticks: Use a more efficient, monotonic routine 2020-11-17 17:45:41 -06:00
usb.c Requested review changes made 2020-11-10 11:32:59 -06:00