Jiang Jiang Jian
0087f714ec
Merge branch 'bugfix/pbc_overlap_in_wps_pin_method' into 'master'
...
wpa_supplicant: Fix for issue of wps-pbc overlap in wps-pin method
See merge request espressif/esp-idf!25694
2023-09-11 10:03:35 +08:00
Jiang Jiang Jian
5d983c3185
Merge branch 'bugfix/esp32c6_udp_bc_mc_short_time_cause_packet_loss' into 'master'
...
optimize the retention step of the APM and TEE modules to set only the critical parts to level 2 priority
Closes WIFIBUG-80
See merge request espressif/esp-idf!25792
2023-09-11 10:02:13 +08:00
Island
2bc1f2f574
Merge branch 'mesh_v1.1_idf' into 'master'
...
feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview)
See merge request espressif/esp-idf!25605
2023-09-09 13:06:11 +08:00
Aditya Patwardhan
a57c8dc938
Merge branch 'contrib/github_pr_12177' into 'master'
...
mbedtls: define MBEDTLS_SSL_CID_TLS1_3_PAD_GRANULARITY for CID padding (GitHub PR)
See merge request espressif/esp-idf!25826
2023-09-09 12:27:56 +08:00
morris
3e5906aa1b
Merge branch 'feature/modify_mcpwm_clock_pre_scale' into 'master'
...
feat(mcpwm): Set group clock prescale dynamically
See merge request espressif/esp-idf!25117
2023-09-09 08:30:56 +08:00
Armando (Dou Yiwen)
ed2fa1d57e
Merge branch 'change/improve_mmu_ll_code' into 'master'
...
mmu: improve mmu_ll_entry_id_to_paddr_base on p4
See merge request espressif/esp-idf!25864
2023-09-09 04:37:59 +08:00
Ren Pei Ying
035d8f9d01
Merge branch 'docs/provide_CN_trans_for_template.rst_and_platformio.rst' into 'master'
...
docs: Provide Chinese translation for template.rst and platformio.rst
Closes DOC-6002
See merge request espressif/esp-idf!25398
2023-09-09 02:23:00 +08:00
Konstantin Kondrashov
2557513fb5
Merge branch 'bugfix/esp32p4_usage_clic_int_thresh_reg' into 'master'
...
fix(freertos): Use INTERRUPT_CURRENT_CORE_INT_THRESH_REG for esp32p4
See merge request espressif/esp-idf!25840
2023-09-08 22:43:22 +08:00
Liu Linyan
5bab168b0e
feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview)
2023-09-08 21:37:33 +08:00
Liu Linyan
fd451f5856
feat(ble_mesh): Misc updates for BLE Mesh examples
2023-09-08 21:37:33 +08:00
Liu Linyan
0e63bfcddc
feat(ble_mesh): Remove ble_mesh_console example
2023-09-08 21:37:33 +08:00
Liu Linyan
bf51fb965b
feat(ble_mesh): Bluetooth Mesh folder and file misc updates
2023-09-08 21:37:33 +08:00
Island
c301deb351
Merge branch 'bugfix/fix_memery_free_bug_for_ble_mesh' into 'master'
...
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh
See merge request espressif/esp-idf!25853
2023-09-08 20:39:23 +08:00
Sudeep Mohanty
51846b497b
Merge branch 'feature/freertos_add_sbom_file' into 'master'
...
feat(freertos): Added SBOM manifest file for SPDX file generation
Closes IDF-7979
See merge request espressif/esp-idf!25758
2023-09-08 18:21:46 +08:00
Zim Kalinowski
a0137ff682
Merge branch 'bufix/missing-linux-portable-macros' into 'master'
...
fix(freertos): Added missing Linux port layer macros
See merge request espressif/esp-idf!25844
2023-09-08 17:47:35 +08:00
renpeiying
e99b500b9d
docs: Provide Chinese translation for template.rst and platformio.rst
2023-09-08 16:57:33 +08:00
Zhang Xiao Yan
58775f868d
Merge branch 'docs/organize_header_files_bluetooth_controller' into 'master'
...
docs: organize header files of Bluetooth Controller
See merge request espressif/esp-idf!24848
2023-09-08 16:07:26 +08:00
C.S.M
c8f17b1b7c
Merge branch 'bugfix/flash_pe_usr_interval' into 'master'
...
fix(spi_flash): Fix spi_flash write fail on 26M C2(including OTA fail on this chip)
See merge request espressif/esp-idf!25790
2023-09-08 15:24:25 +08:00
Daniel Mangum
35c428b0ec
mbedtls: define MBEDTLS_SSL_CID_TLS1_3_PAD_GRANULARITY for CID padding
...
Updates config to define the new MBEDTLS_SSL_CID_TLS1_3_PAD_GRANULARITY
option, which replaced the previously used
MBEDTLS_SSL_CID_PADDING_GRANULARITY. The old option is continuing to be
used as the new one exceeds the maximum length for an option name in
esp-idf.
See https://github.com/Mbed-TLS/mbedtls/pull/4490 for more information.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
2023-09-08 11:45:55 +05:30
David Čermák
5f115cced8
Merge branch 'bugfix/http_client_tcp_config' into 'master'
...
http_client: Set common tcp config to both TCP and SSL transport
See merge request espressif/esp-idf!25354
2023-09-08 13:36:11 +08:00
Jiang Jiang Jian
0fd57f41ef
Merge branch 'feature/add_api_to_enable_pll_track' into 'master'
...
Enable pll track by default on ESP32
See merge request espressif/esp-idf!25799
2023-09-08 13:22:26 +08:00
Chen Jichang
fc80d3e568
feat(mcpwm): Set group clock prescale dynamically
...
MCPWM group clock pre scale was originally fixed to 2, which is
inconvenient. Set group clock prescale dynamically. Now the maximum
resolution of the MCPWM timer is up to 160MHz(when the prescale set
to 1). And add a resulotion config for MCPWM capture.
2023-09-08 11:57:29 +08:00
Armando
956c94704b
change(mmu): improve mmu_ll_entry_id_to_paddr_base on p4
2023-09-08 11:26:41 +08:00
Mahavir Jain
31e37c8313
Merge branch 'esp32p4/add_ecdsa_support' into 'master'
...
esp32p4: add ecdsa support
Closes IDF-7546
See merge request espressif/esp-idf!25191
2023-09-08 11:20:36 +08:00
Marius Vikhammer
11cf6f60b8
Merge branch 'feature/c6_h2_p4_lp_wdt' into 'master'
...
LP-WDT: add support for H2/P4
Closes IDF-5730, IDF-6402, IDF-5729, and IDF-7539
See merge request espressif/esp-idf!25782
2023-09-08 10:11:13 +08:00
Cai Xin Ying
878c4a32fd
Merge branch 'docs/add_Chinese_translation_for_api-reference-peripherals/secure_element.rst_and_hmac.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/hmac.rst and...
Closes DOC-5811
See merge request espressif/esp-idf!24881
2023-09-08 10:04:59 +08:00
Cai Xin Ying
bf062367de
docs: provide CN translation for api-reference/peripherals/hmac.rst and...
2023-09-08 10:04:59 +08:00
Roland Dobai
3f88247a45
Merge branch 'fix/click-port-compl' into 'master'
...
fix(tools): fix autocomplete for --port option
Closes IDFGH-6307
See merge request espressif/esp-idf!25813
2023-09-07 22:35:05 +08:00
Rahul Tank
d6e0e86d0d
Merge branch 'bugfix/fix_compilation_issue_enc_adv' into 'master'
...
fix(nimble): Fix compilation issue of unknown MYNEWT_VAL
See merge request espressif/esp-idf!25748
2023-09-07 22:05:25 +08:00
Cai Xin Ying
b642987ff6
Merge branch 'docs/add_Chinese_translation_for_api-guides/wifi-security.rst' into 'master'
...
docs: provide CN translation for api-guides/wifi-security.rst
Closes DOC-5459
See merge request espressif/esp-idf!24211
2023-09-07 21:20:05 +08:00
zhanghaipeng
0f17b6616e
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh
2023-09-07 19:59:33 +08:00
Roland Dobai
5f74dd2bb3
Merge branch 'docs/docker_image_flashing' into 'master'
...
docs(docker): Update Using Remote Serial Port chapter
Closes IDFGH-10856
See merge request espressif/esp-idf!25778
2023-09-07 18:05:48 +08:00
Sonika Rathi
ab4ab45d8a
Merge branch 'bugfix/add_warning_for_unsupported_targets' into 'master'
...
fix(example/storage): Add warning for unsupported targets for SD_Card example
See merge request espressif/esp-idf!25702
2023-09-07 17:42:23 +08:00
Cao Sen Miao
f895c6d414
ci(spi_flash): Add flash test for 26MHZ XTAL on ESP32C2
2023-09-07 17:37:01 +08:00
Cao Sen Miao
c147a6d022
fix(spi_flash): Fix spi_flash write fail on 26M C2(including OTA fail on this chip)
2023-09-07 17:30:15 +08:00
aditi_lonkar
c241c9fbd6
wpa_supplicant: Fix for issue of wps-pbc overlap in wps-pin method
2023-09-07 14:12:13 +05:30
Zim Kalinowski
bee3ff952e
fix(freertos): Added missing Linux port layer macros
2023-09-07 10:30:02 +02:00
Cai Xin Ying
3640dc86bb
Merge branch 'docs/update_format_issues_for_api-guides' into 'master'
...
docs:update format issues for files under api-guides
Closes DOC-5935
See merge request espressif/esp-idf!25210
2023-09-07 15:26:05 +08:00
Cai Xin Ying
2fac98d2e0
docs:update format issues for files under api-guides
2023-09-07 15:26:05 +08:00
KonstantinKondrashov
25c7a59e31
fix(freertos): Use INTERRUPT_CURRENT_CORE_INT_THRESH_REG for esp32p4
2023-09-07 15:25:35 +08:00
David Cermak
7c012e3fe1
fix(http_client): Set common tcp config to both TCP and SSL transport
...
Foundation transport contained TCP properties for both TCP and SSL
transport, so it was enough to set the TCP connection properties
(keepalive, interface binding) to one transport only. After merging
5778a7c7
we have separate TCP properties for these transports and need
to set the same for both.
This commit also fixes unnecessary allocation of 1 more byte for if_name
Closes https://github.com/espressif/esp-protocols/issues/322
2023-09-07 08:33:44 +02:00
caixinying-git
d0abcaf0ad
docs: provide CN translation for api-guides/wifi-security.rst
2023-09-07 14:21:07 +08:00
zhiweijian
5d8873f2d8
change: enable pll track by default on ESP32
2023-09-07 06:08:36 +00:00
Jiang Jiang Jian
02b6c1f0ca
Merge branch 'bugfix/wpa_connection_in_ent_mode' into 'master'
...
fix(wifi): Fix sta connecting with wpa security in enterprise mode
Closes WIFIBUG-96
See merge request espressif/esp-idf!25574
2023-09-07 13:53:55 +08:00
Jiang Jiang Jian
a1c0d9c3a1
Merge branch 'feature/ble_lib_update_h2_c6' into 'master'
...
ble: update h2 c6 libble to 5d7af429
Closes BLERP-7
See merge request espressif/esp-idf!25691
2023-09-07 10:25:08 +08:00
Cai Xin Ying
6ad4f50e1f
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/temp_sensor.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/temp_sensor.rst
Closes DOC-5734
See merge request espressif/esp-idf!24728
2023-09-07 10:21:59 +08:00
morris
94d39009b4
Merge branch 'feature/esplcd_replace_periph_func_with_atomic' into 'master'
...
feat(esp_lcd): Replace `periph_module` function call with new ll func
Closes IDF-8167
See merge request espressif/esp-idf!25717
2023-09-07 01:59:04 +08:00
Ondrej Kosta
380b83d7a1
Merge branch 'feature/eth_iram_optimization' into 'master'
...
feat(esp_eth): added IRAM optimization option for internal EMAC
Closes WIFI-6226
See merge request espressif/esp-idf!25704
2023-09-07 00:35:56 +08:00
morris
6f6ed69c62
Merge branch 'feat/add_lvgl_filesystem_example' into 'master'
...
feat(LCD): Update i80 example of loading image from file system
Closes IDF-8026
See merge request espressif/esp-idf!25661
2023-09-06 22:20:17 +08:00
Peter Dragun
0a8a5c0e7a
fix(tools): fix autocomplete for --port option
...
Closes https://github.com/espressif/esp-idf/issues/7970
2023-09-06 14:32:48 +02:00