morris
a9d3832514
Merge branch 'refactor/lcd_i80_gpio_config_v5.2' into 'release/v5.2'
...
Optimize RGB LCD IRAM usage (v5.2)
See merge request espressif/esp-idf!34126
2024-10-14 10:43:38 +08:00
Jiang Jiang Jian
43ec6b477c
Merge branch 'bugfix/fix_ble_handle_check_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): Fixed BLE handle check for GATT API (v5.2)
See merge request espressif/esp-idf!34095
2024-10-14 10:41:48 +08:00
Jiang Jiang Jian
738a7f0ba6
Merge branch 'feature/set_hp_sleep_power_mode_with_clock_src_selection_v5.2' into 'release/v5.2'
...
change(esp_hw_support): switch lp_cpu power mode with clock src selection to save lp_cpu working power (v5.2)
See merge request espressif/esp-idf!34112
2024-10-14 10:39:41 +08:00
Jiang Jiang Jian
90b962997a
Merge branch 'bugfix/backport_supplicant_fixes_v5.2' into 'release/v5.2'
...
fix(wifi): Backport some fixes(v5.2)
See merge request espressif/esp-idf!33976
2024-10-14 10:38:30 +08:00
Island
d4d2448b66
Merge branch 'docs/update_ble_feature_support_status_v5.2' into 'release/v5.2'
...
docs(ble): Updated a feature name in feature status table v5.2
See merge request espressif/esp-idf!34063
2024-10-12 14:26:29 +08:00
Island
7aa63a9c57
Merge branch 'docs/add_ble_get_started_docs_v5.2' into 'release/v5.2'
...
docs(ble): Added BLE Get Started (v5.2)
See merge request espressif/esp-idf!34020
2024-10-12 14:25:42 +08:00
Wei Yu Han
5797e2b262
docs(ble): Added BLE Get Started (v5.2)
2024-10-12 14:25:42 +08:00
morris
bfacecf739
Merge branch 'fix/mcpwm_pm_lock_memory_leak_v5.2' into 'release/v5.2'
...
fix(mcpwm): fix pm_lock memory issues (v5.2)
See merge request espressif/esp-idf!34059
2024-10-12 11:49:37 +08:00
Sergei Silnov
14a1c1ac20
Merge branch 'ci/fix_macos_ccache_v5.2' into 'release/v5.2'
...
CI: Fix failing ccache and show ccache statistics for macOS tests (v5.2)
See merge request espressif/esp-idf!33938
2024-10-12 01:04:37 +08:00
morris
383ac197f8
refactor(lcd): optimize rgb lcd iram usage
...
lcd_com_mount_dma_data() doesn't need to be placed in IRAM
2024-10-11 18:57:40 +08:00
Sudeep Mohanty
e431eef577
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 11:53:47 +02:00
Sudeep Mohanty
ea92cd650a
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 11:53:47 +02:00
Sajia
eccca0a6b0
fix(wifi): Add a check on hostapd instance while handling an Auth frame
2024-10-11 15:12:14 +05:30
wuzhenghui
6a35be4e47
change(esp_hw_support): switch hp_sys default power mode with clock src selection
2024-10-11 15:47:48 +08:00
morris
2a43f1379d
Merge branch 'docs/sync_psram_noinit_and_bss_description_v5.2' into 'release/v5.2'
...
docs(psram): sync psram noinit description (v5.2)
See merge request espressif/esp-idf!33463
2024-10-11 10:03:56 +08:00
Zhang Hai Peng
2158eb68d0
fix(ble/bluedroid): Fixed BLE handle check for GATT API
...
(cherry picked from commit 514155de3b0c44bf9c3b00c31f64b3b40bc36c83)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-10-10 21:13:23 +08:00
Island
7a20ceee6a
Merge branch 'feat/ble_mesh_v1.1_feat_disable_support_v5.2' into 'release/v5.2'
...
feat(ble_mesh): esp ble mesh v1.1 features enable/disable supported (v5.2)
See merge request espressif/esp-idf!33778
2024-10-10 19:09:58 +08:00
Peter Marcisovsky
7aece79530
fix(usb_host): Update log level and error poropagation
2024-10-10 12:51:06 +02:00
Peter Marcisovsky
f02ee8ef5d
refactor(usb_host): Fixed function return values in usb_host stack:
...
- updated doxygen for the whole usb_host stack
- doxygen for test_apps is not updated
- fixed error codes propagation problems in the usb_host stack
2024-10-10 12:51:06 +02:00
Mahavir Jain
01333b3172
feat: add compiler config for not merging const sections
...
Probably GCC-13.x and on-wards uses "-fmerge-constants" to merge
the const section (string/floating-point) across compilation units.
This makes it difficult to properly analyze the size output of rodata
section across libraries, the merged section (big in size) is showed
across a single library.
The config option added here can help to disable this compiler behavior
and help to provide better size analysis. It can be used during
development phase only as it increases rodata section size.
2024-10-10 15:35:54 +05:30
Marius Vikhammer
8ba7c287b0
Merge branch 'task/add_ldgen_exception_for_freertos_v5.2' into 'release/v5.2'
...
fix(freertos): Added freertos and ringbuf fragments to the exception list of ldgen mapping checks (v5.2)
See merge request espressif/esp-idf!33216
2024-10-10 16:27:15 +08:00
Marius Vikhammer
532b2a0b98
Merge branch 'fix/ringbuf_receives_item_not_yet_sent_v5.2' into 'release/v5.2'
...
fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely (v5.2)
See merge request espressif/esp-idf!33650
2024-10-10 16:27:05 +08:00
Marius Vikhammer
80c3e107c0
Merge branch 'fix/assert_fail_in_xtaskdeletewithcaps_v5.2' into 'release/v5.2'
...
Fixed occational assert failure in vTaskDeleteWithCaps() (v5.2)
See merge request espressif/esp-idf!33686
2024-10-10 16:26:45 +08:00
Frantisek Hrbata
d414eacc86
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-10 09:12:39 +02:00
Chen Jichang
be6e1d76e4
docs(psram): sync psram noinit description
2024-10-10 14:40:56 +08:00
Island
b7d0eeb55a
Merge branch 'ble_dev/esp32c2eco4_chip_20240903_v5.2' into 'release/v5.2'
...
change(ble): update c2 eco4 ld file (v5.2)
See merge request espressif/esp-idf!33668
2024-10-10 14:19:43 +08:00
morris
c12e684a29
Merge branch 'feat/adapt_spi_lcd_to_lvgl_v5.2' into 'release/v5.2'
...
docs: update programming guide to also support quad spi lcd (v5.2)
See merge request espressif/esp-idf!34037
2024-10-10 10:31:52 +08:00
Wei Yu Han
be7b5ae40b
docs(ble): Updated a feature name in feature status table
2024-10-10 10:05:03 +08:00
Chen Jichang
13ae494d35
fix(mcpwm): fix pm_lock memory issues
2024-10-10 09:49:48 +08:00
Island
95ac2b18e9
Merge branch 'bugfix/fix_bleqabr24_1282_v5.2' into 'release/v5.2'
...
Fixed BLE scanning and initiating coexist on ESP32 (v5.2)
See merge request espressif/esp-idf!33833
2024-10-09 17:19:45 +08:00
Island
c842477479
Merge branch 'bugfix/fix_bci_443_v5.2' into 'release/v5.2'
...
fix(bt/controller): Fixed the timeout of wake up timer when using RC OSC (v5.2)
See merge request espressif/esp-idf!33892
2024-10-09 17:18:59 +08:00
Tomas Rezucha
d2a8b5e577
fix(usb/host): Correctly handle unpowered port in HUB
2024-10-09 11:16:17 +02:00
Darian Leung
62a3b50c94
refactor(usb): Remove use of usb_phy_action() from unit tests
...
Currently, USB Host unit tests that require a software triggered disconnection/
reconnection rely on the 'usb_phy_action()' function.
This commit replaces those calls with 'hcd_port_command()' or
'usb_host_lib_set_root_port_power()'.
Note: Also removed 'test_usb_common.h/c' as it is no longer necessary are the
function call replacements.
2024-10-09 11:16:17 +02:00
Darian Leung
dc838f6123
feat(usb): Add usb_host_lib_set_root_port_power()
...
This commit adds the usb_host_lib_set_root_port_power() function. This provides
a public API for users to power the root port OFF or ON at runtime, thus trigger
a disconnection or allow connections respectively.
In addition, the usb_host_config_t.root_port_unpowered install configuration is
provided to allow users to install the USB Host Library without automatically
powering ON the root port.
2024-10-09 11:16:17 +02:00
Shen Weilong
09f45cbd1e
change(ble): update c2 eco4 ld file
2024-10-09 17:06:34 +08:00
morris
6a56adcda1
Merge branch 'feature/usb_host_hub_support_collective_backport_p2_v5.2' into 'release/v5.2'
...
feat(usb_host): Hub Support Collective backport part 2/3 (v5.2)
See merge request espressif/esp-idf!31363
2024-10-09 17:03:38 +08:00
morris
73302ca332
Merge branch 'bugfix/warn_rc32k_use_v5.2' into 'release/v5.2'
...
fix(clk): warn the users to avoid using RC32K clock (v5.2)
See merge request espressif/esp-idf!33502
2024-10-09 17:02:54 +08:00
morris
bee297a2a5
Merge branch 'bugfix/esp_ringbuf_32_bit_alignment_v5.2' into 'release/v5.2'
...
fix(ringbuf): allow xRingbufferCreateWithCaps to pass in non-32-bit aligned size (v5.2)
See merge request espressif/esp-idf!33521
2024-10-09 17:02:01 +08:00
Island
d32aa79b67
Merge branch 'modified_ble_multi_conn_example_readme_v5.2' into 'release/v5.2'
...
update(ble): Modified the ble multi_conn example's readme (v5.2)
See merge request espressif/esp-idf!33992
2024-10-09 15:16:16 +08:00
Island
ad8f9706ac
Merge branch 'bugfix/fix_ext_conn_adv_data_check_v5.2' into 'release/v5.2'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(01cc408) (v5.2)
See merge request espressif/esp-idf!34002
2024-10-09 11:58:27 +08:00
Chen Jichang
941d389f28
docs(spi_lcd): update supported spi mode description
...
Closes https://github.com/espressif/esp-idf/issues/14605
2024-10-09 11:03:16 +08:00
Rahul Tank
24d39dea21
Merge branch 'bugfix/wifi_bt_coex_crash_v5.2' into 'release/v5.2'
...
fix(nimble): Fix the sequence of ll and host transport init (v5.2)
See merge request espressif/esp-idf!33962
2024-10-08 19:05:21 +08:00
Island
2a19808dff
Merge branch 'feat/ble_mesh_lib_flash_size_optimized_v5.2' into 'release/v5.2'
...
feat(ble_mesh): ble mesh lib flash size optimized (v5.2)
See merge request espressif/esp-idf!33478
2024-10-08 18:58:14 +08:00
Zhang Hai Peng
f48b694fa2
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(01cc408)
...
- Fixed extended connectable advertising data length check
(cherry picked from commit 8a80675b7c05d613b3e9a7126a0049458b589db2)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-10-08 15:13:33 +08:00
luoxu
8413ad1f68
feat(ble_mesh): esp ble mesh v1.1 features enable/disable supported
2024-10-08 15:03:16 +08:00
Mahavir Jain
6356e35763
docs: update mbedtls guide for TLS 1.3 supported change
2024-10-08 10:00:43 +05:30
Shen Wei Long
d800b8403e
update(ble): Modified the ble multi_conn example's readme
...
(cherry picked from commit 28ffd5fc04b58119d754941b7095d10a0378cddc)
Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2024-10-08 11:53:41 +08:00
Kapil Gupta
6699f1a51c
fix(esp_wifi): Prevent memory overflow in WPS
2024-10-07 11:12:35 +05:30
Kapil Gupta
11ffeab864
fix(esp_wifi): Mask some error conditions in WPS
...
Mask some error conditions in WPS to increase the probability of
WPS success.
2024-10-07 11:12:35 +05:30
Kapil Gupta
071585dd4d
fix(esp_wifi): Disable WPS timers once WPS succeed
2024-10-07 11:12:35 +05:30