esp-idf/components
Michael (XIAO Xufeng) 40b08e33c9 Merge branch 'bugfix/touch_sensor_reading_error_in_light_sleep_process' into 'master'
driver(touch): fix touch sensor false trigger in sleep mode

See merge request espressif/esp-idf!10983
2020-12-14 14:51:51 +08:00
..
app_trace esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
app_update app_update: Add definition for esp_ota_abort 2020-12-03 14:49:52 +05:30
asio Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
bootloader esp32c3: added 2nd bootloader project linker file 2020-12-11 11:44:01 +08:00
bootloader_support Merge branch 'feature/merge_esp32c3_bootloader_support' into 'master' 2020-12-11 15:36:28 +08:00
bt ble_mesh: stack: Move bt_mesh_rand to mesh_common.c 2020-12-08 15:13:04 +08:00
cbor
cmock Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
coap Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
console uart: add uart support on esp32s3 2020-11-24 19:12:51 +08:00
cxx Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
driver adc: fixed efuse called in critical section issue 2020-12-08 17:41:49 +08:00
efuse efuse: Add new APIs for keys, purposes, wr/rd protection 2020-12-04 10:42:57 +08:00
esp-tls esp-tls : (Fix) update tls->sockfd value after socket is freed internally 2020-12-02 03:47:15 +00:00
esp32 AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
esp32c3 esp32c3: added target component 2020-12-11 11:44:01 +08:00
esp32s2 esp32s2: Fix embedded flash feature flag for ESP32-S2FH16, ESP32-S2FH32 2020-11-17 18:16:25 +11:00
esp32s3 Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_adc_cal driver/adc: support for esp32s2 adc calibration scheme V2 2020-12-03 20:08:59 +08:00
esp_common esp32: Provision to redirect .bss to external ram through linker fragments 2020-12-04 06:32:38 +00:00
esp_eth eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
esp_event wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
esp_gdbstub Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_hid Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_http_client Make the UserAgent string in esp-http-client configurable 2020-11-19 14:43:14 +05:30
esp_http_server esp_http_server: Add some response error code, such as 401, 403 etc. 2020-12-09 06:22:01 +00:00
esp_https_ota esp_https_ota: Add definition for esp_https_ota_abort 2020-12-03 14:49:55 +05:30
esp_https_server Fixed ssl_ctx not being freed at the time of error. 2020-11-25 13:47:38 +05:30
esp_hw_support driver/adc: support for esp32s2 adc calibration scheme V2 2020-12-03 20:08:59 +08:00
esp_ipc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_local_ctrl
esp_netif lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
esp_pm uart: seperate sclk and baudrate setting 2020-11-24 19:12:52 +08:00
esp_ringbuf Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_rom Merge branch 'feature/aes_hal' into 'master' 2020-12-11 15:39:49 +08:00
esp_serial_slave_link Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_system Merge branch 'bugfix/touch_sensor_reading_error_in_light_sleep_process' into 'master' 2020-12-14 14:51:51 +08:00
esp_timer esp_timer: Add an option to skip unhandled events for periodic timers 2020-12-09 17:19:19 +08:00
esp_websocket_client Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_wifi Merge branch 'bugfix/phy_set_xpd_sar' into 'master' 2020-12-07 16:09:02 +08:00
espcoredump espcoredump: fix plain coredump written on an encrypted flash 2020-11-26 16:28:32 +08:00
esptool_py buildsystem: flash binary to a named partition 2020-12-08 12:16:02 +08:00
expat
fatfs fatfs: Make host sdkconfig compatible 2020-11-17 22:51:07 +00:00
freemodbus Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
freertos esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
hal Merge branch 'bugfix/touch_sensor_reading_error_in_light_sleep_process' into 'master' 2020-12-14 14:51:51 +08:00
heap esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
idf_test AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
jsmn Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
json Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
libsodium Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
log esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
lwip esp32: Provision to redirect .bss to external ram through linker fragments 2020-12-04 06:32:38 +00:00
mbedtls AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
mdns esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
mqtt MQTT: Update submodule reference: config, error handle, minor fixes 2020-11-19 17:17:40 +01:00
newlib esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
nghttp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_flash nvs_flash: fixed deinit other partition's handles 2020-11-27 18:51:05 +08:00
openssl Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partition_table Merge branch 'feature/flash_binary_partition_with_name' into 'master' 2020-12-10 06:24:15 +08:00
perfmon Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
protobuf-c
protocomm protocomm_httpd: Change an info print to debug print as it isn't really required in the logs 2020-11-18 04:12:47 +00:00
pthread pthread: fix the priority inheritance 2020-11-13 06:30:11 +00:00
riscv esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
sdmmc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
soc AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
spi_flash SPI Flash: fix doc error in esp_partition.h 2020-12-10 17:03:56 +08:00
spiffs Merge branch 'feature/flash_binary_partition_with_name' into 'master' 2020-12-10 06:24:15 +08:00
tcp_transport tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
tcpip_adapter Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
tinyusb Updates for riscv support 2020-11-13 07:49:11 +11:00
ulp Tools: add Python 2 deprecation warning 2020-12-02 11:08:48 +01:00
unity esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
vfs esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
wear_levelling Updates for riscv support 2020-11-13 07:49:11 +11:00
wifi_provisioning Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wpa_supplicant wpa_supplicant: Use WPA3 flag to reduce code size 2020-11-23 14:28:12 +08:00
xtensa Tools: add Python 2 deprecation warning 2020-12-02 11:08:48 +01:00