Omar Chebib 0d0bec6c31 console: fix a bug preventing us from starting a CLI on non-default UART 4 år sedan
..
app_trace e900224343 gcov: Fixes not linked gcov rtio functions 4 år sedan
app_update 27e3447eea Merge branch 'bugfix/read_ota_partition_required_output_arg_v4.3' into 'release/v4.3' 4 år sedan
asio 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
bootloader c2f015ace1 secure_boot/esp32(s2,c3): Disable read protecting of efuses 4 år sedan
bootloader_support 1f0d8585ca Merge branch 'feature/update_efuses_for_esp32s2_v4.3' into 'release/v4.3' 4 år sedan
bt de48a67083 Merge branch 'bugfix/btdm_ble_connection_will_crash_durning_erase_flash_v4.3' into 'release/v4.3' 4 år sedan
cbor 636d685eab Update tinycbor submodule in ESP-IDF 5 år sedan
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
coap 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
console 0d0bec6c31 console: fix a bug preventing us from starting a CLI on non-default UART 4 år sedan
cxx d376c161aa [C++]: wrapper functions around unwind code 4 år sedan
driver 55dfd61796 Merge branch 'bugfix/uart_sw_sw_flow_error_typo_v4.3' into 'release/v4.3' 4 år sedan
efuse b7237ff0e6 efuse(esp32s2): Added flash_ver, psram_ver, pkg_ver efuses 4 år sedan
esp-tls 92a5c34a61 secure_element: Update esp-cryptoauthlib submodule latest version. 4 år sedan
esp32 78392f0e84 ULP: reduce max possible memory reserved for ULP coprocessor 4 år sedan
esp32c3 34ab97f081 Tools: Fix memory calculations of idf_size.py 4 år sedan
esp32s2 78392f0e84 ULP: reduce max possible memory reserved for ULP coprocessor 4 år sedan
esp32s3 9032828325 Merge branch 'bugfix/idf_size_wrong_memory_calculations_v4.3' into 'release/v4.3' 4 år sedan
esp_adc_cal a71d9cc466 [cxx]: fixed extern "C" declarations 4 år sedan
esp_common 2e74914051 versions: Update version to 4.3.1 4 år sedan
esp_eth b76369ddb6 eth: dont warn nego timeout if link is down 4 år sedan
esp_event dfa2a980d7 [esp_event]: fixed and improved docs 4 år sedan
esp_gdbstub 4c0cf6bf62 gdbstub: C3 - protection for UART register region 5 år sedan
esp_hid 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
esp_http_client 7f8d47203e ci/test: Fix esp_http_client const char* correction 4 år sedan
esp_http_server f728202ee9 esp_http_server: Fix ws server handle length over 1440(MTU) messages incorrectly. 4 år sedan
esp_https_ota 01f05da3ae esp_https_ota: Add check for HTTP error codes and corresponding error logs 4 år sedan
esp_https_server c707d0d323 Fixed ssl_ctx not being freed at the time of error. 5 år sedan
esp_hw_support 173e001680 regi2c: add a spinlock for accessing (reg)I2C devices 4 år sedan
esp_ipc 753a929525 global: fix sign-compare warnings 5 år sedan
esp_local_ctrl 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 år sedan
esp_netif acf5333b1e esp_netif: Fix dhcps state transitions 4 år sedan
esp_pm 0b8ed8d76e ci: enable previously disabled unit tests 4 år sedan
esp_ringbuf b69f94fb3a Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master' 5 år sedan
esp_rom 94667365d3 Merge branch 'esp32c3/override_assert_v4.3' into 'release/v4.3' 4 år sedan
esp_serial_slave_link a87f5c6c02 spi_slave_hd: add polling api to read/write buf to essl_spi 4 år sedan
esp_system 94667365d3 Merge branch 'esp32c3/override_assert_v4.3' into 'release/v4.3' 4 år sedan
esp_timer 0b8ed8d76e ci: enable previously disabled unit tests 4 år sedan
esp_websocket_client 63e489255f transport: Add CONFI_WS_TRANSPORT for optimize the code size 4 år sedan
esp_wifi 801c3a4c60 wifi/netif: Fix wifi_ap_handlers comments to relate to AP 4 år sedan
espcoredump 49fcfafed3 Merge branch 'bugfix/core_dump_image_erase_with_encryption_v4.3' into 'release/v4.3' 4 år sedan
esptool_py 75e099129e secure_boot_v2(doc): secure_boot_v2 key/s must be readable 4 år sedan
expat 6ad84919ad expat: Update library from 2.2.9 to 2.4.1 4 år sedan
fatfs 670b057b04 spi: remove HSPI macro on esp32c3 and esp32s3 4 år sedan
freemodbus 0d0f4adbf8 freemodbus: fix mb zero based reg address in the iterator 4 år sedan
freertos 8bb5d87f0c Merge branch 'bugfix/freertos_ut_suspend_v4.3' into 'release/v4.3' 4 år sedan
hal 7de5c312a3 Update components/hal/include/hal/mcpwm_types.h 4 år sedan
heap dd73ba9601 heap: use hal specific API to get cpu cycles count 4 år sedan
idf_test 689fad7372 ci: adjust spi_flash performance value according to more test data 4 år sedan
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
json 7059591d92 cJSON: Update submodule to latest release. 4 år sedan
libsodium 496f749f63 libsodium: fix source directory names to address build issues with Make 4 år sedan
log f683db7aea Merge branch 'feature/c3_IDF-2554' into 'master' 5 år sedan
lwip 25a6744ff7 ping_sock: Fix esp_ping_new_session may return ESP_OK when the error occured 4 år sedan
mbedtls 121910b939 Merge branch 'ci/change_perf_key_v4.3' into 'release/v4.3' 4 år sedan
mdns de30298223 mdns: Fix crashes reported by the fuzzer 4 år sedan
mqtt f7169ed063 mqtt: Moved weekend tests to test apps 4 år sedan
newlib 746f2e2d49 Merge branch 'bugfix/newlib_dirent_decls_4.3' into 'release/v4.3' 4 år sedan
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
nvs_flash 99115d7e52 ci: fix test_build_system* fails 4 år sedan
openssl 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
partition_table 58a3e08895 paritition_table: Verify the partition table md5sum when loading the app 4 år sedan
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported 5 år sedan
protobuf-c 9eccd7c082 components: use new component registration api 6 år sedan
protocomm 6a9a962083 Provisioning BLE: Add API to set manufacturer data in scan response 4 år sedan
pthread 9596f0d966 pthread: Fix possible deadlock when using pthread_join() and Debug log level 4 år sedan
riscv 57442c38bd core: fix cases where riscv SP were not 16 byte aligned 4 år sedan
sdmmc 6e2dc5d291 Fix minor documentation issue 5 år sedan
soc 1f0d8585ca Merge branch 'feature/update_efuses_for_esp32s2_v4.3' into 'release/v4.3' 4 år sedan
spi_flash c42ee1b790 Merge branch 'bugfix/spi_flash_cs_setup_v4.3' into 'release/v4.3' 4 år sedan
spiffs 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 år sedan
tcp_transport 6a1938384a tls: Modify tls optimize both mbedtls and wolfssl 4 år sedan
tcpip_adapter 1ef91c72e2 components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 4 år sedan
tinyusb 958bfcbf59 Update tinyusb to the latest upstream version 5 år sedan
touch_element 1821fd766b touch_element: fix event callback parameter type, change it into pointer 5 år sedan
ulp b667770cc6 ulp riscv: force cocpu clock on to prevent spurious cocpu trap resets 4 år sedan
unity c233ce0449 spi_flash: mocking should be possible now 5 år sedan
vfs 0cb48f2f2e Fix memory leak on error path in register_select 4 år sedan
wear_levelling fb82bdb9da docs: update api-reference chapters for C3 5 år sedan
wifi_provisioning fb345ecc2e provisioning: fix wifi warning in wifi_prov_mgr application 4 år sedan
wpa_supplicant c805a5cff8 wpa_supplicant: Temporarily disable write-string warning 4 år sedan
xtensa de0063164d Merge branch 'bugfix/place_xt_int_fns_into_iram_4.3' into 'release/v4.3' 4 år sedan