Wang Meng Yang 0ee043a8a7 Merge branch 'bugfix/active_ext_scan_performance_in_coex' into 'master' 4 ani în urmă
..
app_trace da59a29be6 Merge branch 'update_copyright_notice_app_trace' into 'master' 4 ani în urmă
app_update f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 ani în urmă
asio 36e6938920 Merge branch 'feature/lwip_ipv6_automatic_coap_asio' into 'master' 4 ani în urmă
bootloader f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 ani în urmă
bootloader_support f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 ani în urmă
bt 0ee043a8a7 Merge branch 'bugfix/active_ext_scan_performance_in_coex' into 'master' 4 ani în urmă
cbor 6a06be002e tinycbor: update to latest upstream commit-id 4 ani în urmă
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 ani în urmă
coap e305f29382 asio coap: If LWIP IPV6 is disabled, automatically don't build asio & coap 4 ani în urmă
console b911951cad console: fix a bug preventing us from starting a CLI on non-default UART 4 ani în urmă
cxx 71170dd5bc cxx: update copyright notice 4 ani în urmă
driver 38f0d52e2c Merge branch 'bugfix/uart_race_condition' into 'master' 4 ani în urmă
efuse f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 ani în urmă
esp-tls 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice 4 ani în urmă
esp32 6961e4b3d5 Merge branch 'bugfix/ulp_overflow_rtc_mem' into 'master' 4 ani în urmă
esp32c3 58490418ad Merge branch 'feature/merge_c3_caps' into 'master' 4 ani în urmă
esp32s2 018582dc64 ULP: reduce max possible memory reserved for ULP coprocessor 4 ani în urmă
esp32s3 018582dc64 ULP: reduce max possible memory reserved for ULP coprocessor 4 ani în urmă
esp_adc_cal 13bc5feb0a [cxx]: fixed extern "C" declarations 5 ani în urmă
esp_common 1ddaef7fc3 system: regenerate esp_err_to_name.c 4 ani în urmă
esp_eth 45846f06cf esp_eth: Improve GPIO interrupt processing in w5500 driver 4 ani în urmă
esp_event 922992b519 event: Add IP_EVENT_ETH_LOST_IP event 4 ani în urmă
esp_gdbstub 00a7ecb5a3 Code cleanup. Bugfix after rebase with master. Formating. 4 ani în urmă
esp_hid d1c8c268d4 Add event_stack_size option to esp_hidh_config_t 4 ani în urmă
esp_http_client 3064487c20 esp_https_ota: Add check for HTTP error codes and corresponding error logs 4 ani în urmă
esp_http_server ba15970abb esp_http_server, protocomm: Consider a connection as closed if recv() returns 0 4 ani în urmă
esp_https_ota 3064487c20 esp_https_ota: Add check for HTTP error codes and corresponding error logs 4 ani în urmă
esp_https_server 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice 4 ani în urmă
esp_hw_support 26f9d2d5e1 rtc: Fix minor const char* correction issue 4 ani în urmă
esp_ipc d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 ani în urmă
esp_lcd e10202a608 lcd: add esp_lcd component 4 ani în urmă
esp_local_ctrl 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 ani în urmă
esp_netif e470e7c4c3 Merge branch 'feature/ot-lwip-interface' into 'master' 4 ani în urmă
esp_phy 246e006aab esp_phy: update esp-phy-lib and esp32-wifi-lib submodules 4 ani în urmă
esp_pm 91dbae3eb5 esp_pm: allow dfs to swith down alltime if no lightsleep 4 ani în urmă
esp_ringbuf b69f94fb3a Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master' 5 ani în urmă
esp_rom f124536948 system: add support for reset reason hint on S3 4 ani în urmă
esp_serial_slave_link b2409b1d34 essl: remove chip related comments in essl.h 4 ani în urmă
esp_system 059353b0c2 Merge branch 'feature/refactor_common_secure_boot_code' into 'master' 4 ani în urmă
esp_timer 988c88a6b1 systimer: optimise esp_timer_get_time 4 ani în urmă
esp_websocket_client c79a907e4f components: Remove repeated keep alive function by ssl layer function 5 ani în urmă
esp_wifi 4d612ad053 esp_wifi: fix crash when csi enable 4 ani în urmă
espcoredump 46dc36233a coredump: Parse backtrace info for RISCV 4 ani în urmă
esptool_py 19a492bc8d soc: add base support for ESP32-S3 4 ani în urmă
expat 20c068ef3b cmock: added cmock as component 5 ani în urmă
fatfs 79b5dedeb1 CI: minor testcases fixes and disable some cases that cant run on S3 4 ani în urmă
freemodbus 59935e44c0 freemodbus: increase max priority of modbus tasks 4 ani în urmă
freertos dc6b950257 doc: Add performance guides for execuion speed, binary size, RAM usage 4 ani în urmă
hal 1322a44588 Merge branch 'feature/mcpwm_refactor_and_support_esp32s3' into 'master' 4 ani în urmă
heap d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 ani în urmă
idf_test 51169b0e0c AES/SHA: use GDMA driver instead of LL 5 ani în urmă
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 ani în urmă
json 6ba648edac cJSON: update to v1.7.14 release 5 ani în urmă
libsodium e20826cc7f libsodium: update copyright notice 4 ani în urmă
log 6c44fe291c esp_log: Refactor esp_log_level_get() into a common static function 4 ani în urmă
lwip 2aa48c9558 Merge branch 'doc/performance_guide' into 'master' 4 ani în urmă
mbedtls 79b5dedeb1 CI: minor testcases fixes and disable some cases that cant run on S3 4 ani în urmă
mdns a4f263948c mdns: fix test script delayed response 4 ani în urmă
mqtt 74fa52668c esp-mqtt: Remove __FILE__ macro from error logs 5 ani în urmă
newlib 79b5dedeb1 CI: minor testcases fixes and disable some cases that cant run on S3 4 ani în urmă
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 ani în urmă
nvs_flash e5faf4f924 ci: fix test_build_system* fails 4 ani în urmă
openssl cc78923d23 docs: Update OpenSSL API documents 5 ani în urmă
openthread 8e0af4267b openthread: move implementation-specific functions to private headers 4 ani în urmă
partition_table ede477ea65 paritition_table: Verify the partition table md5sum when loading the app 4 ani în urmă
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported 5 ani în urmă
protobuf-c d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 ani în urmă
protocomm ba15970abb esp_http_server, protocomm: Consider a connection as closed if recv() returns 0 4 ani în urmă
pthread 6713291dad pthread: Fix behaviour when pthread destructor calls pthread_getspecific/pthread_setspecific 4 ani în urmă
riscv d920aa52be xtensa: simplify build script 5 ani în urmă
sdmmc cfa4beb661 test_sd: merge emmc SDR/DDR test cases of 4-bit mode 4 ani în urmă
soc 059353b0c2 Merge branch 'feature/refactor_common_secure_boot_code' into 'master' 4 ani în urmă
spi_flash 79b5dedeb1 CI: minor testcases fixes and disable some cases that cant run on S3 4 ani în urmă
spiffs ef2dba3921 Integrated linux log into fatfs and spiffs host tests 4 ani în urmă
tcp_transport f68d7d7023 esp_tls: Renamed public API to indicate the Plain TCP connection 4 ani în urmă
tcpip_adapter da58235a0e components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 5 ani în urmă
tinyusb 2c1cc506bf Merge branch 'feature/tinyusb_error_check' into 'master' 4 ani în urmă
touch_element a3f5cf2c71 Merge branch 'bugfix/touch_element_callback_para' into 'master' 5 ani în urmă
ulp bdfda351bd build docs: enable building of S3 docs 4 ani în urmă
unity 1dfdf803b3 [unity]: deleted unuseful comment for linux target 4 ani în urmă
usb 18f9dabce1 USB: Change IRP to URBs 4 ani în urmă
vfs 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic 4 ani în urmă
wear_levelling e6edf34e82 esp32: move esp_clk functions 4 ani în urmă
wifi_provisioning f06d1cdc75 wifi_provisioning: Add check for WIFI_REASON_MIC_FAILURE error code in wifi_prov_mgr_event_handler_internal 4 ani în urmă
wpa_supplicant 02ac1baee4 wpa_supplicant: Temporarily disable write-string warning 4 ani în urmă
xtensa be55a5eb2b [system]: put xtensa_intr_asm into IRAM 4 ani în urmă