esp-idf/components
2020-10-27 23:34:03 +08:00
..
app_trace app_trace/sysview: fixed freertos tracing calling plus sync apptrace component with the master branch version 2020-10-13 23:52:03 +00:00
app_update bootloader: create public bootloader_flash.h header 2020-09-19 10:52:02 +08:00
asio asio: option to use wolfSSL as TLS stack for ASIO 2020-07-14 10:42:17 +00:00
bootloader Merge branch 'feature/update_key_name_of_secure_boot' into 'master' 2020-10-22 13:41:13 +08:00
bootloader_support Merge branch 'bugfix/esp32s2_adc_rng_registers' into 'master' 2020-10-26 13:55:05 +08:00
bt Merge branch 'bugfix/tx_prog_dram_crash' into 'master' 2020-10-26 11:33:20 +08:00
cbor Update tinycbor submodule in ESP-IDF 2020-06-23 08:20:16 +00:00
cmock cmock: added cmock as component 2020-09-02 16:38:37 +08:00
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console cmock: added cmock as component 2020-09-02 16:38:37 +08:00
cxx Removed C++ unit test 2020-09-21 01:32:23 +00:00
driver spi_master: fix the error log when use tx/rx_data with larger data 2020-10-27 23:34:03 +08:00
efuse efuse: Adds support for esp32-s2 chip 2020-10-14 16:26:51 +08:00
esp32 soc: remove unecessary headers in dport_access.h 2020-10-22 19:42:34 +08:00
esp32s2 Merge branch 'feature/dedicated_gpio' into 'master' 2020-10-26 15:33:33 +08:00
esp32s3 Merge branch 'bugfix/fix_rtc_io_hal_desc' into 'master' 2020-10-26 18:48:03 +08:00
esp_adc_cal driver/adc: support for esp32s2 adc calibration scheme 2020-08-13 17:27:03 +08:00
esp_common Merge branch 'bugfix/esp_efuse_mac_get_default_fix_mac_range_for_internal_usage' into 'master' 2020-10-26 16:21:56 +08:00
esp_eth esp_eth_mac_esp32: optionally setup SMI GPIO's 2020-09-25 19:59:41 +08:00
esp_event cmock: added cmock as component 2020-09-02 16:38:37 +08:00
esp_gdbstub gdbstub: fix thread list generation 2020-10-13 18:09:22 +02:00
esp_hid Fix BT HIDH write allocates 1 byte less and returns ok on failed malloc 2020-10-13 14:30:12 +03:00
esp_http_client esp32/esp-tls: remove dependancy of esp_https_client and tcp_transport on mbedtls 2020-10-23 05:16:06 +00:00
esp_http_server Merge branch 'feature/cmock_component' into 'master' 2020-09-10 16:06:20 +08:00
esp_https_ota esp_https_ota: fix error code formatting 2020-10-12 13:46:15 +02:00
esp_https_server https_server: Fix use of open_fn from application level 2020-09-09 08:00:20 +02:00
esp_ipc cmock: added cmock as component 2020-09-02 16:38:37 +08:00
esp_local_ctrl local-ctrl: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_netif Merge branch 'bugfix/esp_netif_ppp_event_data' into 'master' 2020-10-27 05:27:24 +08:00
esp_pm Merge branch 'bugfix/pm_dump_format' into 'master' 2020-10-20 22:21:03 +08:00
esp_ringbuf cmock: added cmock as component 2020-09-02 16:38:37 +08:00
esp_rom Merge branch 'feature/esp32_ulp_allow_8kb' into 'master' 2020-10-20 04:08:57 +08:00
esp_serial_slave_link spi: esp32s3 bringup for spi 2020-10-26 11:28:34 +08:00
esp_system Merge branch 'bugfix/fix_rtc_io_hal_desc' into 'master' 2020-10-26 18:48:03 +08:00
esp_timer Merge branch 'bugfix/clock_getres_accuracy_resolution' into 'master' 2020-10-22 16:50:29 +08:00
esp_websocket_client Websocket client: avoid deadlock if stop called from event handler 2020-08-21 18:57:45 +08:00
esp_wifi components: remove some unneeded headers from source files 2020-10-22 19:37:10 +08:00
esp-tls esp32/esp-tls: Make crypto abstraction layer inside esp-tls 2020-10-23 05:16:06 +00:00
espcoredump espcoredump: fix exception when -thread-info fails 2020-10-02 16:54:32 +02:00
esptool_py bootloader: Secure_boot name replaced by secure_boot_v1 & secure_boot_v2 2020-10-15 16:48:23 +08:00
expat cmock: added cmock as component 2020-09-02 16:38:37 +08:00
fatfs ci: use actual esp_system headers for host test 2020-10-22 19:42:34 +08:00
freemodbus docs: add warning for doxygen version 2020-09-03 13:48:40 +08:00
freertos freertos: add parameter validation checks in xTaskCreateStaticPinnedToCore 2020-10-21 14:05:01 +11:00
hal Merge branch 'feature/spi_bringup_esp32s3' into 'master' 2020-10-27 00:51:42 +08:00
heap soc: updates caps usage 2020-10-17 16:10:17 +08:00
idf_test test: move auto_test_script to new repo 2020-10-24 09:21:17 +08:00
jsmn
json cJSON: include only source file objects for cmake build 2020-02-05 11:14:23 +05:30
libsodium cmock: added cmock as component 2020-09-02 16:38:37 +08:00
log bringup esp32-s3 on FPGA 2020-09-22 15:15:03 +08:00
lwip Merge branch 'feature/lwip_tcp_isn_hook' into 'master' 2020-10-26 20:45:16 +08:00
mbedtls time: Fix gettimeofday for ESP32-S3 2020-10-20 14:09:32 +08:00
mdns Coredump config option rename throughout IDF 2020-09-30 20:22:27 +05:30
mqtt Merge branch 'feature/cmock_component' into 'master' 2020-09-10 16:06:20 +08:00
newlib components: remove some unneeded headers from source files 2020-10-22 19:37:10 +08:00
nghttp nghttp2: upgrade to v1.41.0 release 2020-07-28 20:27:27 +05:30
nvs_flash NVS: put wild functions into namespace 2020-09-18 15:38:40 +08:00
openssl cmock: added cmock as component 2020-09-02 16:38:37 +08:00
partition_table parttool: make part_list an optional argument 2020-10-10 09:46:51 +08:00
perfmon cmock: added cmock as component 2020-09-02 16:38:37 +08:00
protobuf-c
protocomm protocomm_console.c: Check if memory is allocated to buf and if not then return ESP_ERR_NO_MEM error 2020-10-06 10:13:40 +05:30
pthread freertos: merged freertos 10 kernel files into IDF 2020-10-13 23:52:03 +00:00
sdmmc soc: updates caps usage 2020-10-17 16:10:17 +08:00
soc Merge branch 'feature/spi_bringup_esp32s3' into 'master' 2020-10-27 00:51:42 +08:00
spi_flash ci: use actual esp_system headers for host test 2020-10-22 19:42:34 +08:00
spiffs ci: use actual esp_system headers for host test 2020-10-22 19:42:34 +08:00
tcp_transport esp32/esp-tls: remove dependancy of esp_https_client and tcp_transport on mbedtls 2020-10-23 05:16:06 +00:00
tcpip_adapter Set default AP handlers in wifi_create_and_start_ap() 2020-09-08 11:36:07 +05:30
tinyusb Merge branch 'bugfix/tusb_console_strlen' into 'master' 2020-10-14 17:42:10 +08:00
ulp Udate instruction set documentation for Esp32 and Esp32s2. 2020-10-17 02:44:47 +08:00
unity bringup esp32-s3 on FPGA 2020-09-22 15:15:03 +08:00
vfs bringup esp32-s3 on FPGA 2020-09-22 15:15:03 +08:00
wear_levelling ci: use actual esp_system headers for host test 2020-10-22 19:42:34 +08:00
wifi_provisioning provisioning: use memcpy instead of strncpy for copying SSID 2020-09-17 12:59:22 +05:30
wpa_supplicant Merge branch 'bugfix/wpa_supplicant_link_depth' into 'master' 2020-10-26 12:22:32 +08:00
xtensa soc: remove unecessary headers in dport_access.h 2020-10-22 19:42:34 +08:00