Marius Vikhammer
d777b8e72a
fix(newlib): fixed potential overflow in usleep
...
If trying to usleep for 0xFFFF FFFF us the calculation of delay ticks would overflow
resulting in the system not sleeping at all.
Closes https://github.com/espressif/esp-idf/issues/14390
2024-08-22 09:55:58 +08:00
Jiang Jiang Jian
0bbd728196
Merge branch 'bugfix/fix_clkn_lost_after_modem_sleep_v5.3' into 'release/v5.3'
...
docker / docker (push) Has been cancelled
fix(bt/controller): Fixed bluetooth disconnect issue after modem sleep on ESP32 (Backport v5.3)
See merge request espressif/esp-idf!32963
2024-08-21 23:20:44 +08:00
linruihao
13326df918
fix(bt/controller): Fixed bluetooth disconnect issue after modem sleep on ESP32
2024-08-21 17:55:52 +08:00
chenjianhua
5703d60420
fix(bt): Update bt lib for ESP32(241c96c)
...
- Fixed BLE vendor HCI get controller status command
2024-08-21 17:54:20 +08:00
Jiang Jiang Jian
808950a25a
Merge branch 'fix/hfp_pcm_api_set_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.3)
See merge request espressif/esp-idf!32483
2024-08-21 17:27:14 +08:00
Jiang Jiang Jian
aad4a5591f
Merge branch 'bugfix/fixed_c2_blufi_issue_when_use_only_4.2_adv_v5.3' into 'release/v5.3'
...
fix(ble): fixed blufi issue on ESP32-C2 (v5.3)
See merge request espressif/esp-idf!32942
2024-08-21 10:46:59 +08:00
gongyantao
bf228ffbda
fix(ci): disable ci test when target is not support classic bluetooth
2024-08-20 19:22:30 +08:00
gongyantao
2e95ecfbc5
fix(bt): remove redundant space in hid example path
2024-08-20 19:22:20 +08:00
Linda
124c7192b8
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2
2024-08-20 14:48:43 +08:00
zwl
6c507056f3
fix(ble): fixed blufi issue on ESP32-C2
2024-08-19 21:48:12 +08:00
Euripedes Rocha
1fc04a0321
change(mqtt): Update esp_mqtt submodule
...
git log --oneline aa6f889fb4f6f743b3a550aa587713aabbdca1fc..cac1552e62b0474c162547b7cce345d7cd1aecfe
Detailed description of the changes:
* fix: clang analyzer unknown pragma warning
- See merge request espressif/esp-mqtt!215
- See commit https://github.com/espressif/esp-mqtt/commit/6bb5a5b
* fix: gcc analyzer unknown pragma warning
- See merge request espressif/esp-mqtt!214
- See commit https://github.com/espressif/esp-mqtt/commit/b527203
* feat: Moves deletion of expired messages to run at all states
- Closes IDFGH-12831
- Closes https://github.com/espressif/esp-mqtt/issues/278
- See commit https://github.com/espressif/esp-mqtt/commit/32dada4
* fix: Handling of state in the outbox for enqueued QoS 0 messages
- Closes IDFGH-12829
- Closes https://github.com/espressif/esp-mqtt/issues/276
- See commit https://github.com/espressif/esp-mqtt/commit/739cb2d
* fix: Instalation of gcovr in host tests was broken
- See merge request espressif/esp-mqtt!211
- See commit https://github.com/espressif/esp-mqtt/commit/6643c49
* Allow to publish using only topic alias on MQTT5
- Closes IDFGH-12735
- Fix: Allow to publish using only topic alias on MQTT5 (espressif/esp-mqtt@0071aca )
* refactor: replaced heap mock with Linux-compatible heap component
- See merge request espressif/esp-mqtt!208
- See commit https://github.com/espressif/esp-mqtt/commit/8b0b43e
* fix: gcc -fanalyzer warnings
- See merge request espressif/esp-mqtt!209
- See commit https://github.com/espressif/esp-mqtt/commit/8bc3bff
* fix: Use catch from component manager
- See merge request espressif/esp-mqtt!210
- See commit https://github.com/espressif/esp-mqtt/commit/53e0cc7
* fix: Fix host test for github ci.
- Closes IDF-8883
- See commit https://github.com/espressif/esp-mqtt/commit/b43d93c
2024-08-19 15:20:23 +02:00
Konstantin Kondrashov
0b72099bb9
feat(efuse): Updates esp_efuse_get_pkg_ver
2024-08-19 11:32:32 +03:00
Jiang Jiang Jian
0526c35ec3
Merge branch 'fix/esp32c5_rng_random_disable_v5.3' into 'release/v5.3'
...
docker / docker (push) Has been cancelled
fix(bootloader): update random disable api for ESP32-C5/C6 (v5.3)
See merge request espressif/esp-idf!32761
2024-08-19 11:33:01 +08:00
Jiang Jiang Jian
1f37d126c6
Merge branch 'change/exclude_cves_v5.3' into 'release/v5.3'
...
change: exclude CVEs that do not impact ESP-IDF components (v5.3)
See merge request espressif/esp-idf!32659
2024-08-19 11:32:29 +08:00
Jiang Jiang Jian
24c6528d29
Merge branch 'fix/incorrect_config_name_v5.3' into 'release/v5.3'
...
Fix encrypt image instead of the partition optimisation not being enabled (v5.3)
See merge request espressif/esp-idf!32639
2024-08-19 11:31:53 +08:00
Jakob Hasse
9d010bd0b2
fix(linux): fixed build errors on MacOS
...
Closes https://github.com/espressif/esp-idf/issues/14379
2024-08-19 11:17:14 +08:00
hrushikesh.bhosale
19ab530729
docs(nvs_encryption): Updated the docs of nvs_encryption
...
Updated the documentation by changing subtype from key to
nvs_keys in nvs_encryption.rst
2024-08-18 20:02:48 +05:30
xiongweichao
b1c9475b71
fix(bt/controller): Fixed disconnection issue
...
- Fixed the issue of disconnection caused by updating the channel map in sniff mode
2024-08-16 12:20:47 +08:00
chenqingqing
aa2290a0ae
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape
2024-08-16 12:20:47 +08:00
Xiao Xufeng
a26af847b7
ci(mmu): add unicore test
2024-08-16 11:51:58 +08:00
Xiao Xufeng
87cc3cb7a7
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader
...
Closes https://github.com/espressif/esp-idf/issues/11617
2024-08-16 11:51:58 +08:00
Aditya Patwardhan
466a392a76
Merge branch 'fix/avoid_extra_c2m_msync_in_aes_driver_v5.3' into 'release/v5.3'
...
docker / docker (push) Has been cancelled
fix(mbedtls/aes): Avoid extra C2M sync of memory (v5.3)
See merge request espressif/esp-idf!32699
2024-08-16 11:21:45 +08:00
Armando
13c30981b9
fix(cache): disable branch predictor before disable cache
...
branch predictor will start cache request
2024-08-16 10:25:43 +08:00
Armando
95594df093
feat(riscv): added api to disable branch predictor
2024-08-16 10:25:40 +08:00
Jiang Jiang Jian
4c53b937b6
Merge branch 'bugfix/fix_none_iram_code_before_xip_psram_v5.3' into 'release/v5.3'
...
rtc: fixed non-iram rtc code in early stage on p4 leading xip_psram stuck (v5.3)
See merge request espressif/esp-idf!32679
2024-08-15 14:46:07 +08:00
Jiang Jiang Jian
be5feaff6d
Merge branch 'backport/make_ot_task_queue_non_permanent_blocking' into 'release/v5.3'
...
fix(openthread): make ot task queue sending non-permanent blocking(backport5.3)
See merge request espressif/esp-idf!32630
2024-08-15 14:43:46 +08:00
Marius Vikhammer
8679f14d1d
Merge branch 'fix/move_xip_doc_out_from_non_updated_list_v5.3' into 'release/v5.3'
...
doc(psram): move xip psram doc out from non updated list (v5.3)
See merge request espressif/esp-idf!32841
2024-08-15 10:05:32 +08:00
Island
bbe0750ca0
Merge branch 'bugfix/fixed_ble_issues_on_c6_h2_c2_0731_v5.3' into 'release/v5.3'
...
Bugfix/fixed ble issues on c6 h2 c2 0731 (v5.3)
See merge request espressif/esp-idf!32460
2024-08-14 16:51:57 +08:00
Sudeep Mohanty
3b1bde1238
test(freertos): Fixed flaky scheduling time test
...
This commit updates the scheduling time test to test for median
scheduling time values instead of average values.
2024-08-14 09:28:30 +02:00
Armando
eca7b3b1f1
fix(xip): move rest xip_psram doc out from non updated list
2024-08-14 14:57:44 +08:00
Armando
fe48cfd6e5
fix(xip): added SOC_SPIRAM_XIP_SUPPORTED for programming guide usage
2024-08-14 14:57:29 +08:00
shenmengjing
867acff64a
docs: Update the CN translation for ulp-lp-core.rst
2024-08-14 14:14:47 +08:00
morris
d54f5cdb43
fix(drivers): rename the nested extra_flags structure
2024-08-14 10:45:47 +08:00
morris
3358b3073b
fix(lcd): prelonged the lifecycle of dma2d transaction config structure
...
The context must exit at least until on_job_pixked callback is called
2024-08-14 10:44:40 +08:00
morris
479c835d1a
feat(ldo): add config to let hardware control the ldo output
...
If LDO1 is used by spi flash, then we recommend to give the ownership to
the hardware. Software just read the parameters from the efuse and set
to PMU.
2024-08-14 10:25:04 +08:00
andylinpersonal
88c476e630
fix(ulp): Add the missing extern "C" guard to ulp_lp_core_print.h
...
This commit adds the missing extern `C` guards the ulp_lp_core_print.h
header file.
Closes https://github.com/espressif/esp-idf/pull/14329
2024-08-13 23:08:30 +02:00
Rahul Tank
584be40657
fix(nimble) Added change to handle linked om data at blufi layer
2024-08-13 16:53:36 +05:30
gongyantao
7b5454bbaa
fix(bt): change example sdkconfig name to sdkconfig.ci.test
2024-08-13 09:55:31 +08:00
Ondrej Kosta
9c9ba2e54f
fix(esp_eth): fixed default GPIO to match new ver. of P4 devboard
2024-08-12 10:47:16 +02:00
Jan Beran
5fedad0308
ci(pre-commit): bump kconfig checker pre-commit version to 2.3.0
2024-08-12 10:36:10 +02:00
Ivan Grokhotkov
a600af4950
change(ci): disable dangerjs checker for release notes
2024-08-12 09:27:41 +02:00
Mahavir Jain
3eec62f823
fix(rng): avoid clearing PMU_PERIF_I2C_RSTB
in random disable API for C6
...
This configuration bit is required for ADC operation as well and hence
should not be cleared in the RNG API sequence.
Ideally, the ADC driver should take care of initializing this bit but
still the RNG layer change is required because of interleaved API usage
scenario described in following linked issue.
Closes https://github.com/espressif/esp-idf/issues/14124
Closes https://github.com/espressif/esp-idf/issues/14280
2024-08-12 10:07:28 +05:30
zhanghaipeng
87ec32e738
docs(ble/bluedroid): Optimize BLE example for setting advertising data
2024-08-12 11:32:34 +08:00
Alexey Gerenkov
1aec9e7df3
fix(esp_pm): Fix APB clock calculation for chips w/o modem
2024-08-12 10:45:04 +08:00
Sudeep Mohanty
fd446a674a
fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted()
...
The vTaskPlaceOnEventListRestricted() did not use the correct macro when
exiting a kernel cirtical section. This does not affect the HW targets
but on the Linux port, this caused an issue as the critical nesting
count became negative, leading to deadlocks. This commit fixes the bug
and updates the linux port to prevent the nesting count from going
negative.
2024-08-10 09:24:05 +02:00
Shen Weilong
7c9d9a8ad8
feat(ble): Print out the BT mac when the controller is initialized
2024-08-09 20:47:59 +08:00
zhanghaipeng
7741d58b7f
feat(ble/bluedroid): Support getting BLE address type in bond list
2024-08-09 20:21:04 +08:00
zhanghaipeng
2e0c01b1c5
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
2024-08-09 20:21:04 +08:00
zhanghaipeng
1046724f9e
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
...
- Fix BLE channel map update when latency is not zero
2024-08-09 20:20:31 +08:00
chenjianhua
cfebc2052a
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(4e58df9)
...
- Support enhanced BLE TX power setting and getting
2024-08-09 20:20:31 +08:00