esp-idf/components/esp32
Angus Gratton cdb10ec5ad Merge branch 'bugfix/rename_http_server' into 'master'
Rename http_server component to esp_http_server

See merge request idf/esp-idf!3553
2018-10-26 12:59:38 +08:00
..
hwcrypto nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
include Merge branch 'bugfix/missing_header_file' into 'master' 2018-10-26 12:19:50 +08:00
ld esp_ringbuf: fix default placement from flash to IRAM 2018-10-17 23:34:07 -05:00
lib@b9b1d79975 esp32: fix some wifi bugs 2018-10-25 16:47:57 +08:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
CMakeLists.txt cmake: Add support for test build 2018-10-20 12:07:24 +08:00
Kconfig Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
Makefile.projbuild
brownout.c
cache_err_int.c
cache_sram_mmu.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
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 doc: update document of external memory 2018-09-26 10:39:57 +08:00
core_dump.c
cpu_start.c Merge branch 'feature/bss_seg_in_external_memory' into 'master' 2018-10-10 14:40:21 +08:00
crosscore_int.c
dbg_stubs.c
dport_access.c
dport_panic_highint_hdl.S
esp_clk_internal.h
esp_err_to_name.c HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
esp_err_to_name.c.in
esp_himem.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
esp_system_internal.h
esp_timer.c
esp_timer_esp32.c
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 esp32: fix regression introduced in automatic light sleep pm 2018-09-26 08:52:15 +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 intr: fix a type mismatch warning 2018-10-21 15:11:45 +08:00
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 esp32: Add macro to check a condition without abort 2018-10-09 08:57:23 +02:00
phy.h
phy_init.c esp32: fix WiFi timer inaccurate bug 2018-10-17 09:47:25 +08:00
phy_init_data.h Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
pm_esp32.c esp32: fix regression introduced in automatic light sleep pm 2018-09-26 08:52:15 +05:30
pm_impl.h esp32: fix regression introduced in automatic light sleep pm 2018-09-26 08:52:15 +05:30
pm_locks.c
pm_trace.c
pm_trace.h
reset_reason.c
restore.c
sleep_modes.c uart: fix uart_tx_wait_idle to wait for fifo empty 2018-10-15 20:08:16 +08:00
spiram.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
spiram_psram.c bugfix(psram): fix psram driver 2018-10-08 19:55:13 +08:00
spiram_psram.h bugfix(psram): fix psram driver 2018-10-08 19:55:13 +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 esp32: Add macro to check a condition without abort 2018-10-09 08:57:23 +02:00
wifi_init.c
wifi_os_adapter.c