kapil.gupta 06bc7f1d2f wpa_supplicant: Deinit wpa2 states in wifi deinit 5 years ago
..
app_trace 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago
app_update e640e148cf Secure boot v2 support for ESP32-S2 5 years ago
asio 1c8171c3e8 asio: option to use wolfSSL as TLS stack for ASIO 5 years ago
bootloader abdb657926 bootloader esp32s2: Increase bootloader DRAM & IRAM allowance 5 years ago
bootloader_support a2dc60b254 Merge branch 'feature/secure_boot_esp32s2' into 'master' 5 years ago
bt 6a9becd75f Fixed assert(9, 10), When rx and evt_end interrupts exist at the same time, use the information of rx to determine the execution order 5 years ago
cbor 636d685eab Update tinycbor submodule in ESP-IDF 5 years ago
coap 7dbf01afad coap: move mbedTLS config options from component to examples 5 years ago
console 8e00522cd7 vfs: support vfs uart set line endings with specified uart number 5 years ago
cxx f3e180de72 CXX: removed exception windowspill test 5 years ago
driver fc6010c959 spi_master: add dummy check when both mosi and miso are set 5 years ago
efuse 458b14a8ea esp_rom: extract common efuse apis into esp_rom_efuse.h 5 years ago
esp-tls 52469c8505 esp-tls: enable TLS renegotiation using explicit API call 5 years ago
esp32 0db3edd490 esp32: move sleep test to esp_system 5 years ago
esp32s2 b30522f701 esp32, esp32s2: move sleep modes code to esp_system 5 years ago
esp32s3 c359d9a1f1 fix rom api usage violation 5 years ago
esp_adc_cal 6a0951ecb2 driver/adc: support for esp32s2 adc calibration scheme 5 years ago
esp_common 62c4b569ad Merge branch 'refactor/timekeeping_init' into 'master' 5 years ago
esp_eth 76fe489c58 ethernet: support power on timeout 5 years ago
esp_event 81f037a299 Fix handling of multiple AP credentials in WPS 5 years ago
esp_gdbstub 8e6d450a8c Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" 5 years ago
esp_hid 65b993234d esp_hid: fix memory leak if getting dev reports fails 5 years ago
esp_http_client caaf62bdad driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 5 years ago
esp_http_server f8b649baaf Merge branch 'bugfix/ws_server_async_send_fin' into 'master' 5 years ago
esp_https_ota 3c7991813d esp_http_client.h: Add error codes in HttpStatus_Code 5 years ago
esp_https_server 22b1607405 esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 5 years ago
esp_ipc 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago
esp_local_ctrl 49e8c09ec2 local-ctrl: fix memory allocation issues found by static analyser 5 years ago
esp_netif fa9a5c0be5 esp_wifi: optimize WiFi TX performance 5 years ago
esp_ringbuf ee135b8e28 Add a note to specify that two calls to RingbufferReceive are required in wrap mode 5 years ago
esp_rom 14902da344 esp32: move disabling rom log to esp_rom 5 years ago
esp_serial_slave_link edb5ddf63b soc: placeholder for esp32s3 HAL driver 5 years ago
esp_system 0aa1c13027 Fix USB CLK always reset and USB with swapped pins not working 5 years ago
esp_timer c70c227591 esp_system: private system time functions for now 5 years ago
esp_websocket_client 5e9f8b52e7 tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS 5 years ago
esp_wifi 1a39459336 esp_wifi: add rf test long short support 5 years ago
espcoredump 8ac56e904b Merge branch 'bugfix/coredump_esp_panic_reason' into 'master' 5 years ago
esptool_py 49907bddff Merge branch 'bugfix/pm_uart_rate' into 'master' 5 years ago
expat 3d0967a58a test: declare requirements and include dirs private 5 years ago
fatfs 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago
freemodbus d0b9829eef examples: freemodbus add tcp support for common master/slave iface 5 years ago
freertos 7acda7b8eb Merge branch 'bugfix/panic_instr_fetch_prohibited' into 'master' 5 years ago
heap 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago
idf_test f22862f28d Merge branch 'bugfix/remove_auto_conn_case' into 'master' 5 years ago
jsmn 68dc6b2158 jsmn: define macros in build system 6 years ago
json e366b6ac21 cJSON: include only source file objects for cmake build 6 years ago
libsodium 3d0967a58a test: declare requirements and include dirs private 5 years ago
log 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago
lwip 9e45dca650 Merge branch 'bugfix/fix_ipv6_nd6_max_queue_num' into 'master' 5 years ago
mbedtls e4820fc447 Fixed TLS 1.1 still being enables even if disabled via config. 5 years ago
mdns cf7e48c779 mdns: Allow config mDNS task stack size 5 years ago
mqtt 78ea8a9ed5 mqtt: clenaup logs and docs 5 years ago
newlib c70c227591 esp_system: private system time functions for now 5 years ago
nghttp 2c8fc336e0 nghttp2: upgrade to v1.41.0 release 5 years ago
nvs_flash cb0bdb8bba components: convert string to bytes to fix TypeError There is a string passed as an argument for function, but a format of a string seemingly refers to bytes therefore it needs to be converted to bytes Solves https://esp32.com/viewtopic.php?f=13&t=16529 5 years ago
openssl 0f72c05d78 openssl: made verification mode conversion to mbetls modes more strict 5 years ago
partition_table 754d631247 partition_table: fix generation of signed partition table 5 years ago
perfmon 3d0967a58a test: declare requirements and include dirs private 5 years ago
protobuf-c 9eccd7c082 components: use new component registration api 6 years ago
protocomm 457d4f36a6 BLE provisioning: Add check for valid ble read offset 5 years ago
pthread c53ad56515 esp_system: startup flow modifications 5 years ago
sdmmc 562edb3a5e Merge branch 'bugfix/sdmmc_spi_highspeed' into 'master' 5 years ago
soc 0aa1c13027 Fix USB CLK always reset and USB with swapped pins not working 5 years ago
spi_flash 75a874d4fd spi_flash: make {get,release}_temp_buffer OS functions optional 5 years ago
spiffs 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago
tcp_transport 5e9f8b52e7 tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS 5 years ago
tcpip_adapter 95b5ef3687 esp-netif: wifi-deinit to clear handlers only in tcpip-adapter mode 5 years ago
tinyusb 84aa1c0cc3 usb: cdc support, streams redirection; ci, examples upd 5 years ago
ulp dfa59e3d22 docs: translate api-guides/ulp-risc-v from EN to CN 5 years ago
unity 345606e7f3 esp_rom: extract common uart apis into esp_rom_uart.h 5 years ago
vfs e4e553efeb Merge branch 'bugfix/vfs_zero_length_base_path' into 'master' 5 years ago
wear_levelling 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago
wifi_provisioning 4b030420a1 wifi_provisioning: Catch the Wi-Fi events even after Connection errors 5 years ago
wpa_supplicant 06bc7f1d2f wpa_supplicant: Deinit wpa2 states in wifi deinit 5 years ago
xtensa 2917651478 esp_rom: extract common ets apis into esp_rom_sys.h 5 years ago