David Cermak 4375f888fa esp-tls: Fix wolfssl error codes for WANT_READ/WANT_WRITE %!s(int64=5) %!d(string=hai) anos
..
app_trace d1c800fbbb components: fix ldgen check errors %!s(int64=5) %!d(string=hai) anos
app_update 3fa22ffa55 app_update: fix warnings in tests for ESP32-C3 build %!s(int64=5) %!d(string=hai) anos
asio 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
bootloader 2c39010b3b Merge branch 'bugfix/anti_rollback_without_test_app' into 'master' %!s(int64=5) %!d(string=hai) anos
bootloader_support 2c39010b3b Merge branch 'bugfix/anti_rollback_without_test_app' into 'master' %!s(int64=5) %!d(string=hai) anos
bt b88ec36635 Merge branch 'bugfix/ignore_null_valued_comb_key' into 'master' %!s(int64=5) %!d(string=hai) anos
cbor 636d685eab Update tinycbor submodule in ESP-IDF %!s(int64=5) %!d(string=hai) anos
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
coap 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
console 9b2b86b7d9 console: fix linenoiseProbe never timing out %!s(int64=5) %!d(string=hai) anos
cxx 4af99be229 cxx: re-enable cxx init_priority unit test for C3 %!s(int64=5) %!d(string=hai) anos
driver 822a40a6cf Merge branch 'fix/adc_xpd_calibration' into 'master' %!s(int64=5) %!d(string=hai) anos
efuse 43ebb8ea61 efuse: Updates description of uart_print_control efuse %!s(int64=5) %!d(string=hai) anos
esp-tls 4375f888fa esp-tls: Fix wolfssl error codes for WANT_READ/WANT_WRITE %!s(int64=5) %!d(string=hai) anos
esp32 659d805411 esp_wifi: light sleep optimization %!s(int64=5) %!d(string=hai) anos
esp32c3 018d7c2551 Merge branch 'feature/add_pkg_and_revision_for_c3' into 'master' %!s(int64=5) %!d(string=hai) anos
esp32s2 fa7aa656d3 build-system: add loadable elf support for ESP32-S2 and C3 %!s(int64=5) %!d(string=hai) anos
esp32s3 d212e698d7 rtc: fix rtc slow memory layout on esp32s3 %!s(int64=5) %!d(string=hai) anos
esp_adc_cal 5798c22a5c adc: replace assert with esp check %!s(int64=5) %!d(string=hai) anos
esp_common 4e394bcbce esp-tls: Extend error types with TCP clean close error %!s(int64=5) %!d(string=hai) anos
esp_eth 006a87557b esp_eth: added option to disable soft flow control when rx buffer is few %!s(int64=5) %!d(string=hai) anos
esp_event 4eb9cc68a6 esp_event test: Disable linker relaxations in this component, to temporarily workaround a linker bug %!s(int64=5) %!d(string=hai) anos
esp_gdbstub 4c0cf6bf62 gdbstub: C3 - protection for UART register region %!s(int64=5) %!d(string=hai) anos
esp_hid 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
esp_http_client 89bf9404a5 esp_http_client: Fix some memory leak issues by coverity static analyzer. %!s(int64=5) %!d(string=hai) anos
esp_http_server c415c6f9a6 httpd: Fixed wrong header in ws_send_async() for lengthy packets %!s(int64=5) %!d(string=hai) anos
esp_https_ota 753a929525 global: fix sign-compare warnings %!s(int64=5) %!d(string=hai) anos
esp_https_server c707d0d323 Fixed ssl_ctx not being freed at the time of error. %!s(int64=5) %!d(string=hai) anos
esp_hw_support 2eb563406f esp_hw_support: fix esp_restart crash %!s(int64=5) %!d(string=hai) anos
esp_ipc 753a929525 global: fix sign-compare warnings %!s(int64=5) %!d(string=hai) anos
esp_local_ctrl 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos
esp_netif cab1b3507a esp_netif: Add unit test to exercise default wifi setup/teardown cycle %!s(int64=5) %!d(string=hai) anos
esp_pm e6ccb812b2 esp_pm: Label each column of lock dump %!s(int64=5) %!d(string=hai) anos
esp_ringbuf b69f94fb3a Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master' %!s(int64=5) %!d(string=hai) anos
esp_rom 49c442b12f Merge branch 'feature/efuse_update_description' into 'master' %!s(int64=5) %!d(string=hai) anos
esp_serial_slave_link f9e1ee35ad esp_serial_slave_link: Add essl_spi definitions for esp32c3 %!s(int64=5) %!d(string=hai) anos
esp_system 807c8549e1 Merge branch 'bugfix/esp32s2_wakeup_from_light_sleep_fix' into 'master' %!s(int64=5) %!d(string=hai) anos
esp_timer 296d10e675 esp_timer: Label each column of timer dump %!s(int64=5) %!d(string=hai) anos
esp_websocket_client 99805d880f websockets: Set keepalive options after adding transport to the list %!s(int64=5) %!d(string=hai) anos
esp_wifi 04df1f3a42 CI: enable example builds for C3 %!s(int64=5) %!d(string=hai) anos
espcoredump da73dc8195 fix(coredump): parse registers values from stack %!s(int64=5) %!d(string=hai) anos
esptool_py 2c39010b3b Merge branch 'bugfix/anti_rollback_without_test_app' into 'master' %!s(int64=5) %!d(string=hai) anos
expat 20c068ef3b cmock: added cmock as component %!s(int64=5) %!d(string=hai) anos
fatfs 6e7780421b fatfs: Fix some memory leak issues by coverity static analyzer. %!s(int64=5) %!d(string=hai) anos
freemodbus b554d4d34d freemodbus: fix mb controller parity propagation issues %!s(int64=5) %!d(string=hai) anos
freertos d294ac381f freertos: fix errors reported by PVS-Studio %!s(int64=5) %!d(string=hai) anos
hal 04df1f3a42 CI: enable example builds for C3 %!s(int64=5) %!d(string=hai) anos
heap c4dc3acba9 heap: add light poisoning configuration to the tests. %!s(int64=5) %!d(string=hai) anos
idf_test 51169b0e0c AES/SHA: use GDMA driver instead of LL %!s(int64=5) %!d(string=hai) anos
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
json 6ba648edac cJSON: update to v1.7.14 release %!s(int64=5) %!d(string=hai) anos
libsodium 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
log f683db7aea Merge branch 'feature/c3_IDF-2554' into 'master' %!s(int64=5) %!d(string=hai) anos
lwip f7a8593a3b Merge branch 'style/python_isort_double_quote_fixer' into 'master' %!s(int64=5) %!d(string=hai) anos
mbedtls 89b6baf2b8 mbedtls tests: Add optional debug log output to AES stream tests %!s(int64=5) %!d(string=hai) anos
mdns 2b9d2c06f5 mdns: add bound check when setting interface as duplicate %!s(int64=5) %!d(string=hai) anos
mqtt 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos
newlib 807c8549e1 Merge branch 'bugfix/esp32s2_wakeup_from_light_sleep_fix' into 'master' %!s(int64=5) %!d(string=hai) anos
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
nvs_flash 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos
openssl 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
partition_table 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported %!s(int64=5) %!d(string=hai) anos
protobuf-c 9eccd7c082 components: use new component registration api %!s(int64=6) %!d(string=hai) anos
protocomm d36479728c protocomm: Fixed NULL check of allocated memory %!s(int64=5) %!d(string=hai) anos
pthread 28ca70cce5 pthread: fix the priority inheritance %!s(int64=5) %!d(string=hai) anos
riscv 69096ddce5 Security: ESP32C3 memory protection feature (IRAM0/DRAM0) %!s(int64=5) %!d(string=hai) anos
sdmmc 6e2dc5d291 Fix minor documentation issue %!s(int64=5) %!d(string=hai) anos
soc 43ebb8ea61 efuse: Updates description of uart_print_control efuse %!s(int64=5) %!d(string=hai) anos
spi_flash 2c0962f727 Merge branch 'feature/spi_flash_auto_suspend_default_on_c3' into 'master' %!s(int64=5) %!d(string=hai) anos
spiffs 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos
tcp_transport 1fa0db8d44 tcp_transport: Allow for using transport independently from list %!s(int64=5) %!d(string=hai) anos
tcpip_adapter 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
tinyusb 958bfcbf59 Update tinyusb to the latest upstream version %!s(int64=5) %!d(string=hai) anos
touch_element d16861001f touch_element: add new touch library component %!s(int64=5) %!d(string=hai) anos
ulp f7a8593a3b Merge branch 'style/python_isort_double_quote_fixer' into 'master' %!s(int64=5) %!d(string=hai) anos
unity c233ce0449 spi_flash: mocking should be possible now %!s(int64=5) %!d(string=hai) anos
vfs 753a929525 global: fix sign-compare warnings %!s(int64=5) %!d(string=hai) anos
wear_levelling 570ef56d86 wear_levelling: Re-enable for ESP32-C3 %!s(int64=5) %!d(string=hai) anos
wifi_provisioning 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos
wpa_supplicant 04df1f3a42 CI: enable example builds for C3 %!s(int64=5) %!d(string=hai) anos
xtensa 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos