esp-idf/components/esp32
qiyueixa fe4dabe869 mesh: decoupling
Remove dependencies which cause mesh code to be linked even if mesh is not used.
2018-09-25 23:49:27 +08:00
..
hwcrypto nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
include Merge branch 'feature/nvs_encryption' into 'master' 2018-09-25 08:15:55 +08:00
ld Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
lib@912dedb942 mesh: decoupling 2018-09-25 23:49:27 +08:00
test ipc: fix `esp_ipc_call_blocking` to return after callback execution is completed 2018-09-07 14:19:35 +05:30
CMakeLists.txt cmake: fix source list issues 2018-09-13 08:56:59 +08:00
Kconfig mesh: bugfix 2018-09-23 21:11:02 +08:00
Makefile.projbuild Merge branch 'feature/expansion_space_for_bootloader' into 'master' 2018-06-18 12:34:53 +08:00
brownout.c esp32: add API to get reset reason 2018-08-20 16:49:20 +08:00
cache_err_int.c
clk.c bootloader_support: Fix enable rtc_wdt for resolve issue with varying supply 2018-09-03 05:43:01 +00:00
coexist.c
coexist_internal.h
component.mk esp32: force pure math functions from libgcc to be linked from ROM 2018-07-02 12:49:57 +08:00
core_dump.c coredump: Fixes exception stack frame structure indicator 2018-07-05 22:20:20 +03:00
cpu_start.c esp32: abort when running on single core chip in dual core mode 2018-09-19 15:05:26 +08:00
crosscore_int.c esp32: Move esp_crosscore_isr_handle_yield() to IRAM 2018-06-13 11:36:15 +10:00
dbg_stubs.c
dport_access.c
dport_panic_highint_hdl.S
esp_clk_internal.h
esp_err_to_name.c Merge branch 'feature/async_esp_http_client' into 'master' 2018-09-25 08:20:06 +08:00
esp_err_to_name.c.in esp32: esp_err_to_name_r: print error code as hex and decimal 2018-06-15 15:49:23 +08:00
esp_system_internal.h esp32: add API to get reset reason 2018-08-20 16:49:20 +08:00
esp_timer.c
esp_timer_esp32.c Fixed typos on booleans. 2018-07-09 14:36:06 +08:00
esp_timer_impl.h
ets_timer_legacy.c
event_default_handlers.c esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0 2018-09-06 14:52:04 +08:00
event_loop.c
fast_crypto_ops.c
freertos_hooks.c freertos: cleanup tick/idle hook functionality 2018-09-17 17:05:17 +05:30
gdbstub.c
hw_random.c esp32: Add esp_fill_random() function 2018-09-03 04:39:45 +00:00
int_wdt.c
intr_alloc.c
ipc.c ipc: fix `esp_ipc_call_blocking` to return after callback execution is completed 2018-09-07 14:19:35 +05:30
lib_printf.c
libhal.a
panic.c Merge branch 'feature/rtc_cpu_freq_config' into 'master' 2018-08-22 11:32:08 +08:00
phy.h
phy_init.c when brownout reset occurs,set the phy TX Power to the lowest 2018-08-30 14:22:03 +08:00
phy_init_data.h Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
pm_esp32.c freertos: cleanup tick/idle hook functionality 2018-09-17 17:05:17 +05:30
pm_impl.h
pm_locks.c
pm_trace.c
pm_trace.h
reset_reason.c reset_reason: fix setting wake stub entry point to 0x80000000 2018-08-27 19:01:03 +08:00
restore.c
sleep_modes.c Merge branch 'bugfix/slow_mem_keep_rtc_noinit' into 'master' 2018-09-07 15:54:52 +08:00
spiram.c heap: Drop priority of DMA reserved memory pool 2018-08-30 06:18:18 +00:00
spiram_psram.c feature(psram): add support for 64MBit psram of 1.8v and 3.3v. 2018-07-10 14:24:59 +08:00
spiram_psram.h feature(psram): add support for 64MBit psram of 1.8v and 3.3v. 2018-07-10 14:24:59 +08:00
stack_check.c
system_api.c defination: fix the bug that esp_derive_local_mac() defination missing 2018-09-05 14:36:37 +08:00
task_wdt.c task_wdt: correct critical section API in ISR context 2018-09-17 16:11:15 +05:30
wifi_init.c
wifi_os_adapter.c