Harshit Malpani
dd6229e5cb
ci: Add ota_example test with TLS 1.3
2023-08-16 11:26:59 +05:30
Harshit Malpani
11715c5caf
fix(esp-tls): Retry reads if using session tickets with TLS 1.3
...
Fixed the error that occurred while performing OTA upgrades over
TLS 1.3 connection. After handshake is completed, post-handshake message
is received and internal state is changed. While performing mbedtls_ssl_read(),
it checks handshake state and if it is not MBEDTLS_SSL_HANDSHAKE_OVER,
mbedtls_ssl_handshake is called again.
2023-08-16 11:26:58 +05:30
Mahavir Jain
a93cdfb828
Merge branch 'bugfix/check_iram_optimization' into 'master'
...
fix(mbedtls): IRAM optimization analyzed on mbedtls/test_apps
Closes IDF-7145
See merge request espressif/esp-idf!25304
2023-08-16 13:08:34 +08:00
morris
4ee4158a8f
Merge branch 'bugfix/async_memcpy_dst_align_check' into 'master'
...
fix(async_memcpy): destination alignment check against cache line size
Closes IDF-7494
See merge request espressif/esp-idf!25359
2023-08-16 12:57:19 +08:00
Darian
c1cbd9a788
Merge branch 'bugfix/freertos_event_list_removal' into 'master'
...
FreeRTOS: Fix and optimize event list removal functions
Closes IDFGH-10652
See merge request espressif/esp-idf!25157
2023-08-16 12:22:45 +08:00
Marius Vikhammer
f83c29f242
Merge branch 'feature/esp32p4_docs_build' into 'master'
...
ESP32-P4 build docs
Closes IDF-7520 and IDF-7773
See merge request espressif/esp-idf!25026
2023-08-16 11:49:43 +08:00
alanmaxwell
bcfde4440d
fix(phy): update esp32 phy v4771
...
1. optimize ht40 tx side band issue
2. revert 4770 one minor fix may cause unknown issue
2023-08-16 11:47:55 +08:00
Jakob Hasse
0b595f3c77
Merge branch 'contrib/github_pr_11945' into 'master'
...
Added Help command parameter for displaying only a specific command (GitHub PR)
Closes IDFGH-10725
See merge request espressif/esp-idf!25329
2023-08-16 11:16:54 +08:00
Cao Sen Miao
6a89925501
fix(i2c): Fix wrong clock gate in clk_gate_ll
2023-08-16 10:43:18 +08:00
Cao Sen Miao
317da3ffaf
fix(i2c_master): Fix some static issue checked by coverity
2023-08-16 10:43:18 +08:00
Marius Vikhammer
27baef2424
docs(esp32p4): added building docs for ESP32-P4
2023-08-16 10:13:47 +08:00
Fu Hanxi
a39acdfb7c
Merge branch 'contrib/github_pr_11794' into 'master'
...
Update .gitignore (Sublime + Clangd) (GitHub PR)
Closes IDFGH-10554
See merge request espressif/esp-idf!25308
2023-08-16 08:24:13 +08:00
Sam Eaton
c5129d3770
Update .gitignore
...
- Adds Sublime Text
- Adds clang config, useful for custom local LSP server
Merges https://github.com/espressif/esp-idf/pull/11794
2023-08-16 08:16:33 +08:00
Adam Múdry
e7b88a52d1
feat(examples): Add storage IO speed benchmark example
...
New example which can benchmark IO speed of SPI flash partition
(raw, FATFS, SPIFFS) and SD card (raw, FATFS) connected via SPI and SDMMC.
2023-08-15 18:47:38 +02:00
David Čermák
30068b6ee0
Merge branch 'update/format_warn_lwip_tcptransport' into 'master'
...
lwip: Fix print format -Wformat issues
See merge request espressif/esp-idf!23080
2023-08-15 22:58:17 +08:00
Adam Múdry
abaf997018
fix(spiffs): SPIFFS print formatter errors out
...
Closes https://github.com/espressif/esp-idf/issues/11922
2023-08-15 15:40:19 +02:00
Gao Xu
0ceb5f2648
Merge branch 'refactor/cache_disable_enable_interface' into 'master'
...
refactor(cache): abstract cache rom API in cache_ll.h
Closes IDF-7922
See merge request espressif/esp-idf!25040
2023-08-15 19:43:47 +08:00
Ren Pei Ying
005640d12d
Merge branch 'docs_provide_CN_trans_for_contribute_documenting-code.rst' into 'master'
...
docs: Provide CN translation for contribute/documenting-code.rst
Closes DOC-5872
See merge request espressif/esp-idf!25056
2023-08-15 18:46:37 +08:00
Ren Pei Ying
218404d94d
docs: Provide CN translation for contribute/documenting-code.rst
2023-08-15 18:46:37 +08:00
Chen Ji Chang
b39fd79cb8
Merge branch 'feature/add_mcpwm_carrier_clk_source' into 'master'
...
feat(MCPWM): Add mcpwm carrier clk source
Closes IDF-8029
See merge request espressif/esp-idf!25342
2023-08-15 18:04:08 +08:00
morris
595c3fe6a2
fix(async_memcpy): destination alignment check against cache line size
...
On ESP32P4, becasue we need to invalidate the destination buffer,
if the buffer is not aligned to cache line, then it might break
other date structure, randomly.
2023-08-15 17:40:17 +08:00
David Cermak
c510560890
lwip: Fix print format -Wformat issues
2023-08-15 11:01:01 +02:00
Armando (Dou Yiwen)
5a81e00633
Merge branch 'feature/support_mmu_on_p4' into 'master'
...
mm: mmu support on p4
Closes IDF-7509
See merge request espressif/esp-idf!25121
2023-08-15 14:25:31 +08:00
Jakob Hasse
7b258bef0e
refactor(esp_console): improved error handling, added tests and docs
...
* Updated documentation of
esp_console_register_help_command
* Improved help command error handling
* Added test for the help command
2023-08-15 14:11:30 +08:00
David Čermák
9f69f881ab
Merge branch 'bugfix/esp_netif_print_format' into 'master'
...
esp_netif: Fix Wno-format issues
See merge request espressif/esp-idf!22217
2023-08-15 13:58:15 +08:00
Chen Jichang
97d5db32ae
feat(MCPWM): Add mcpwm carrier clk source
...
The MCPWM carrier is part of the operator and can work independently
without the MCPWM timer being enabled. This commit add the MCPWM
carrier clk source.
2023-08-15 13:04:11 +08:00
morris
05f110ea47
Merge branch 'feature/pcnt_interrupt_priority' into 'master'
...
feat(pcnt): support set interrupt priority
Closes IDF-7953
See merge request espressif/esp-idf!25305
2023-08-15 12:44:14 +08:00
Marius Vikhammer
78c4a7dcf2
Merge branch 'ci/ulp_i2c_multi_device_tests' into 'master'
...
ci(lp_core): added multi-device test for lp core i2c
See merge request espressif/esp-idf!25278
2023-08-15 11:22:01 +08:00
Yi Ying
eafbd37e8f
docs (Bluetooth): add bluetooth overview document
2023-08-15 11:13:14 +08:00
Michael (XIAO Xufeng)
8845767bc0
Merge branch 'feat/sub_power_modes_docs' into 'master'
...
sleep_modes: add docs and test app for sub power modes on S2, S3, C2, C3.
See merge request espressif/esp-idf!23142
2023-08-15 10:57:48 +08:00
Jiang Jiang Jian
3e891bef25
Merge branch 'bugfix/eapol_txdone_cb_issue' into 'master'
...
fix(wifi): Fix EAPOL Key TxDone callback implementation
Closes WIFIBUG-14
See merge request espressif/esp-idf!25153
2023-08-15 10:48:14 +08:00
Armando
ca515ca55e
fix(efuse): fixed efuse_hal_get_major_chip_version not in iram issue
2023-08-15 10:17:03 +08:00
Armando
8c8affc812
feat(mmu): support mmu and flash mmap driver on p4
2023-08-15 10:17:03 +08:00
Armando
d97b3fec67
fix(rtc): fix .rtc_timer_data_in_rtc_mem wrongly in flash issue
2023-08-15 10:17:03 +08:00
Josef Norgan
f317cc55f2
feat(esp_console): Added Help command parameter for displaying only specific command
2023-08-15 10:09:37 +08:00
Fu Hanxi
e458a7a45c
ci: run pylint for files endswith .py, and skip run when no files matched
2023-08-15 08:31:46 +08:00
Fu Hanxi
28c9953ffe
ci: pylint with codeclimate
2023-08-15 08:31:45 +08:00
Adam Múdry
42ac85a6a1
Merge branch 'contrib/github_pr_11926' into 'master'
...
Support NVS image generation from CMake (GitHub PR)
Closes IDFGH-10702 and IDFGH-10542
See merge request espressif/esp-idf!25102
2023-08-15 00:20:11 +08:00
Sudeep Mohanty
6d90643ba4
Merge branch 'bugfix/missing_crosscore_int_header' into 'master'
...
fix(esp_gdbstub): Added missing crosscore_int.h header inclusion for RISC-V targets
See merge request espressif/esp-idf!25338
2023-08-14 21:44:25 +08:00
David Cermak
ca44460359
esp_netif: Fix Wno-format issues
2023-08-14 14:13:33 +02:00
Nachiket Kukade
29e6603ba7
fix(wifi): Fix EAPOL Key TxDone callback implementation
...
Fix issues arising due to not distinguishing between M2 and M4
TxDone during 4-way handshake. Also fix EAPOL frame rate to lowest
possible rate.
2023-08-14 16:50:42 +05:30
Alex
6704566476
fix(esp-tls): fix pointer cast and condition for CONFIG_ATECC608A_TCUSTOM
...
Closes https://github.com/espressif/esp-idf/pull/11923
2023-08-14 16:20:20 +05:30
C.S.M
7cd321814a
Merge branch 'feature/i2c_support_p4' into 'master'
...
I2C: Add i2c support for ESP32P4
Closes IDF-6507
See merge request espressif/esp-idf!25281
2023-08-14 18:07:32 +08:00
Adam Múdry
229da08244
Merge branch 'docs/update_cn_trans_for_nvs_flash' into 'contrib/github_pr_11926'
...
docs: update CN translation for nvs_flash.rst
See merge request espressif/esp-idf!25265
2023-08-14 18:03:37 +08:00
Chen Jichang
eede3796c7
feat(pcnt): support set interrupt priority
2023-08-14 17:52:38 +08:00
mofeifei
e980c1b45e
docs: add translation for compatibility revisions
2023-08-14 17:34:16 +08:00
Xiao Xufeng
d0dcf2da00
doc: add documentation for compatibility between IDF version and chip revision
2023-08-14 17:34:16 +08:00
Jiang Jiang Jian
0c1207aa8a
Merge branch 'bugfix/fix_disassociation_callback_miss_free_key_lead_memory_leak_issue' into 'master'
...
fix(wifi): fix disassociation callback miss free key issue
Closes WIFIBUG-88
See merge request espressif/esp-idf!25327
2023-08-14 15:28:46 +08:00
Mahavir Jain
80a5b197d6
Merge branch 'bugfix/mbedtls_upstream_doc_link' into 'master'
...
docs(mbedtls): update pointers to upstream api reference and knowledge base
See merge request espressif/esp-idf!25232
2023-08-14 14:18:02 +08:00
Island
1f3e3f8f6a
Merge branch 'bugfix/fix_current_issue_after_ble_init' into 'master'
...
Fix phy enable/disable for ESP32C6/H2/C2
See merge request espressif/esp-idf!25080
2023-08-14 13:11:19 +08:00