OVMS3-idf/components/newlib/test
Ivan Grokhotkov 8c25a0fd9d time: workaround for FRC_TIMER_INT_REG write issue
In some cases (when RTC register reads are performed from the APP CPU), a write to FRC_TIMER_INT_REG may be lost on the bus.
Writing to another DPORT register immediately before or after that works around the issue.
We write one dummy value to an address which doesn’t have any register associated with it.

Fixes https://github.com/espressif/arduino-esp32/issues/120
2017-01-17 12:29:09 +08:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_newlib.c fatfs: add vfs support 2017-01-09 05:54:04 +08:00
test_time.c time: workaround for FRC_TIMER_INT_REG write issue 2017-01-17 12:29:09 +08:00