harshal.patil
b9dc847ee2
fix(mbedtls/aes): Avoid extra C2M sync of memory
2024-08-08 09:12:31 +05:30
Richard Allen
bc56b4fc2e
fix(mbedtls/port): fix codespell issues
...
Fix a few comments codespell identified.
2024-08-08 11:29:53 +08:00
Hong Shu Qing
50df8480b4
Merge branch 'feature/esp32c61_rng_func_support' into 'master'
...
feat(esp32c61): support rng api
See merge request espressif/esp-idf!32534
2024-08-08 11:16:10 +08:00
C.S.M
bf31a8e781
feat(usb_serial_jtag): Add usb serial jtag support on esp32c61
2024-08-08 11:11:24 +08:00
renpeiying
afd3179ae8
docs: Provide Chinese translation for host-based-security-workflows.rst
2024-08-08 11:03:24 +08:00
shenmengjing
33af6856cf
docs: Provide CN translation for spi-flash-optional-feature
2024-08-08 11:00:50 +08:00
Armando
36f601b459
test(cache): cache panic test app
2024-08-08 10:38:02 +08:00
Armando
7231a6388b
feat(cache): supported cache panic on c61
2024-08-08 10:38:02 +08:00
Armando
190ea15839
feat(cache): supported cache panic on c5
2024-08-08 10:38:02 +08:00
morris
199b7e9b9c
Merge branch 'refactor/brownout_ll_function' into 'master'
...
refactor(brownout): correct names comments in the LL driver
See merge request espressif/esp-idf!32634
2024-08-08 10:09:19 +08:00
Chen Jichang
f919336448
feat(dma): Add helper functions to split aligned buffer
...
In some cases we will need the dma's buffer to be aligned with specific
requirements. This MR add two helper function to split the unaligned
buffer and merge to the origin buffer. The cost is that each unaligned
buffer requires two stash buffers of spilt alignment size. And this
memory should be managed by callers.
2024-08-07 19:48:19 +08:00
Chen Jian Xing
56816c1ff4
Merge branch 'bugfix/fix_some_esp32_host_issues' into 'master'
...
Bugfix/fix some esp32 host issues
Closes IDFCI-2286
See merge request espressif/esp-idf!31618
2024-08-07 19:29:08 +08:00
Rahul Tank
313f016eaf
Merge branch 'bugfix/fix_proxy_example_assert' into 'master'
...
fix(nimble): Fixed assert issue in proximity_sensor example
Closes BLERP-907
See merge request espressif/esp-idf!32559
2024-08-07 18:03:29 +08:00
Armando (Dou Yiwen)
3a0c25124e
Merge branch 'fix/fix_lp_i2s_coverity_issue' into 'master'
...
lp_i2s: fixed coverity issue
Closes IDF-10715, IDF-10713, IDF-10716, IDF-10714, and IDF-10717
See merge request espressif/esp-idf!32617
2024-08-07 17:29:06 +08:00
Shen Weilong
a5551179ac
feat(ble): Print out the BT mac when the controller is initialized
2024-08-07 16:40:27 +08:00
Shen Meng Jing
327683185c
Merge branch 'docs/update_cn_ulp_lp_core' into 'master'
...
docs: Update the CN translation for ulp-lp-core.rst
Closes DOC-8463
See merge request espressif/esp-idf!32321
2024-08-07 16:09:42 +08:00
Laukik Hase
6a47d2c9f6
Merge branch 'feat/mbedtls_esp_sha_224_support' into 'master'
...
feat(mbedtls): Extend the `esp_sha` API to support SHA224 operations
See merge request espressif/esp-idf!32637
2024-08-07 14:31:55 +08:00
Kevin (Lao Kaiyao)
a500f3d3c0
Merge branch 'refactor/i2s_refactor_for_etm' into 'master'
...
refactor(i2s): refactor to use i2s etm controlling
Closes IDF-10508
See merge request espressif/esp-idf!32315
2024-08-07 14:22:38 +08:00
Rahul Tank
a547ebb383
Merge branch 'feat/set_data_length_enhancement' into 'master'
...
feat(nimble): Add extra handling for set data len packet event
Closes BLERP-905
See merge request espressif/esp-idf!32515
2024-08-07 13:06:42 +08:00
laokaiyao
ac2d980df3
fix(i2s): fix the es8311 example on P4
...
Closes https://github.com/espressif/esp-idf/issues/14297
2024-08-07 12:44:25 +08:00
Laukik Hase
e8477fb894
feat(mbedtls): Extend the esp_sha
API to support SHA224 operations
2024-08-07 10:03:11 +05:30
morris
aaa338ab8d
Merge branch 'contrib/github_pr_14310' into 'master'
...
fix(gptimer): remove incorrect param from example (GitHub PR)
Closes IDFGH-13403
See merge request espressif/esp-idf!32664
2024-08-07 12:24:50 +08:00
Igor Udot
b40ac839cc
Merge branch 'ci/test_correct_exit_code' into 'master'
...
Add support for Dynamic Pipeline Configuration
Closes IDFCI-2035 and IDFCI-1936
See merge request espressif/esp-idf!29115
2024-08-07 11:04:07 +08:00
LonerDan
08fa1131ca
docs(gptimer): remove incorrect param from example
...
Fixes call to `gptimer_start` in one of the examples
which includes extra second parameter `&alarm_config`,
when the function takes only one.
Mreges https://github.com/espressif/esp-idf/pull/14310
2024-08-07 10:52:37 +08:00
Linda
8d09486eea
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2
2024-08-07 10:49:26 +08:00
morris
9716d9e5ca
refactor(brownout): correct names comments in the LL driver
2024-08-07 10:46:57 +08:00
liqigan
06b2276b7f
fix(esp_hid): Loose the check of input report length to be more compatible
...
Closes https://github.com/espressif/esp-idf/issues/14259
2024-08-07 10:28:35 +08:00
Armando
257fda87c0
change(adc): updated adc programming guide atten link
2024-08-07 09:59:02 +08:00
Armando
6219d5e7d4
fix(lp_i2s): fixed coverity issue
2024-08-07 09:59:02 +08:00
Martin Vychodil
22be262fca
fix(security): Fixed ESP32S3 Memprot RTCFAST code-execution test
2024-08-06 20:54:35 +02:00
hongshuqing
e036a7b745
feat(bootloader): add rng support for ESP32-C61
2024-08-06 20:21:07 +08:00
Shen Meng Jing
e62133ad8e
Merge branch 'docs/update_examples_in_touch_element' into 'master'
...
docs: Update the application examples in touch_element.rst
Closes DOC-8327
See merge request espressif/esp-idf!32002
2024-08-06 19:13:44 +08:00
Shen Meng Jing
cf0925e383
Merge branch 'docs/update_examples_in_i2s' into 'master'
...
docs: Update the application examples in i2s
Closes DOC-8322
See merge request espressif/esp-idf!31997
2024-08-06 18:45:35 +08:00
Shen Meng Jing
ad84e5b9d0
Merge branch 'docs/update_the_example_in_adc_continuous' into 'master'
...
docs: Update the application example in adc_continuous
Closes DOC-8317
See merge request espressif/esp-idf!31988
2024-08-06 18:34:08 +08:00
nilesh.kale
e74dcb1fab
feat: remove support for aes and rsa peripherals in esp32c61
2024-08-06 15:06:16 +05:30
nilesh.kale
bedfe0fe3b
feat: remove suppport for ds and hmac in esp32c61
...
This commit remove support for DS and HMAC peripheral
in ESP32C61.
2024-08-06 15:06:08 +05:30
Island
f305b74d43
Merge branch 'feat/ble_mesh_support_esp32c5' into 'master'
...
Feat/ble mesh support esp32c5
Closes BLERP-893 and IDF-9165
See merge request espressif/esp-idf!32479
2024-08-06 17:34:02 +08:00
Mahavir Jain
afaa7c4fe9
Merge branch 'change/exclude_cves' into 'master'
...
change: exclude CVEs that do not impact ESP-IDF components
See merge request espressif/esp-idf!32521
2024-08-06 17:19:00 +08:00
shenmengjing
1132a4ed51
docs: Update the application examples in touch_element.rst
2024-08-06 17:05:26 +08:00
Jakob Hasse
e565224149
feat(bootloader_support): added bootloader_support mocks
2024-08-06 11:03:55 +02:00
shenmengjing
255a39dd2d
docs: Update the application examples in i2s
2024-08-06 17:01:31 +08:00
shenmengjing
b0450e013c
docs: Update the application example in adc_continuous
2024-08-06 16:52:59 +08:00
Adam Múdry
014dddad1f
feat(sdmmc): Concurrent use of SDMMC peripheral
...
Host and device (card, etc.) initialization is not thread-safe.
After initialization transactions are serialized and guarded by mutex.
Changed `SDMMC_HOST_DEFAULT()` default deinit function to `sdmmc_host_deinit_slot`
which has a slot number as argument.
2024-08-06 10:34:13 +02:00
Island
ff4f1a24ce
Merge branch 'bugfix/fixed_ble_issues_on_c6_h2_c2_0731' into 'master'
...
Bugfix/fixed ble issues on c6 h2 c2 0731
Closes BLERP-858, BLERP-856, BLERP-772, BLERP-888, BLERP-886, BLERP-884, BLERP-883, BLERP-879, BLERP-877, and BLERP-899
See merge request espressif/esp-idf!32457
2024-08-06 16:00:49 +08:00
Shen Meng Jing
524d6b143f
Merge branch 'docs/update_examples_in_cap_touch_sens' into 'master'
...
docs: Update the application examples in cap_touch_sens.rst
Closes DOC-8328
See merge request espressif/esp-idf!32005
2024-08-06 15:21:57 +08:00
shenmengjing
5cc184a25e
docs: Update the application examples in cap_touch_sens.rst
2024-08-06 14:09:56 +08:00
Mahavir Jain
a6b6851f75
Merge branch 'feat/enable_ecdsa_support_in_esp32c61' into 'master'
...
feat: enabled support for ecdsa in esp32c61
Closes IDF-9231
See merge request espressif/esp-idf!31366
2024-08-06 13:55:08 +08:00
Shen Meng Jing
e9590a2d59
Merge branch 'docs/translate_ppa' into 'master'
...
docs: Provide CN translation for ppa.rst
Closes DOC-8476
See merge request espressif/esp-idf!32318
2024-08-06 12:49:45 +08:00
Armando (Dou Yiwen)
88c45ecf13
Merge branch 'fix/pr_14304' into 'master'
...
adc: fixed attributes order in example to match the declaration in oneshot example (PR 14304)
Closes IDFGH-13395 and IDFGH-13396
See merge request espressif/esp-idf!32611
2024-08-06 12:04:42 +08:00
shenmengjing
bb2b955bd7
docs: Provide CN translation for ppa.rst
2024-08-06 11:33:07 +08:00