]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/time_syscalls' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 17 Jan 2017 06:04:11 +0000 (14:04 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 17 Jan 2017 06:04:11 +0000 (14:04 +0800)
Fix issues with time syscalls

- fix compilation error when no time source is selected (https://github.com/espressif/esp-idf/issues/238)
- work around a bug that time speeds up when RTC registers are read on the APP CPU (https://github.com/espressif/arduino-esp32/issues/120)

See merge request !427


Trivial merge