esp-idf/components/esp32
Angus Gratton 1249659931 Merge branch 'bugfix/system_restore_duplicate' into 'master'
esp32: remove duplicate definition of system_restore

See merge request idf/esp-idf!1864
2018-01-29 14:02:02 +08:00
..
hwcrypto
include feat(attr): add new macro `DMA_ATTR` and `WORD_ALIGNED_ATTR` to help dma buffer declaration. 2018-01-24 11:28:14 +08:00
ld esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround 2017-12-27 11:59:54 +11:00
lib@b35fc86bbc Added two functions in PHY API for disable interrupts and add rfcal data checking to PHY 2018-01-25 17:58:14 +08:00
test watchdog: enable INT WDT unit test 2017-12-01 20:10:26 +08:00
Kconfig Fix bug that when we do full calibration init data bin is not used 2018-01-09 15:31:34 +08:00
Makefile.projbuild build: Remove explict -lstdc++-psram-workaround 2018-01-11 10:32:02 +11:00
brownout.c
cache_err_int.c
clk.c Fix the clock subsystem so it doesn't undo the weird condition spiram_psram.c jams the enable/reset bits of SPI3 in when 80MHz mode is selected anymore 2017-12-19 19:12:58 +08:00
component.mk build: Remove explict -lstdc++-psram-workaround 2018-01-11 10:32:02 +11:00
core_dump.c
cpu_start.c Dump the frame of the other core when interrupt watchdog happens 2018-01-18 23:10:29 +00:00
crosscore_int.c
dport_access.c
dport_panic_highint_hdl.S
esp_clk_internal.h
esp_timer.c esp_timer: fix for the case when timer is deleted in callback 2017-11-29 11:44:46 +08:00
esp_timer_esp32.c esp_timer:fix three bugs about timer get and timer alarm where overflow is not correct 2017-12-19 20:05:55 +08:00
esp_timer_impl.h
ets_timer_legacy.c
event_default_handlers.c log: Remove non-static TAG variables 2017-12-15 10:59:48 +11:00
event_loop.c
fast_crypto_ops.c
freertos_hooks.c
gdbstub.c
hw_random.c
int_wdt.c Dump the frame of the other core when interrupt watchdog happens 2018-01-18 23:10:29 +00:00
intr_alloc.c Add esp_intr_set_in_iram 2017-12-08 05:46:34 +03:00
ipc.c fix buffer overflow in ipc.c 2017-11-27 18:47:40 +08:00
lib_printf.c
libhal.a
panic.c Dump the frame of the other core when interrupt watchdog happens 2018-01-18 23:10:29 +00:00
phy.h
phy_init.c components/phy: add IRAM_ATTR attribute to the two APIs used in phy calibration 2018-01-26 17:12:59 +08:00
phy_init_data.h
pm_esp32.c
pm_impl.h
pm_locks.c
pm_trace.c
pm_trace.h
restore.c
sleep_modes.c
smartconfig.c
smartconfig.h
spiram.c
spiram_psram.c Fix the clock subsystem so it doesn't undo the weird condition spiram_psram.c jams the enable/reset bits of SPI3 in when 80MHz mode is selected anymore 2017-12-19 19:12:58 +08:00
spiram_psram.h
stack_check.c
system_api.c esp32: remove duplicate definition of system_restore 2018-01-28 19:26:37 +08:00
task_wdt.c watchdogs: make sure timer group peripherals are enabled 2017-12-01 20:10:26 +08:00
wifi_init.c
wifi_internal.c