Jiang Jiang Jian
5d3c1bb8ef
Merge branch 'bugfix/fix_wifi_init_reentrant_issue' into 'master'
...
fix(wifi): fix wifi init reentrant issue
Closes WIFIBUG-242
See merge request espressif/esp-idf!26718
2023-11-23 10:57:28 +08:00
Jakob Hasse
0a5fd73dd2
Merge branch 'refactor/memory_leak_message_shorter' into 'master'
...
refactor(ci): prevent memory leak message without memory leak
See merge request espressif/esp-idf!27226
2023-11-23 10:49:24 +08:00
Jakob Hasse
5f4865e838
Merge branch 'doc/soc_cap_tool' into 'master'
...
Doc/soc cap tool
See merge request espressif/esp-idf!27154
2023-11-23 10:47:01 +08:00
Mahavir Jain
810133a5fd
Merge branch 'support/add_srp_salt_ver_gen_api' into 'master'
...
Generate Salt and verifier pair for given username and password
See merge request espressif/esp-idf!25239
2023-11-23 00:30:57 +08:00
Jiang Jiang Jian
80209bfca6
Merge branch 'bugfix/authmode_incompatible_reason_code' into 'master'
...
Expand situations for incompatible security configuration disconnect reason code and fix wep connection issue
Closes WIFIBUG-260
See merge request espressif/esp-idf!27232
2023-11-22 22:58:12 +08:00
Roland Dobai
f39a620afa
Merge branch 'contrib/github_pr_12558' into 'master'
...
Fix: esptool_py incorrectly assumed target name equals binary name (GitHub PR)
Closes IDFGH-11420
See merge request espressif/esp-idf!27173
2023-11-22 22:40:34 +08:00
Shu Chen
db84b88d14
Merge branch 'fix/add_docs_for_coex' into 'master'
...
feat(docs) Add RF Coexist docs for H2
Closes IDF-8550
See merge request espressif/esp-idf!27150
2023-11-22 21:23:33 +08:00
Armando (Dou Yiwen)
b8121227b6
Merge branch 'refactor/esp_driver_sdio' into 'master'
...
refactor(sdio): place sdio slave driver into a new component
Closes IDF-8373
See merge request espressif/esp-idf!27125
2023-11-22 21:13:00 +08:00
David Čermák
17f6528718
Merge branch 'bugfix/lwip_dns_docs' into 'master'
...
fix(lwip): Document DNS limitation in lwIP
See merge request espressif/esp-idf!27099
2023-11-22 20:39:22 +08:00
harshal.patil
5e1335aae4
fix(nvs_flash): Fix the memory leak in the nvs_flash test app
...
The leak is now reduced by allocating the AES interrupt and
loading the partitions in the test setup instead of in the tests itself.
2023-11-22 16:23:18 +05:30
Adam Múdry
0cc38fb901
refactor(esp_partition): Expose function for unloading partitions
...
Closes https://github.com/espressif/esp-idf/issues/12625
2023-11-22 11:13:32 +01:00
Rahul Tank
356fe4881b
Merge branch 'bugfix/fix_dangling_pointer_compilation_warning' into 'master'
...
fix(nimble): Fix dangling pointer error during compilation
See merge request espressif/esp-idf!26984
2023-11-22 17:59:30 +08:00
Martin Vychodil
bd91c7b510
Merge branch 'contrib/github_pr_12567' into 'master'
...
Add option to configure FATFS_USE_LABEL boolean (GitHub PR)
Closes IDFGH-11429
See merge request espressif/esp-idf!27100
2023-11-22 17:57:23 +08:00
Liu Ning
e50d9fca3a
Merge branch 'feature/refactor_some_coexist_sections' into 'master'
...
feature(coex): refactor some coexist sections
Closes WIFI-5976、WIFI-5464 以及 TZ-81
See merge request espressif/esp-idf!26706
2023-11-22 17:48:24 +08:00
liuning
b47bf9e742
fix(wifi): fix wifi init reentrant issue
2023-11-22 17:39:56 +08:00
zwx
da9972183c
feat(docs): Add RF Coexist docs for H2
2023-11-22 16:54:55 +08:00
Harshit Malpani
3e0700bfda
Merge branch 'bugfix/return_code_of_ota_finish_api' into 'master'
...
fix(esp_https_ota): fix return code of esp_https_ota_finish API
Closes IDFGH-11510
See merge request espressif/esp-idf!27296
2023-11-22 15:48:39 +08:00
David Cermak
1f6a927e33
fix(lwip): Document DNS limitation in lwIP
...
* Add a note that DNS server config is global in lwIP
* Add a section about defining LWIP config macros from CMake
* Mention the DNS limitation in ESP-IDF additions to lwIP
* Update CN for lwIP DNS limitation
Co-Authored-By: Wang Ziyan <wangziyan@espressif.com>
2023-11-22 08:48:33 +01:00
C.S.M
067ee29774
Merge branch 'bugfix/improve_enc_write_performance' into 'master'
...
bugfix(spi_flash): Improve encryption write performance
Closes IDFGH-11415
See merge request espressif/esp-idf!27123
2023-11-22 15:19:28 +08:00
Rahul Tank
229d275fb1
Merge branch 'bugfix/cleanup_nimble_sdkconfig' into 'master'
...
ci(nimble): Cleanup sdkconfig files for nimble examples
Closes IDF-8496
See merge request espressif/esp-idf!26932
2023-11-22 14:48:19 +08:00
Armando
b860930545
ci(sdio): updated sdio rules.yml
2023-11-22 14:23:14 +08:00
jgujarathi
b47b75f6c8
fix(esp_wifi): Expand situations for REASON_NO_AP_FOUND_WITH_COMPATIBLE_SECURITY
...
- Fixes issue with connecting and discovering WEP APs
- Expsnds the reasons for trigerring a disconnect using
REASON_NO_AP_FOUND_WITH_COMPATIBLE_SECURITY
-- SAE-PK configured as compulsory in sta config but disabled for the AP
-- SAE-H2e configured as compulsory in sta config but disabled for an AP
that has authmode as WPA3-PSK or WPA3-WPA2-PSK.
-- Open AP found but we have set password or enabled enterprise mode.
-- SAE H2E only ap but we have SAE HnP setup in config.
-- WPA3-EXT_PSK AP but SAE-H2E disabled in config
2023-11-22 11:29:30 +05:30
morris
397f9f2274
Merge branch 'feature/rgb_lcd_support_esp32p4' into 'master'
...
feat(lcd): add LL driver of rgb/i80 LCD for esp32p4
See merge request espressif/esp-idf!27200
2023-11-22 13:08:59 +08:00
Rahul Tank
1e4e193ca7
fix(nimble): Fix dangling pointer error during compilation
2023-11-22 08:58:41 +05:30
Armando
22b4270a6b
refactor(sdio): place sdio slave driver into a new component
2023-11-22 10:37:31 +08:00
Cao Sen Miao
6953b51b3a
fix(spi_flash): Improve encryption write performance, Closes https://github.com/espressif/esp-idf/issues/12553
2023-11-22 10:33:05 +08:00
Jiang Jiang Jian
275a7ec2a2
Merge branch 'fix/esp32c6_sleep_pll_issue' into 'master'
...
fix(pm): add mac/bb power down/up prepare for fix esp32c6 pll issue
Closes BLERP-105, BLERP-213, and BLERP-234
See merge request espressif/esp-idf!26208
2023-11-22 10:29:48 +08:00
Rahul Tank
ff967f8b3b
Merge branch 'bugfix/ble_gap_unpair_oldest_peer_fix' into 'master'
...
fix(nimble): Fixed ble_gap_unpair_oldest_peer to prevent writing to invalid memory
Closes IDFCI-1871, BT-3509, and BLERP-270
See merge request espressif/esp-idf!27158
2023-11-22 09:14:30 +08:00
morris
106baac0bc
Merge branch 'feature/rmt_receive_partial_callback' into 'master'
...
feat(rmt): support partial receive if the incoming packet is very long
Closes IDF-6579
See merge request espressif/esp-idf!27033
2023-11-22 06:37:46 +08:00
Vikram Dattu
08f2422ff8
feat(provisioning): Generate Salt and verifier pair for given username and password
...
This commit adds a new feature to generate a salt and verifier pair for a given username and
password during the provisioning process. This is useful in scenarios where the pairing pin is
randomly generated and shown via some interface such as a display or console.
- Uses the provided username and password to generate a salt and verifier pair
- Adds support for dev mode where the pin/password can still be read from flash
2023-11-21 18:06:24 +05:30
Vikram Dattu
b97322c521
refactor(esp_srp): Expose esp_srp.h and add API docs
...
- Also added missing `protocomm_security2` reference in `protocomm.rst`
2023-11-21 18:06:24 +05:30
liuning
c783332962
feat(coex): apply struct for coex version
2023-11-21 18:00:26 +08:00
liuning
aec27052b6
feat(coex): rename coexist sections
2023-11-21 18:00:25 +08:00
Harshit Malpani
85e4220250
fix(esp_https_ota): fix return code of esp_https_ota_finish API
...
Closes https://github.com/espressif/esp-idf/issues/12635
2023-11-21 14:49:21 +05:30
darshan
a3cdfcb3aa
fix(nimble): Fixed ble_gap_unpair_oldest_peer to prevent writing to invalid memory
2023-11-21 14:42:36 +05:30
zwx
7409f41527
fix(vfs): fix uart malloc when locates ISR context in IRAM
2023-11-21 16:36:08 +08:00
Mahavir Jain
30eb2918c6
Merge branch 'contrib/github_pr_12460' into 'master'
...
fixing OTA write up to SPI_FLASH_SEC_SIZE margins (GitHub PR)
Closes IDFGH-11311
See merge request espressif/esp-idf!26897
2023-11-21 15:12:12 +08:00
Mahavir Jain
fc22c61cdf
Merge branch 'docs/update_copyrights_page' into 'master'
...
docs: add protobuf-c, cmock, unity components entry to copyrights page
See merge request espressif/esp-idf!27266
2023-11-21 15:11:30 +08:00
luomanruo
29f712651a
ble(fix): deinit crash issue
2023-11-21 15:02:43 +08:00
zwl
e9b4c3e6c2
fix(ble): fixed ble occasional rx exception issue
2023-11-21 15:00:55 +08:00
luomanruo
30f4a43556
ci(ble/bluedroid): Add notes in sdkconfig.defaults
2023-11-21 15:00:55 +08:00
luomanruo
20c890f33b
ble: update controller log module
2023-11-21 15:00:55 +08:00
luomanruo
93df0042d1
ble: update c6 h2 lib to 5b1dfd2b, c2 lib to db4e1fb2
2023-11-21 15:00:55 +08:00
luomanruo
ec119aa694
ble(fix): Fixed the issue of not returning memory to the memory pool after deinit callout
...
ble(fix): Fixed the issue of not returning memory to the memory pool after deinit callout
2023-11-21 15:00:55 +08:00
Rahul Tank
843f48fb00
ci(nimble): Cleanup sdkconfig files
2023-11-21 11:52:11 +05:30
Wang Ziyan
baf1091868
Merge branch 'docs/update_cn_for_sdmmc_and_ulp-lp-core' into 'master'
...
docs: Update CN for sdmmc and ulp-lp-core docs
Closes DOC-6632
See merge request espressif/esp-idf!27198
2023-11-21 13:13:34 +08:00
Chen Yu Dong
d7345a89df
Merge branch 'ci/fix_fetch_from_mirror_url_if_exists' into 'master'
...
ci: fix fetch_from_mirror_url_if_exists
See merge request espressif/esp-idf!27184
2023-11-21 12:03:52 +08:00
Lou Tian Hao
cde12242b4
Merge branch 'feature/support_ext1_clear_spec_pins' into 'master'
...
feat: support ext1 add or remove spec pin for chips which support ext1 wakeup
Closes IDFGH-11440
See merge request espressif/esp-idf!26999
2023-11-21 11:29:33 +08:00
morris
e86acbe556
feat(lcd): pre-support rgb and i80 lcd driver on esp32p4
...
added LL functions for LCD_CAM module, only the LCD part
2023-11-21 10:46:52 +08:00
Wang Zi Yan
90afe1a32f
docs: Update CN for sdmmc and ulp-lp-core docs
2023-11-21 10:34:54 +08:00