Commit Graph

33462 Commits

Author SHA1 Message Date
Roland Dobai
0c53e6d54e Merge branch 'feat/ninja_use_targz_instead_zip' into 'release/v5.1'
feat(tools): ninja tool download - use .tar.gz instead of .zip

See merge request espressif/esp-idf!33950
2024-10-26 22:09:56 +08:00
Roland Dobai
927a5ed1e2 Merge branch 'fix/ldgen_sort_v5.1' into 'release/v5.1'
fix(ldgen): enable default name SORT in linker fragment (v5.1)

See merge request espressif/esp-idf!34076
2024-10-26 22:09:36 +08:00
Roland Dobai
05a0f5e602 Merge branch 'fix/gdbgui_py3.13_v5.1' into 'release/v5.1'
fix(tools): Print message about GDBGUI being not supported with Python 3.13 (v5.1)

See merge request espressif/esp-idf!34379
2024-10-26 22:09:30 +08:00
Roland Dobai
d202f27910 Merge branch 'update/version_5_1_5' into 'release/v5.1'
Update version to 5.1.5

See merge request espressif/esp-idf!34434
2024-10-26 01:03:16 +08:00
Fu Hanxi
aa07780dbb ci: disable sonarqube check 2024-10-25 14:21:09 +02:00
Aditi
396df5d50f fix(wpa_supplicant): Add few fixes in dpp task 2024-10-25 14:49:42 +05:30
aditi
bc26245787 fix(wpa_supplicant): Add few fixes in btm_rrm task 2024-10-25 14:49:33 +05:30
aditi
ae2569e008 fix(wpa_supplicant): Add few fixes in eloop task 2024-10-25 14:48:45 +05:30
aditi
9e6da54e4d fix(wpa_supplicant): Add few fixes in WPS task 2024-10-25 14:48:38 +05:30
aditi
6f1b92a489 fix(wpa_supplicant): Add few fixes in NAN task 2024-10-25 14:48:33 +05:30
aditi
4e81e6e6f4 fix(wpa_supplicant): Add few fixes in eap client code 2024-10-25 14:48:24 +05:30
Roland Dobai
454782bb6b change(version): Update version to 5.1.5 v5.1.5 2024-10-25 09:02:00 +02:00
Chen Jichang
a3297f8eee fix(mcpwm): fix pm_lock memory issues 2024-10-25 10:57:48 +08:00
cjin
8da41a584b fix(ble): do not assert if ble sleep init failed 2024-10-25 10:51:31 +08:00
Zhang Hai Peng
4dc96c1616 feat(ble/bluedroid): Support enable BLE hci log by API
(cherry picked from commit 15c895fc6a)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-10-24 20:13:17 +08:00
chenjianhua
ef626df142 fix(bt/bluedroid): correct the readme links for BLE periodic examples 2024-10-24 18:04:06 +08:00
chenjianhua
56b76f8b79 refactor(bt/bluedroid): Refactor the print for BLE examples 2024-10-24 18:04:06 +08:00
chenjianhua
24ce9e2384 refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example 2024-10-24 18:04:06 +08:00
Jiang Jiang Jian
f12cfcbcdb Merge branch 'fix/fix_esp32c2eco4_country_auto_issue' into 'release/v5.1'
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue v51

See merge request espressif/esp-idf!34329
2024-10-24 15:16:23 +08:00
wangtao@espressif.com
0afc589f3a fix(wifi): fix esp32c2 eco4 set conutry policy auto issue 2024-10-23 19:21:51 +08:00
Jiang Jiang Jian
cac882e133 Merge branch 'bugfix/usb_serial_jtag_simplify_v5.1' into 'release/v5.1'
usb-serial-jtag driver simplification (backport v5.1)

See merge request espressif/esp-idf!33909
2024-10-23 19:20:44 +08:00
Alexey Gerenkov
48e192eb63 feat(tools): update openocd version to v0.12.0-esp32-20241016 2024-10-23 10:05:43 +02:00
Sudeep Mohanty
5f3a1f90eb fix(freertos): Fixed SMP race condition in xStreamBufferSend()
This commit fixes a race condition in dual-core SMP mode where in the
xStreamBufferSend() makes the xTaskWaitingToSend NULL but it may
have already been evaluated to not be NULL by xStreamBufferReceive()
running on another core and eventually leading to a crash in tasks.c.
2024-10-23 14:51:17 +08:00
Anton Maklakov
75e38687f3 Merge branch 'ci/replace_internal_clang-tidy-runner_v5.1' into 'release/v5.1'
ci: replace internal clang-tidy runner with the pypi project (v5.1)

See merge request espressif/esp-idf!34361
2024-10-23 14:44:07 +08:00
Roland Dobai
f145943e62 fix(tools): Print message about GDBGUI being not supported with Python 3.13 2024-10-22 16:01:12 +02:00
Fu Hanxi
aee4baa4a2 ci: replace internal clang-tidy runner with the pypi project 2024-10-22 10:30:09 +02:00
nilesh.kale
29d13fec3e feat(mbedtls): update mbedtls version to 3.6.2 2024-10-22 13:45:19 +05:30
hongshuqing
6e17a9d872 fix(h2): modify wrong lslp drvb config 2024-10-18 17:01:16 +08:00
xiongweichao
b3ea519624 feat(ble): Support using 32k oscillator as Bluetooth sleep clock 2024-10-18 16:52:16 +08:00
C.S.M
5b43155723 fix(usb_serial_jtag): Fix issue that use u32_reg read/write cannot be used to modify fifo regs 2024-10-18 16:07:00 +08:00
Jeroen Domburg
f8f3427aee refactor(usb-serial-jtag): usb-serial-jtag driver simplification to fix rom print coexistence 2024-10-18 16:07:00 +08:00
Jiang Jiang Jian
71ff7408a2 Merge branch 'bugfix/backport_supplicant_fixes_v5.1' into 'release/v5.1'
fix(wifi): Backport some fixes(v5.1)

See merge request espressif/esp-idf!33977
2024-10-18 11:18:10 +08:00
Jiang Jiang Jian
1e2aad9efd Merge branch 'fix/fix_wifi_bugs_10_15_v5.1' into 'release/v5.1'
fix(wifi): fix can not tx in low rssi during iperf test (backport v5.1)

See merge request espressif/esp-idf!34233
2024-10-18 02:24:24 +08:00
Jiang Jiang Jian
01bb4f97d4 Merge branch 'bugfix/fix_funcs_overriding_on_esp32c3_eco7_v5.1' into 'release/v5.1'
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7 (v5.1)

See merge request espressif/esp-idf!34198
2024-10-17 19:53:54 +08:00
xuxiao
d787f5b325 fix(wifi): fix can not tx in low rssi during iperf test (backport v5.1) 2024-10-17 17:44:07 +08:00
harshal.patil
95311aae84 fix(mbedtls): Fix the increase in build size of mbedtls when upgrading to v3.x 2024-10-17 14:55:16 +05:30
Zhang Hai Peng
2eca72f18d fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
(cherry picked from commit 5126742003)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-10-17 16:13:21 +08:00
harshal.patil
97c9eae41d feat(mbedtls/esp_crt_bundle): Move dummy cert to .rodata to save 408B from dram
Co-authored-by: Hanno <h.binder@web.de>
2024-10-16 16:41:39 +05:30
Sudeep Mohanty
9b25720b61 fix(freertos): Fixed SMP race condition in stream_buffers.c
This commit fixes a race condition in dual-core SMP mode where in the
xStreamBufferReceive() makes the xTaskWaitingToReceive NULL but it may
have already been evaluated to not be NULL by xStreamBufferSend()
running on another core and eventually leading to a crash in tasks.c.
2024-10-16 09:41:21 +02:00
Frantisek Hrbata
b4106a3fdf fix(ldgen): enable default name SORT in linker fragment
Currently, the `SORT` flag mandates the inclusion of at least the
`sort_by_first` argument in the grammar, despite the documentation[1]
indicating that `SORT` can be utilized without any arguments, defaulting
to sorting input sections by name. Fix this by modifying the grammar
to allow a default `SORT` and update a test accordingly.

[1] https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/
    linker-script-generation.html

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-10-15 16:25:31 +02:00
Chen Jian Hua
110cd62787 fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7
(cherry picked from commit 020f7a6297)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-10-15 13:33:26 +08:00
hrushikesh.bhosale
7f4125a242 fix(protocols): Erased the storage partition for http_server ci test
Added api to erase storage partition for http_server ci test
2024-10-14 15:53:40 +05:30
morris
7a20ca42d4 refactor(lcd): optimize rgb lcd iram usage
lcd_com_mount_dma_data() doesn't need to be placed in IRAM
2024-10-11 18:59:47 +08:00
Sudeep Mohanty
ab14d0e270 test(freertos): Added unit test for event groups to test priority inversion
This commit adds a FreeRTOS unit test to verify that event groups do not
cause priority inversion when unblocking a higher priority task.
2024-10-11 12:00:22 +02:00
Sudeep Mohanty
b013c1da82 fix(freertos): Fixed priority inversion when setting event group bits
This commit fixes a priority inversion when a lower priority task set
event group bits to unblock a higher priority task but the lower
priority task continued to run.
2024-10-11 12:00:20 +02:00
wuzhenghui
fdc6a04943 change(esp_hw_support): switch hp_sys default power mode with clock src selection 2024-10-11 16:08:44 +08:00
Zhang Hai Peng
bb5a8e4b4e fix(ble/bluedroid): Fixed BLE handle check for GATT API
(cherry picked from commit 514155de3b)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-10-10 21:13:18 +08:00
Wei Yu Han
e34be3ae59 docs(ble): Updated one feature name in feature status table 2024-10-10 10:41:15 +08:00
Kapil Gupta
6938abf90c fix(esp_wifi): Prevent memory overflow in WPS 2024-10-09 16:07:56 +05:30
Kapil Gupta
60552ecfa1 fix(esp_wifi): Mask some error conditions in WPS
Mask some error conditions in WPS to increase the probability of
WPS success.
2024-10-09 16:07:56 +05:30