esp-idf/components/esp32
Angus Gratton f620a3c4f3 Merge branch 'bugfix/int_wdt_in_ocd_mode' into 'master'
panic: prevent INT WDT from re-triggering in OCD mode

See merge request !1764
2018-01-16 15:07:26 +08:00
..
hwcrypto
include Merge branch 'feature/esp_intr_set_in_iram' into 'master' 2018-01-04 06:04:05 +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@c19d8c7a6c recompile wifi lib with new toolchain 1.22.0-78-g4b87650 2018-01-02 14:23:37 +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 esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround 2017-12-27 11:59:54 +11: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 watchdogs: make sure timer group peripherals are enabled 2017-12-01 20:10:26 +08: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 panic: prevent INT WDT from re-triggering in OCD mode 2018-01-09 01:46:24 +08:00
phy.h
phy_init.c Fix bug that when we do full calibration init data bin is not used 2018-01-09 15:31:34 +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 esp32: Adds Stack Smashing Protection Feature 2017-11-17 12:08:36 +03:00
system_api.c
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