Shu Chen
e1f066e3b3
Merge branch 'backport/add_ot_ts_lock_check_v53' into 'release/v5.3'
...
feat(openthread): add task switching lock holder check(Backport v5.3)
See merge request espressif/esp-idf!32454
2024-07-31 16:46:36 +08:00
Marius Vikhammer
21e23c16c4
Merge branch 'feat/lp_core_pre_calc_timer_v5.3' into 'release/v5.3'
...
change(lp_core): changed wakeup time calc to use a precomputed tick value (v5.3)
See merge request espressif/esp-idf!32458
2024-07-31 16:39:27 +08:00
Marius Vikhammer
59666823e4
Merge branch 'feature/lp_core_etm_v5.3' into 'release/v5.3'
...
feat(lp-core): added support for using ETM events as wake-up source (v5.3)
See merge request espressif/esp-idf!32455
2024-07-31 16:11:47 +08:00
Song Ruo Jing
753fe53fab
fix(uart): fix uart_config_t structure size difference in C and C++
2024-07-31 15:15:59 +08:00
Song Ruo Jing
8b8bb72ad4
feat(uart): support uart module sleep retention on c6/h2/p4
2024-07-31 15:15:11 +08:00
zwl
5509cda7ca
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
2024-07-31 14:38:40 +08:00
zwl
8d22f1c609
fix: fixed occasional wdt issue in multi-connection scenarios on ESP32H2
2024-07-31 14:38:40 +08:00
Marius Vikhammer
cada05a0df
Merge branch 'fix/vtaskdeletewithcaps_leaks_memory_v5.3' into 'release/v5.3'
...
fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() (v5.3)
See merge request espressif/esp-idf!32399
2024-07-31 13:33:53 +08:00
Marius Vikhammer
dccd6b0259
change(lp_core): changed wakeup time calc to use a precomputed tick value
...
Previously we would calculate the wakeup ticks upon every wakeup using the lp-timer clock frequency,
but this caused the binary to pull in software division functions, increasing the binary size.
This value is now precalculated by the hp-core when we configure the ULP. This saves about 1k bytes.
2024-07-31 13:28:14 +08:00
Marius Vikhammer
cf36c11b81
feat(lp-core): added support for using ETM events as wake-up source
2024-07-31 11:55:24 +08:00
zwx
7e93518073
feat(openthread): add task switching lock holder check
2024-07-31 11:33:40 +08:00
Island
144b731f3a
Merge branch 'feat/save_ble_log_to_flash_0605_v5.3' into 'release/v5.3'
...
ble: save ble log to flash on ESP32C6 (v5.3)
See merge request espressif/esp-idf!32394
2024-07-31 11:29:39 +08:00
laokaiyao
cd6b3ab9fb
feat(isp_ccm): support isp color correction matrix (v5.3)
2024-07-31 11:16:17 +08:00
morris
05305871b2
Merge branch 'bugfix/fix_the_readme_check_failure' into 'release/v5.3'
...
fix(ci): fix the readme check of c5 mp (v5.3)
See merge request espressif/esp-idf!32428
2024-07-31 11:15:40 +08:00
Jiang Jiang Jian
9a481d8f23
Merge branch 'bugfix/dpp_auth_failure_v5.3' into 'release/v5.3'
...
fix(wpa_supplicant):Deinit old dpp authentication data after receiving config.(v5.3)
See merge request espressif/esp-idf!32432
2024-07-31 10:35:55 +08:00
Jiang Jiang Jian
474a92697c
Merge branch 'contrib/github_pr_14084_v5.3' into 'release/v5.3'
...
remove TLS pointer/deletion callback from correct thread (GitHub PR) (v5.3)
See merge request espressif/esp-idf!31851
2024-07-31 10:27:19 +08:00
Jiang Jiang Jian
bbda124fce
Merge branch 'bugfix/fix_beacon_timeout_issue_in_mesh_v5.3' into 'release/v5.3'
...
fix(wifi/mesh): fix the beacon timeout issue in mesh (v5.3)
See merge request espressif/esp-idf!32435
2024-07-31 10:19:42 +08:00
Shu Chen
dc7fb34fca
Merge branch 'backport/openthread_related_bacport_to_5_3' into 'release/v5.3'
...
docker / docker (push) Has been cancelled
Backport some openthread related features (Backport v5.3)
See merge request espressif/esp-idf!32251
2024-07-30 21:18:47 +08:00
laokaiyao
3fc2c00dab
fix(parlio): fix cache sync issue on P4
2024-07-30 19:46:35 +08:00
Sudeep Mohanty
3e4fcf66ef
fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps()
...
vTaskDeleteWithCaps() leaked memory when a task uses the API to delete
itself. This commit adds a fix to avoid the memory leak.
Closes https://github.com/espressif/esp-idf/issues/14222
2024-07-30 19:45:52 +08:00
Cao Sen Miao
ec130b0a64
fix(usb_otg): Fix bug that usb_otg console cannot work on esp32s3
2024-07-30 19:42:25 +08:00
David Cermak
6b83cc254d
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs
...
Closes https://github.com/espressif/esp-idf/issues/13713
2024-07-30 19:41:54 +08:00
zwx
e034358983
fix(esp_netif): netif should return only valid addr
2024-07-30 19:41:10 +08:00
Jiang Jiang Jian
aa95bb1e9a
Merge branch 'feature/ulp_include_sdkconfig_cmake_v5.3' into 'release/v5.3'
...
feat(ulp): import all sdkconfigs macros into cmake build (v5.3)
See merge request espressif/esp-idf!32139
2024-07-30 19:40:15 +08:00
Jiang Jiang Jian
c4d3716f76
Merge branch 'fix/usb_hs_scheduler_backport_v5.3' into 'release/v5.3'
...
fix(usb/host): Fix occasional ISOC scheduler skipping transfers backport v5.3
See merge request espressif/esp-idf!32083
2024-07-30 19:40:03 +08:00
Myk Melez
5b4b867a9c
fix(pthread): Remove TLS pointer/deletion callback from correct thread
...
Originally, pthread_internal_local_storage_destructor_callback was only called from pthread_exit
on the thread whose TLS is being destroyed.
In b3755b751e
, pthread_internal_local_storage_destructor_callback
started being called from pthread_join and pthread_detach on a different thread (whichever one
called one of those functions).
But pthread_internal_local_storage_destructor_callback is still calling
vTaskSetThreadLocalStoragePointer and vTaskSetThreadLocalStoragePointerAndDelCallback with a NULL
xTaskToSet argument, which causes those functions to set the TLS pointer and deletion callback
for the current thread, not the thread whose TLS is being destroyed.
This commit makes pthread_internal_local_storage_destructor_callback call
vTaskSetThreadLocalStoragePointer and vTaskSetThreadLocalStoragePointerAndDelCallback
with the handle of the thread whose TLS is being destroyed.
2024-07-30 19:39:17 +08:00
wanlei
9e38f78ea2
fix(spi_slave_hd): fix seg mode potential iwdt timeout when multi task call
2024-07-30 19:38:45 +08:00
Ivan Grokhotkov
acb201e5b2
feat(tools): enable idf.py qemu integration for ESP32-S3
2024-07-30 19:37:32 +08:00
Ivan Grokhotkov
4168fa28f4
feat(esp_eth): enable openeth in QEMU for ESP32-S3
2024-07-30 19:37:32 +08:00
Ivan Grokhotkov
ae0a230843
feat(tools): update qemu version to esp_develop_9.0.0_20240606
2024-07-30 19:37:32 +08:00
Abhik Roy
ca967c9f96
fix(lwip): Fixed compilation error referencing undefined POSIX interface API
...
Closes https://github.com/espressif/esp-idf/issues/13577
2024-07-30 19:36:18 +08:00
Konstantin Kondrashov
3f82f6e93b
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU
2024-07-30 19:35:35 +08:00
zhanghaipeng
18a4191adf
fix(ble/bluedroid): Fix incorrect state issue when unregistering BLE GATTC application
2024-07-30 18:03:37 +08:00
zhangyanjiao
fa7fb662c1
fix(wifi/mesh): fix the beacon timeout issue in mesh
2024-07-30 16:44:37 +08:00
aditi
da2fb9de49
fix(wpa_supplicant):Deinit old dpp authentication data after receiving config.
2024-07-30 13:57:42 +05:30
laokaiyao
951bdd70a2
fix(ci): fix the readme check of c5 mp
2024-07-30 15:40:19 +08:00
Marius Vikhammer
6cbb5af66e
Merge branch 'ci/disable_c5_system_test' into 'release/v5.3'
...
ci(system): disable c5 system tests (v5.3)
See merge request espressif/esp-idf!32423
2024-07-30 14:21:53 +08:00
Marius Vikhammer
1adbfa6822
ci(system): disable c5 system tests
2024-07-30 13:19:04 +08:00
morris
6fffc3b017
Merge branch 'fix/esp_lcd_i2c_ng_v5.3' into 'release/v5.3'
...
fix(esp_lcd): Fix I2C receive without param (v5.3)
See merge request espressif/esp-idf!32412
2024-07-30 10:53:11 +08:00
Jiang Jiang Jian
23e2b6a130
Merge branch 'backport/fix_154_next_operation_for_multi_event_v53' into 'release/v5.3'
...
fix(ieee802154): refactor the next opteration logic for multiple events(Backport v5.3)
See merge request espressif/esp-idf!32388
2024-07-30 10:34:03 +08:00
Jiang Jiang Jian
0ac440afcc
Merge branch 'bugfix/split_hci_log_in_nimble_v5.3' into 'release/v5.3'
...
fix(bt/nimble): split hci log in nimble (backport v5.3)
See merge request espressif/esp-idf!32383
2024-07-30 10:33:16 +08:00
Marius Vikhammer
1a6f1e67c6
feat(ulp): include sdkconfig macros in cmake build
2024-07-30 10:27:28 +08:00
Tomas Rezucha
0d7d3b5dbb
fix(usb/host): Fix occasional ISOC scheduler skipping transfers
2024-07-30 10:25:54 +08:00
Jiang Jiang Jian
179622046d
Merge branch 'backport/shortened_uart_read_bytes_blocking_53' into 'release/v5.3'
...
fix(uart): remove unnecessary wait when sending message to ring buffer(Backport5.3)
See merge request espressif/esp-idf!31380
2024-07-30 10:20:51 +08:00
morris
0e2b19b11b
Merge branch 'bugfix/usb_serial_jtag_simplify_v5.3' into 'release/v5.3'
...
usb-serial-jtag driver simplification (backport v5.3)
See merge request espressif/esp-idf!31947
2024-07-29 18:37:50 +08:00
Peter Marcisovsky
613ad211c6
refactor(usb_host): Update USB Host multiconfig public API
...
- previous usb_host_get_config_desc_free()
- updated usb_host_free_config_desc()
2024-07-29 12:20:16 +02:00
Peter Marcisovsky
5fc18ffc04
feat(usb/host): multiconfiguration support
...
- usb host reads device's configuration on request
- a control transfer is sent
- memory is allocated for a new descriptor
- user must manually free the memory
2024-07-29 12:20:16 +02:00
Adam Múdry
873ae74e0b
fix(vfs): FATFS mount immediately after format if mount failed
2024-07-29 17:58:49 +08:00
Martin Vychodil
ac4c6dfd86
Merge branch 'fix/vfs_console_fstat_infinite_recursion_v5.3' into 'release/v5.3'
...
fix(storage/vfs_console): remove possible infinite recursion (v5.3)
See merge request espressif/esp-idf!31423
2024-07-29 17:25:00 +08:00
morris
c782e57a0f
Merge branch 'feature/usb_host_hub_support_collective_backport_v5.3' into 'release/v5.3'
...
refactor(usb/host): Prerequisite Refactoring For Hub Collective backport (v5.3)
See merge request espressif/esp-idf!30480
2024-07-29 17:11:08 +08:00