Shu Chen 00a66083c7 Merge branch 'roll-openthread-210416' into 'master' 4 лет назад
..
app_trace 2f58060921 TWAI: FIFO overrun handling and errata workarounds 4 лет назад
app_update d1befe83ef otatool: Fix incorrect using otadata.seq&crc in switch_ota_partition cmd 4 лет назад
asio 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
bootloader fc22e3c645 [system]: Made longjmp save for context switch 4 лет назад
bootloader_support c2b0db75e8 bootloader_support: Fix min size of OTA partition in error log 4 лет назад
bt d703424ef7 component/bt: add another bt-lib submodule and refactor the directories 4 лет назад
cbor 6a06be002e tinycbor: update to latest upstream commit-id 4 лет назад
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
coap 3e533be8be coap: Fixed NULL checks for dymanic memory allocation in coap_mbedtls.c 5 лет назад
console 9b2b86b7d9 console: fix linenoiseProbe never timing out 5 лет назад
cxx 2552c7ba0f [C++]: wrapper functions around unwind code 4 лет назад
driver 5997fcd45d Merge branch 'feature/update_adc_programming_guide_on_c3' into 'master' 4 лет назад
efuse 7bb5c8cc82 esp32c3 espefuse: Fix efuse programming timing on ESP32-C3 ECO3 4 лет назад
esp-tls 52442be9e1 esp-tls: Fix setsockopt for TCP_KEEPIDLE 4 лет назад
esp32 7f34657013 Merge branch 'feature/ethernet_link_check_esp_timer' into 'master' 4 лет назад
esp32c3 96c2acd9a8 Merge branch 'refactor/strip_systimer_hal_layer' into 'master' 4 лет назад
esp32s2 7c1e1c9e2d systimer: update soc data 4 лет назад
esp32s3 96c2acd9a8 Merge branch 'refactor/strip_systimer_hal_layer' into 'master' 4 лет назад
esp_adc_cal 13bc5feb0a [cxx]: fixed extern "C" declarations 5 лет назад
esp_common daa13b3f62 esp32: move toolchain check 4 лет назад
esp_eth 1e674f1d20 esp_eth: Update KSZ8851SNL driver to use global error checkers 4 лет назад
esp_event 7fe8720c9d Revert "esp_event test: Disable linker relaxations in this component, to temporarily workaround a linker bug" 4 лет назад
esp_gdbstub 4c0cf6bf62 gdbstub: C3 - protection for UART register region 5 лет назад
esp_hid 77922a24c3 esp_hid: add missing static qualifier 4 лет назад
esp_http_client b148433fbd esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL 4 лет назад
esp_http_server 3e82fcd566 esp_http_server: Fix transport_ctx not getting freed 4 лет назад
esp_https_ota 31445c1566 esp_https_ota: Warn users when CONFIG_OTA_ALLOW_HTTP is set 4 лет назад
esp_https_server c707d0d323 Fixed ssl_ctx not being freed at the time of error. 5 лет назад
esp_hw_support 69309c88a0 Merge branch 'bugfix/fix_c3_typos' into 'master' 4 лет назад
esp_ipc d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 лет назад
esp_local_ctrl 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 лет назад
esp_netif 4e73cff729 esp_netif: enable UBSAN in component test app 4 лет назад
esp_pm d6a2a67006 Merge branch 'bugfix/fix_some_pm_issue' into 'master' 4 лет назад
esp_ringbuf b69f94fb3a Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master' 5 лет назад
esp_rom fc22e3c645 [system]: Made longjmp save for context switch 4 лет назад
esp_serial_slave_link 44fafd4991 spi_slave_hd: add polling api to read/write buf to essl_spi 4 лет назад
esp_system 69309c88a0 Merge branch 'bugfix/fix_c3_typos' into 'master' 4 лет назад
esp_timer ec898b771e systimer: strip hal driver 4 лет назад
esp_websocket_client c79a907e4f components: Remove repeated keep alive function by ssl layer function 5 лет назад
esp_wifi 0be81903cc Merge branch 'bugfix/hal_duplicated_interrupt_functions' into 'master' 4 лет назад
espcoredump 837629814f coredump: core dump data check can now be parametrized 4 лет назад
esptool_py 7bb5c8cc82 esp32c3 espefuse: Fix efuse programming timing on ESP32-C3 ECO3 4 лет назад
expat 20c068ef3b cmock: added cmock as component 5 лет назад
fatfs 925dacd7fb Merge branch 'bugfix/remove_HSPI_macro_on_c3' into 'master' 4 лет назад
freemodbus 868e123336 freemodbuss: fix event processing after merge 4 лет назад
freertos 96c2acd9a8 Merge branch 'refactor/strip_systimer_hal_layer' into 'master' 4 лет назад
hal bea022ce1c Merge branch 'refactor/usb_common_and_hal_types' into 'master' 4 лет назад
heap d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 лет назад
idf_test 51169b0e0c AES/SHA: use GDMA driver instead of LL 5 лет назад
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
json 6ba648edac cJSON: update to v1.7.14 release 5 лет назад
libsodium dfd6c5cb0b libsodium: Update library to v1.0.18 4 лет назад
log 1e896e5def log: update copyright year 4 лет назад
lwip fd3553b66d lwip: add config options for Thread IPv6 border routing 4 лет назад
mbedtls 93604b1a11 mbedtls: Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL 4 лет назад
mdns 5cce919cbe mdns: Fixed the ip header TTL to be correctly set to 255 4 лет назад
mqtt 74fa52668c esp-mqtt: Remove __FILE__ macro from error logs 5 лет назад
newlib a202a604d8 esp32: move system libs 4 лет назад
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
nvs_flash 68393c41c4 doc: linux host test documentation 4 лет назад
openssl cc78923d23 docs: Update OpenSSL API documents 4 лет назад
openthread 64c498a584 openthread: update openthread submodule 4 лет назад
partition_table 920edd4e73 partition_table: Add a "single factory app (large)" option for 1.5MB app size 4 лет назад
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported 5 лет назад
protobuf-c d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 лет назад
protocomm 105497f861 Add secure connection for just works in provisioning app for bluedroid 4 лет назад
pthread 79ae7a7bd9 freertos: test: Add stress test for thread local storage 4 лет назад
riscv d920aa52be xtensa: simplify build script 5 лет назад
sdmmc 6e2dc5d291 Fix minor documentation issue 5 лет назад
soc ea7d020f20 Merge branch 'feature/ubsan' into 'master' 4 лет назад
spi_flash 68393c41c4 doc: linux host test documentation 4 лет назад
spiffs e6edf34e82 esp32: move esp_clk functions 4 лет назад
tcp_transport d74f7d2d04 tcp_transport: Add option to enable crt_bundle for SSL connection 4 лет назад
tcpip_adapter da58235a0e components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 5 лет назад
tinyusb 8f064dabcd tinyusb: add 'extern C' bit to tusb_console.h 4 лет назад
touch_element a3f5cf2c71 Merge branch 'bugfix/touch_element_callback_para' into 'master' 5 лет назад
ulp 06ec13e422 Merge branch 'bugfix/fix_co-cpu_riscv_ulp_ld_for_esp32s2' into 'master' 4 лет назад
unity c233ce0449 spi_flash: mocking should be possible now 5 лет назад
usb 2906a25988 Separate USB HAL and common USB types 4 лет назад
vfs bbb0e7a573 vfs: fix build & ci errors 4 лет назад
wear_levelling e6edf34e82 esp32: move esp_clk functions 4 лет назад
wifi_provisioning 06ae78b531 provisioning: Fix WiFi credentials not saved to NVS due to wifi_prov_mgr_start_provisioning change the WiFi storage to RAM 4 лет назад
wpa_supplicant 035909872b wpa_supplicant: Prevent reinstallation of an already in-use group key 4 лет назад
xtensa 83e68ee19e Merge branch 'bugfix/replace_setjmp_rom' into 'master' 4 лет назад