esp-idf/components/esp32
Ivan Grokhotkov 557dafda07 Merge branch 'bugfix/high_timer_int' into 'master'
Delete option to select core timer 2 as a FreeRTOS tick source

Core timer 2 is unusable for FreeRTOS ticks because it triggers a high-level interrupt. This MR deletes the option to select it.

Ref https://github.com/espressif/esp-idf/issues/234

See merge request !418
2017-01-18 10:31:03 +08:00
..
hwcrypto
include esp32: add get idf version api 2017-01-17 16:52:42 +08:00
ld
lib@49b6d079dd update wifi lib: fix some wifi lib bugs 2017-01-16 17:20:05 +08:00
test
Kconfig esp_event: event stack overflow 2017-01-16 17:06:12 +08:00
Makefile.projbuild
brownout.c
component.mk Build: Handle WiFi & BT enabled/disabled combos gracefully as possible 2017-01-16 13:03:17 +11:00
core_dump.c esp32: Fixes issues discussed during code review of MR!341 2017-01-12 19:38:19 +03:00
cpu_freq.c
cpu_start.c esp32: compile PHY-related code only when WiFi is enabled 2017-01-16 02:38:32 +08:00
cpu_util.c
crosscore_int.c
deep_sleep.c
event_default_handlers.c
event_loop.c
freertos_hooks.c
gdbstub.c
heap_alloc_caps.c
hw_random.c
int_wdt.c
intr_alloc.c Core timer 2 is unusable for FreeRTOS ticks because it triggers a high-level interrupt. This commit deletes the option to select it. 2017-01-15 11:11:58 +08:00
ipc.c
lib_printf.c
libhal.a
panic.c Merge branch 'bugfix/panic_reset_hangs' into 'master' 2017-01-16 10:40:47 +08:00
phy.h
phy_init.c esp32: compile PHY-related code only when WiFi is enabled 2017-01-16 02:38:32 +08:00
phy_init_data.h
rtc.h
spiram.h
system_api.c esp32: add get idf version api 2017-01-17 16:52:42 +08:00
task_wdt.c