caixinying-git
a093baa214
docs: provide CN translation for api-reference/peripherals/sdio_slave.rst
2023-09-12 15:40:54 +08:00
Jin Cheng
62f6af0dd7
fix(bt/bluedroid): Fixed incorrect arrangement in type esp_hf_dial_type_t
2023-09-12 06:53:11 +00:00
Jin Cheng
024862c76f
change(bt/bluedroid): Added line information printing when error occurs CHECK_HF_IDX
2023-09-12 06:53:11 +00:00
Jin Cheng
9fed90bbb4
fix(bt/bluedroid): Fixed the issue of uninitialized parameters in event BTA_AG_WBS_EVT
2023-09-12 06:53:11 +00:00
morris
ae1a9bf015
Merge branch 'feat/mcpwm_event_comparator_driver' into 'master'
...
feat(MCPWM): MCPWM event comparator driver
Closes IDF-7989
See merge request espressif/esp-idf!25552
2023-09-12 14:41:07 +08:00
Jiang Jiang Jian
62720ffa8c
Merge branch 'feature/pbkdf2_fast_implementation' into 'master'
...
esp_wifi: Port fast_pbkdf2 implementation to calculate PMK
See merge request espressif/esp-idf!24287
2023-09-12 14:06:02 +08:00
Chen Yudong
e18125edcf
fix(ci): optimize build rules patterns
...
add a script to check build-components-patterns in rules.yml
2023-09-12 13:47:54 +08:00
Shyamal Khachane
f2905d1388
fix(esp_wifi): WPA3 enterprise 192 bit fix and config modification
...
1. Added SOC caps dependency for enabling 192 bit security in wifi enterprise example
2. Fixed authmode in log and connected event for WPA3 enterprise 192 bit security
2023-09-12 10:43:17 +05:30
morris
c3bd8abf63
Merge branch 'fix/vtaskdelay_caused_etm_test_failure' into 'master'
...
fix(test_etm): fix vTaskDelay caused ci failure
Closes IDFCI-1666
See merge request espressif/esp-idf!25910
2023-09-12 13:04:13 +08:00
Xu Si Yu
4a941b96b8
fix(openthread): copy the networkname with a null terminator
2023-09-12 11:57:01 +08:00
caixinying-git
d4f0ca1ee9
docs: provide CN translation for api-reference/peripherals/sdspi_host.rst
2023-09-12 11:47:42 +08:00
You Wei
e52fb0abf8
fix(ldgen): duplicate entries in the generated .ld file
2023-09-12 11:20:12 +08:00
Jakob Hasse
ccaceec15d
fix(pthread): fixed pthread_condvar linker hook
2023-09-12 11:17:31 +08:00
Armando (Dou Yiwen)
38bf2a5d2f
Merge branch 'feature/updated_to_esp32p4_12_0_0_image' into 'master'
...
feat(rom): updated to esp32p4 image 12.0.0
See merge request espressif/esp-idf!25804
2023-09-12 10:27:59 +08:00
Xiao Xufeng
c31f445754
change(github): add chip revision into templates
2023-09-12 10:16:28 +08:00
Marius Vikhammer
7a71454930
fix(wdt): changed WDT clock source to XTAL for C6/H2
...
Previously it used PLL, but PLL could potentially be powered down by power-management
when CPU frequency changed.
2023-09-12 09:41:24 +08:00
Wang Meng Yang
d7ab94eeb9
Merge branch 'test/bqb_test_bt_classic_sdp' into 'master'
...
feat(bt/bluedroid): Add language base attr list to SDP record for BQB test
Closes BT-3352
See merge request espressif/esp-idf!25622
2023-09-12 07:38:25 +08:00
Kapil Gupta
eafc34b930
ci(esp_wifi): increase UT runner count
2023-09-11 19:37:58 +05:30
Kapil Gupta
e6c5bd111d
ci(esp_wifi): unit test for fast PBKDF2 validation
2023-09-11 19:33:54 +05:30
Kapil Gupta
c82a792bc3
change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts
...
Add changes to use fast_pbkdf2 as default for PMK calculations.
fast_pbkdf2 is significantly faster than current implementations
for esp chips.
Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.
2023-09-11 19:33:17 +05:30
You Wei
be88d11a81
fix(ldgen): check target conflict for entries with section alias
2023-09-11 21:24:05 +08:00
Mahavir Jain
2b3418b4a0
Merge branch 'feature/use_ecdsa_perph_while_mutual_auth' into 'master'
...
feat: ECDSA peripheral while performing http connection with mutual auth
Closes IDF-7390
See merge request espressif/esp-idf!25052
2023-09-11 19:41:21 +08:00
wanglai@espressif.com
6421460c0a
feat(bt/bluedroid): Add avdt abort function for BQB test
...
1: add new AVDTP abort function for BQB test
2023-09-11 17:06:33 +08:00
morris
47e499de52
feat(mcpwm): clean up MCPWM ETM driver
2023-09-11 16:53:34 +08:00
Chen Jichang
7638235311
feat(mcpwm): MCPWM event comparator driver
...
In esp32p4, the MCPWM has a new feature, mainly ETM-oriented.
Each operator has two event comparators, can generate an event
when the count value of the timer that operator connects is equal
to the value of event comparator.
2023-09-11 16:53:34 +08:00
Mahavir Jain
bd0eac77b2
Merge branch 'feature/add_support_for_ds_peripheral_on_ota' into 'master'
...
feat(esp_http_client): Added support for OTA using ds peripheral for TLS
See merge request espressif/esp-idf!25713
2023-09-11 16:36:58 +08:00
baohongde
298e8cd7cb
change(bt/bluedroid): Send a name tag with zero length when there is no EIR data
2023-09-11 08:35:32 +00:00
baohongde
c3ade2d54e
change(bluedroid): Set AV is ready when suspended by remote
2023-09-11 08:25:00 +00:00
baohongde
d905993e1e
remove(bluedroid): Delete media stop command and audio stopped state
2023-09-11 08:25:00 +00:00
Planck (Lu Zeyu)
2a340c5fc5
fix(test_etm): fix vTaskDelay caused ci failure
2023-09-11 16:24:24 +08:00
Zhang Xiao Yan
ddcb5f663c
Merge branch 'docs/organize_third_party_ide' into 'master'
...
docs: added third-party tools visualgdb and clion
See merge request espressif/esp-idf!24146
2023-09-11 14:31:00 +08:00
Rahul Tank
d0c00b1f76
Merge branch 'bugfix/ble_gap_unpair_fix' into 'master'
...
fix(nimble): Handled error return value while removing RPA list from controller.
Closes BT-2576
See merge request espressif/esp-idf!25452
2023-09-11 14:25:55 +08:00
Cai Xin Ying
b6db3dc697
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/adc_oneshot.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/adc_oneshot.rst
Closes DOC-5957
See merge request espressif/esp-idf!25518
2023-09-11 14:15:33 +08:00
Jiang Jiang Jian
1bcd94a167
Merge branch 'bugfix/fix_hidd_send_rpt_without_connection' into 'master'
...
Change(bt/bluedroid): Optimize HIDD sending interrupt report behavior
Closes BTQABR2023-92
See merge request espressif/esp-idf!25739
2023-09-11 14:13:15 +08:00
Kapil Gupta
fd04e98d28
change(esp_wifi): Copy fastpbkdf2 implementation
...
Copy pbkdf2 implementation from https://github.com/ctz/fastpbkdf2(3c56895)
2023-09-11 06:08:16 +00:00
Lou Tian Hao
5690d7b4dc
Merge branch 'docs/add_ext1_wakeup_per_pin_description_for_c6_and_h2' into 'master'
...
docs(pm): add ext1 wakeup per pin description
See merge request espressif/esp-idf!25759
2023-09-11 13:07:48 +08:00
Zhang Wen Xu
c1e464a9b6
Merge branch 'support/openthread_br_deinit' into 'master'
...
feat(openthread): support BR deinit
See merge request espressif/esp-idf!25623
2023-09-11 12:24:27 +08:00
Ren Pei Ying
c56ca136f6
Merge branch 'docs/Update_translation_for_synchronization' into 'master'
...
docs: Update translation for ESP-IDF docs for syncronization
Closes DOC-6155
See merge request espressif/esp-idf!25769
2023-09-11 12:16:35 +08:00
Ren Pei Ying
ea840fa459
Merge branch 'docs/add_CN_trans_for_api-reference/storage/nvs_encryption.rst' into 'master'
...
Docs/add cn trans for api reference/storage/nvs encryption.rst
Closes DOC-6017
See merge request espressif/esp-idf!25616
2023-09-11 11:02:18 +08:00
Ren Pei Ying
532d3f51f6
Docs/add cn trans for api reference/storage/nvs encryption.rst
2023-09-11 11:02:18 +08:00
hongshuqing
77a303276a
esp32/esp32s2/esp32s3 cpu freq to pll
...
add assert for cpu_freq_to_8m
update esp32 DBIAS_XTAL_80M_160M define
delete modify of esp32
remove esp32 comment
restore esp32 modify
2023-09-11 10:40:27 +08:00
caixinying-git
0572cd8f8b
docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst
2023-09-11 10:34:47 +08:00
Kapil Gupta
a0b5fb4aeb
Merge branch 'bugfix/wps_wpa3_passphrase' into 'master'
...
WiFi: get passphrase in WPS if AP support SAE
Closes WIFIBUG-54 and WIFI-6252
See merge request espressif/esp-idf!25850
2023-09-11 10:16:53 +08:00
caixinying-git
ff6b85bdb1
docs: provide CN translation for api-reference/peripherals/adc_oneshot.rst
2023-09-11 10:10:12 +08:00
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
wanglai@espressif.com
34ab5c1c89
feat(bt/bluedroid): Add language base attr list to SDP record for BQB test
2023-09-11 07:40:36 +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