esp-idf/components/newlib
Ivan Grokhotkov 90c43ea95e newlib: fix register used for DPORT/RTC bug workaround
While there was no register at DR_REG_FRC_TIMER_BASE + 0x60, due to
peripheral address space wraparound this write actually affected one of
FRC2 registers, which is used by WiFi stack to implement legacy
ets_timer APIs.
This change uses FRC_TIMER_LOAD_REG(0) instead, which can be set to
known value safely.
2017-01-19 00:36:30 +08:00
..
include newlib: change definition of assert for release builds 2017-01-17 00:49:38 +08:00
lib
platform_include
test esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
.gitignore
.gitmodules
COPYING.NEWLIB
Makefile.old
component.mk
libc_discard.list
locks.c
reent_init.c
syscall_table.c
syscalls.c
time.c newlib: fix register used for DPORT/RTC bug workaround 2017-01-19 00:36:30 +08:00