esp-idf/components/esp32
Ivan Grokhotkov b6d82eeceb Merge branch 'feature/gcov_over_apptrace' into 'master'
esp32: Adds gcov over JTAG feature

See merge request !1117
2017-09-12 18:54:26 +08:00
..
hwcrypto hwcrypto: Fix bug with concurrent SHA access 2017-08-25 16:08:03 +10:00
include fix(intr): always assign the same intr to a same source, disable the source only when all the handlers disabled. 2017-09-06 15:20:01 +08:00
ld esp32: Adds gcov over JTAG feature 2017-09-07 18:13:16 +03:00
lib@d8119f2d8b esp32: update wifi lib for a bunch of small feature and bugfix 2017-09-07 11:01:12 +08:00
test fix(intr): always assign the same intr to a same source, disable the source only when all the handlers disabled. 2017-09-06 15:20:01 +08:00
Kconfig Add --warn-undefined-variables to MAKEFLAGS 2017-09-05 16:10:46 +10:00
Makefile.projbuild Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. 2017-09-04 12:05:49 +08:00
brownout.c
cache_err_int.c esp32: fix cache error interrupt handler 2017-09-08 09:59:09 +08:00
clk.c Disable some peripheral clocks when cpu starts 2017-08-29 11:18:42 +08:00
component.mk build system: Restore ifdef/ifndef in Makefiles, clean up examples build 2017-09-05 16:11:03 +10:00
core_dump.c
cpu_start.c Merge branch 'feature/pthread_api' into 'master' 2017-09-07 17:49:42 +08:00
crosscore_int.c
dport_access.c esp32: fix cache error interrupt handler 2017-09-08 09:59:09 +08:00
dport_panic_highint_hdl.S
esp_timer.c esp_timer: return signed timestamp (int64_t) 2017-09-01 10:34:36 +08:00
esp_timer.h esp_timer: return signed timestamp (int64_t) 2017-09-01 10:34:36 +08:00
esp_timer_esp32.c esp_timer: lock-free implementation of esp_timer_get_time 2017-09-01 10:34:36 +08:00
esp_timer_impl.h esp_timer: add high resolution software timer API 2017-08-28 11:35:26 +08:00
ets_timer_legacy.c esp_timer: add high resolution software timer API 2017-08-28 11:35:26 +08:00
event_default_handlers.c
event_loop.c
fast_crypto_ops.c
freertos_hooks.c
gdbstub.c
hw_random.c
int_wdt.c
intr_alloc.c refactor(intr): remove useless tags in the debug log. 2017-09-06 15:20:04 +08:00
ipc.c
lib_printf.c
libhal.a
libstdcc++-cache-workaround.a Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. 2017-09-04 12:05:49 +08:00
panic.c esp32: Fixes infinite loop caused by exception during core dumping 2017-09-05 11:15:27 +08:00
phy.h
phy_init.c
phy_init_data.h
restore.c
sleep_modes.c deep sleep: don't use protected DPORT access in wake stub 2017-09-01 18:35:42 +08:00
spiram.c Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. 2017-09-04 12:05:49 +08:00
spiram_psram.c Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. 2017-09-04 12:05:49 +08:00
spiram_psram.h Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. 2017-09-04 12:05:49 +08:00
system_api.c Fix rebooting when PSRAM is active 2017-09-04 19:00:47 +08:00
task_wdt.c
wifi_init.c