zwl
4dfe8db6a6
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C5
2025-01-10 20:44:27 +08:00
zwl
d2b62f2130
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-H2
2025-01-10 20:44:27 +08:00
zwl
8d6ec12838
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C6
2025-01-10 20:44:27 +08:00
zwl
6a752eeb89
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C2
2025-01-10 20:44:27 +08:00
zwl
8f7f0f0d69
feat(ble): support for putting ble code into flash on ESP32-C5
2025-01-10 20:44:27 +08:00
zwl
5a9acdc379
feat(ble): support for putting ble code into flash on ESP32-H2
2025-01-10 20:44:27 +08:00
zwl
02d6d6fd73
feat(ble): support for putting ble code into flash on ESP32-C6
2025-01-10 20:44:27 +08:00
zhouxiao
acf5823a0d
change(ble): Update esp_bt.h controller config for C5 and rom.ble-eco4.ld for C2ECO4
2025-01-10 20:44:27 +08:00
zhouxiao
7cd3fe6953
change(ble): Update lib_esp32c2 to 2a00fb0b
2025-01-10 20:44:27 +08:00
zhouxiao
4fc95fa91f
change(ble): Update lib_esp32c6 to 3422b706
2025-01-10 20:44:27 +08:00
zhouxiao
3a2ad98b0d
change(ble): Update lib_esp32c5 to 3422b706
2025-01-10 20:44:27 +08:00
zhouxiao
fe5a12e7e7
change(ble): Update lib_esp32h2 to 3422b706
2025-01-10 20:44:27 +08:00
laokaiyao
b35cdaf818
docs(i2s): add application notes to es7210 example
2025-01-10 20:28:36 +08:00
laokaiyao
805d6e4e73
fix(i2s): lock APB when using apll with DFS feature
...
Closes https://github.com/espressif/esp-idf/issues/14707
Append to the commit ad9021a844c8922f69f9214571e52f9181871f66.
2025-01-10 20:28:36 +08:00
Abhinav Kudnar
49132a5943
feat(nimble): Additional changes in PAWR IDF Examples/support for ESP IP
2025-01-10 17:03:51 +05:30
Rahul Tank
4ca02a41ff
fix(nimble): Fixed a typo in Kconfig file
2025-01-10 17:03:51 +05:30
Astha Verma
858c6af65b
fix(nimble): Added HCI_Read_Remote_Version_Information command
2025-01-10 17:03:51 +05:30
Rahul Tank
922cae93ad
fix(nimble): Clear our and peer security records during unpair
2025-01-10 17:03:51 +05:30
morris
aa40af2510
test(twai): add cxx build test
2025-01-10 18:54:12 +08:00
Nebojsa Cvetkovic
a3f17742be
fix(twai): TWAI_GENERAL_CONFIG_DEFAULT_V2 initialize general_flags
...
Closes https://github.com/espressif/esp-idf/pull/15144
2025-01-10 18:54:12 +08:00
laokaiyao
aac16530a0
refactor(lpperi): compatible refactor for H2 ECO5
2025-01-10 18:47:43 +08:00
Guillaume Souchere
e2b7cce13c
fix(esp_hw_support): Unused variables in memory_utils functions
2025-01-10 11:05:50 +01:00
laokaiyao
805d2ffb34
docs(touch): update touch sensor docs for the new driver
2025-01-10 16:42:36 +08:00
laokaiyao
09b15b479a
refactor(touch): update touch related examples to use new API
2025-01-10 16:42:36 +08:00
laokaiyao
32d23f9761
feat(touch): support touch v1 test cases
2025-01-10 16:42:36 +08:00
laokaiyao
fd7b80833c
feat(touch): support touch v1 in new touch driver
2025-01-10 16:42:22 +08:00
Ondrej Kosta
c3a4c86970
docs(esp_eth): added EMAC Memory Considerations section
2025-01-10 09:28:32 +01:00
linruihao
2096a99deb
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
2025-01-10 15:54:13 +08:00
Mahavir Jain
057bae82e1
Merge branch 'refactor/security_docs_re-org' into 'master'
...
refactor(docs): re-organize security docs for better navigation
See merge request espressif/esp-idf!36260
2025-01-10 15:40:18 +08:00
Ondrej Kosta
4762db2dd8
Merge branch 'ci/iperf_esp32p4' into 'master'
...
ci(esp_eth): added ESP32P4 to iperf CI test
See merge request espressif/esp-idf!35540
2025-01-10 15:33:29 +08:00
Song Ruo Jing
486c95557a
Merge branch 'bugfix/gpio_8_16_bit_access' into 'master'
...
feat(gpio): add gpio_config_as_analog() API
Closes IDF-10247 and IDFGH-12754
See merge request espressif/esp-idf!35856
2025-01-10 15:14:19 +08:00
Frantisek Hrbata
5b5e6f6a1a
Merge branch 'feat/plugins_trim_build' into 'master'
...
feat(examples): trim down the plugins example build
Closes IDF-11779
See merge request espressif/esp-idf!36185
2025-01-10 15:07:31 +08:00
Zhang Yan Jiao
f2ae68138e
Merge branch 'bugfix/fix_the_wpa3_connect_error_in_mesh' into 'master'
...
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash
Closes IDFGH-13154
See merge request espressif/esp-idf!36037
2025-01-10 14:48:22 +08:00
renpeiying
3701a04980
docs: Update CN translation for ota.rst
2025-01-10 14:18:45 +08:00
Ren Peiying
90fbd41701
Merge branch 'docs/add_note_about_h2_rtc_gpio' into 'master'
...
docs: Update note about h2 rtc gpio
See merge request espressif/esp-idf!36049
2025-01-10 14:13:53 +08:00
Mahavir Jain
6502148fdc
fix(examples): simple http_server example build for Linux target
...
Static task creation on Linux target had issues with insufficient stack
memory allocation. Type of `StackType_t` is `unsigned long` and hence
it must be considered during stack memory allocation.
Fix ensures proper working of simple HTTP server example.
2025-01-10 09:50:18 +05:30
Kevin (Lao Kaiyao)
51a7f4547b
Merge branch 'ci/re_enable_i2s_pytest_exceptions' into 'master'
...
ci(i2s): re-enable example pytest exceptions
Closes IDF-10007
See merge request espressif/esp-idf!36271
2025-01-10 11:44:22 +08:00
morris
4393a0d072
Merge branch 'bugfix/reset_axi_gdma_gracefully' into 'master'
...
fix(gdma): stop the axi gdma gracefully on CPU SW reset
See merge request espressif/esp-idf!36137
2025-01-10 10:11:37 +08:00
Shu Chen
e9914423c0
Merge branch 'fix/update_srp_zero_subtype' into 'master'
...
fix(openthread): update SRP server to support zero subtype
See merge request espressif/esp-idf!36269
2025-01-09 23:06:18 +08:00
Roland Dobai
fc6272e9b0
ci(tools): Check copyright for BSASM files
2025-01-09 15:16:56 +01:00
Xiao Xufeng
d594067acf
fix(ledc): fixed depending on gpio header but don't depends on it
...
Closes https://github.com/espressif/esp-idf/issues/15174
2025-01-09 21:40:48 +08:00
Nebojsa Cvetkovic
ef1ee48773
feat(app_update): esp_ota_mark_app_invalid_rollback() without reboot
2025-01-09 15:04:01 +05:30
laokaiyao
364371ac97
ci(i2s): re-enable example pytest exceptions
2025-01-09 17:23:36 +08:00
morris
fbcbefe9f0
fix(dma): abort the axi dma gracefully on CPU SW reset
2025-01-09 17:12:43 +08:00
Tan Yan Quan
717efebdfb
fix(openthread): update SRP server to support zero subtype
...
* esp-openthread: 278d4fc29
* openthread: 005c5cefc
* esp-idf: a150b999b
2025-01-09 15:49:29 +08:00
Shen Meng Jing
e44c525da2
Merge branch 'docs/update_cn_spi_flash_override_driver' into 'master'
...
docs: Update the CN translation for spi_flash_override_driver.rst
Closes DOC-9720
See merge request espressif/esp-idf!35631
2025-01-09 15:00:40 +08:00
Chen Yu Dong
3a94fed34f
Merge branch 'ci/fix_example_network_build_rules' into 'master'
...
ci: fix network examples build test rules
Closes IDFCI-2595
See merge request espressif/esp-idf!36181
2025-01-09 14:43:06 +08:00
Konstantin Kondrashov
ec990f4a52
Merge branch 'feature/logv2_2' into 'master'
...
feat(log): Log v2
Closes IDF-245, IDFGH-3855, IDF-2956, IDF-7883, and IDFGH-13066
See merge request espressif/esp-idf!31128
2025-01-09 13:55:06 +08:00
Rahul Tank
4a071793a5
Merge branch 'bugfix/reset_global_values' into 'master'
...
fix(nimble): Reset data length global variables
See merge request espressif/esp-idf!36218
2025-01-09 13:26:35 +08:00
zhangyanjiao
fcb69ae5cd
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash
...
Closes https://github.com/espressif/esp-idf/issues/14095
2025-01-09 12:06:14 +08:00