Mahavir Jain
b966103800
fix(sha): DMA mode iteration calculation issue for certain data lengths
...
SHA hardware DMA mode calculation had off-by-one error for specific
input lengths. This was causing last chunk of the input data not being
fed to the hardware accelerator and hence resulting in an incorrect
final result.
Closes: https://github.com/espressif/esp-idf/issues/11915
2023-08-02 04:48:40 +00:00
Jiang Jiang Jian
afcf3e261b
Merge branch 'bugfix/fix_cache_data_mem_corrupt_after_sleep_v5.1' into 'release/v5.1'
...
fix(lightsleep): Suspend cache before goto sleep to avoid cache load wrong data (backport v5.1)
See merge request espressif/esp-idf!25087
2023-08-02 11:21:33 +08:00
Jiang Jiang Jian
01c6fc6511
Merge branch 'bugfix/minor_enterprise_fixes_v5.1' into 'release/v5.1'
...
Drop Eapol msg if EAP success is not processed (Backport v5.1)
See merge request espressif/esp-idf!25065
2023-08-02 10:48:56 +08:00
Jiang Jiang Jian
4cb955461f
Merge branch 'backport/openthread_feature_to_v51' into 'release/v5.1'
...
Openthread: backport some features
See merge request espressif/esp-idf!25113
2023-08-02 10:47:32 +08:00
Jiang Jiang Jian
adcc697082
Merge branch 'bugfix/neighbour_report_crash_v51' into 'release/v5.1'
...
Fix crash in RRM neighbour report requests.(v5.1)
See merge request espressif/esp-idf!25114
2023-08-02 10:13:40 +08:00
Jiang Jiang Jian
ffaef9971a
Merge branch 'docs/update_bluetooth_power_save_readme_v5.1' into 'release/v5.1'
...
Docs: update bluetooth power save readme(v5.1)
See merge request espressif/esp-idf!24843
2023-08-02 10:10:38 +08:00
Jiang Jiang Jian
727f7cbb3a
Merge branch 'bugfix/sync_master_esp32c6_and_esp32h2_uart_ll_inline_attr' into 'release/v5.1'
...
fix(hal): sync esp32c6 and esp32h2 uart ll inline attr from master to v5.1
See merge request espressif/esp-idf!24961
2023-08-01 16:18:16 +08:00
jgujarathi
0ba37a2b85
fix(rrm) : Fix crash in RRM neighbour report requests.
...
Fix crash in sending new RRM neighbour report requests by removing
the call to neighbour report request timeout callback in case of
already ongoing neighbour report request timer.
2023-08-01 13:12:00 +05:30
zhangwenxu
12f1c165e3
feat(thread): update openthread lib
2023-08-01 14:59:07 +08:00
Xu Si Yu
31212f284a
feat(openthread): enable openthread border agent id support
2023-08-01 14:58:57 +08:00
Xu Si Yu
c2681f00aa
fix(openthread): Use the existing dataset for autostart
2023-08-01 14:58:35 +08:00
Jiang Jiang Jian
4fc329fc10
Merge branch 'bugfix/mbedtls_sha_test_fail_when_run_twice_v5.1' into 'release/v5.1'
...
fix(mbedtls): sha test will fail when run twice (backport v5.1)
See merge request espressif/esp-idf!24827
2023-08-01 10:57:25 +08:00
Jiang Jiang Jian
a4d64dab30
Merge branch 'backport/fix_ieee802154_state' into 'release/v5.1'
...
ieee802154: fix ieee802154 sleep state (backport v5.1)
See merge request espressif/esp-idf!24841
2023-08-01 10:55:51 +08:00
Jiang Jiang Jian
2f9bb7937a
Merge branch 'bugfix/remove__warning_for_rc_fast_calibration_h2_v5.1' into 'release/v5.1'
...
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2 (v5.1)
See merge request espressif/esp-idf!25075
2023-08-01 10:53:46 +08:00
Jiang Jiang Jian
fbfdd97343
Merge branch 'bugfix/esp32h2_revision_config_prompt_v5.1' into 'release/v5.1'
...
fix(esp32h2): correct typo in chip revision prompt (v5.1)
See merge request espressif/esp-idf!25024
2023-08-01 10:53:26 +08:00
Jiang Jiang Jian
5dfbd1eb8d
Merge branch 'bugfix/malloc_free_removal_v5.1' into 'release/v5.1'
...
change(esp_wifi): Remove direct call of malloc() and free() (v5.1)
See merge request espressif/esp-idf!24932
2023-08-01 10:53:10 +08:00
wuzhenghui
58a01eb10b
fix(hal): sync esp32c6 & esp32h2 uart_ll inline attr from master
2023-08-01 02:32:55 +00:00
wuzhenghui
c5703cff8d
fix(lightsleep): fix access pu_cfg after sleep wake wakeup which is linked to flash
2023-07-31 21:41:56 +08:00
Island
dab45c243a
Merge branch 'bugfix/handle_conn_type_and_array_reset_v5.1' into 'release/v5.1'
...
fix(nimble): Update connection type in reattempt connection code (v5.1)
See merge request espressif/esp-idf!24915
2023-07-31 20:31:00 +08:00
wanglai@espressif.com
2b8e8e832a
fix(bt/bqb): Modify BQB related configurations
2023-07-31 15:28:33 +08:00
wanglai@espressif.com
f05c0a36e8
feat(bt): Add BQB enabling and rfcomm msc command sending support
...
1: add the CONFIG_BT_BQB_ENABLED for some functions of bqb test.
2: add bqb_rfc_send_msc_cmd function to send rfcomm msc command with
only address arg input.
2023-07-31 15:28:20 +08:00
wuzhenghui
1acc14bf72
fix(lightsleep): suspend cache before goto sleep to avoid cache load wrong data after spi io isolation
2023-07-31 14:52:03 +08:00
wanlei
bb845e1841
cache: refactor cache_utils into cache_hal instade
2023-07-31 14:52:03 +08:00
wanlei
45eb0b6271
cache: fix cache suspended/resumed twice on S3
2023-07-31 14:52:03 +08:00
luomanruo
dc4731101d
c2 h2 c6 headfile re-organized
...
c2 c6 h2 cfg_t and addr_t documented
comments for controller_enable
2023-07-31 12:41:52 +08:00
Rahul Tank
56eef9151f
fix(nimble): Update connection type in reattempt connection code
...
Added change to set connection type correctly and clear array when it is
full in reattempt connection flow
2023-07-31 09:30:45 +05:30
Song Ruo Jing
59672cee17
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2
2023-07-31 10:48:55 +08:00
Jiang Jiang Jian
d83fe16c93
Merge branch 'bugfix/revert_26mhz_esp32c2_bad_apb_clock_fix' into 'release/v5.1'
...
Revert "fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc" (v5.1)
See merge request espressif/esp-idf!24983
2023-07-31 10:26:58 +08:00
Jiang Jiang Jian
d026b92c75
Merge branch 'bugfix/fix_c6_wrong_pwdet_register_v5.1' into 'release/v5.1'
...
pwdet: fix pwdet wrong base address on c6 h2 (v5.1)
See merge request espressif/esp-idf!25025
2023-07-31 10:22:57 +08:00
Jiang Jiang Jian
b98bcd75aa
Merge branch 'bugfix/backport_wifi_fixes_v5.1' into 'release/v5.1'
...
Backport some wifi fixes to v5.1
See merge request espressif/esp-idf!24948
2023-07-31 10:22:14 +08:00
Jiang Jiang Jian
a28ef8df5b
Merge branch 'bugfix/cache_writeback_bug_v5.1' into 'release/v5.1'
...
esp_rom: patch Cache_WriteBack_Addr (backport v5.1)
See merge request espressif/esp-idf!24941
2023-07-31 10:17:10 +08:00
Jiang Jiang Jian
9fa9621a8f
Merge branch 'bugfix/enable_i2c_master_clock_in_bbpll_configure_v5.1' into 'release/v5.1'
...
fix(rtc_clk): fix i2c master clock missing in bbpll configure (backport v5.1)
See merge request espressif/esp-idf!24852
2023-07-31 10:16:20 +08:00
Mahavir Jain
a0d882c25e
fix(esp32h2): correct typo in chip revision prompt
2023-07-28 13:45:28 +00:00
Frantisek Hrbata
bc16331ba0
fix(test_submodules.py): don't rely on submodule init
...
Current version of the test is using "git-submodule foreach", which
requires submodules to be initialized. Non-initialized submodules are
ignored. Our CI is not performing submodule initialization, but instead
it only downloads the submodule content in tools/ci/ci_fetch_submodule.py
from cache and copies it into the submodule path.
Since we already know the submodule path from .gitconfig, we can use it
as argument to git-ls-tree and avoid calling git-submodule at all. This
allows to perform the test even if the submodules are not initialization
and also it makes the code simpler.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-07-28 12:13:32 +02:00
Shyamal Khachane
c612f36786
fix(esp_wifi): Drop Eapol msg if EAP success is not processed
2023-07-28 15:11:44 +05:30
Island
4cf31c3194
Merge branch 'feature/services_health_therm_v5.1' into 'release/v5.1'
...
NimBLE: Added health thermometer profile (v5.1)
See merge request espressif/esp-idf!24830
2023-07-28 15:37:35 +08:00
Island
6fb014d535
Merge branch 'feature/add_ble_multi_conn_example_with_vs_hci_5.1' into 'release/v5.1'
...
feat(ble): Added ble examples for multiple connections
See merge request espressif/esp-idf!24814
2023-07-28 15:35:54 +08:00
caixinying-git
2e8dea7622
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst
2023-07-28 14:42:03 +08:00
Marius Vikhammer
4b8fd7df41
docs: add H2 to list of supported series to front page doc
2023-07-28 14:02:16 +08:00
caixinying-git
d5c6719a69
docs: provide CN translation for api-guides/performance/ram-usage.rst
2023-07-28 11:59:21 +08:00
xiongweichao
5e60fb9924
docs(bt/example): Updated bluetooth power save readme
2023-07-27 07:54:36 +00:00
xiongweichao
ce1a619252
docs(sleep_modes): Updated Wi-Fi/Bluetooth and Sleep Modes in docs
2023-07-27 07:54:36 +00:00
radim.karnis
c4b984734f
docs(esp_idf_monitor): ROM ELF address decoding
2023-07-27 06:50:36 +00:00
Mahavir Jain
c7654d7c6b
Merge branch 'ci/fix_failures_in_esp_http_client_example_v5.1' into 'release/v5.1'
...
CI: fix esp_http_client example failures in CI. Timeout was observed in the... (v5.1)
See merge request espressif/esp-idf!24949
2023-07-27 12:42:10 +08:00
Armando
fcb3ae32cb
fix(pwdet): fix pwdet wrong base address on c6 h2
2023-07-27 12:30:44 +08:00
Song Ruo Jing
125014d242
fix(gpio): fix potential crash when processing gpio isr
...
If CONFIG_SPIRAM_USE_MALLOC is enabled, and cache is disabled when GPIO ISR is triggered,
it would lead to Guru Meditation Error due to "Cache disabled but cached memory region accessed".
Closes https://github.com/espressif/esp-idf/issues/11876
2023-07-26 12:42:11 +00:00
wanlei
7a30edc412
fix(all): unify default mosi level to low on all targets
2023-07-26 20:34:25 +08:00
Island
79b1379662
Merge branch 'bugfix/ble_issues_bugfix_v5.1' into 'release/v5.1'
...
ble: bugfix for esp32c6 and esp32h2
See merge request espressif/esp-idf!24952
2023-07-26 18:14:28 +08:00
zhanghaipeng
b1799a7042
fix(bt): Fix bug with address resolution enabling during non-connected activities
2023-07-26 16:36:19 +08:00
zhanghaipeng
063e62f30a
docs(bt): Organize header files for esp32c3 and esp32s3
2023-07-26 16:36:08 +08:00