Marius Vikhammer
85e570b8ee
Merge branch 'bugfix/console_no_vfs' into 'master'
...
test(console): add tests for console with vfs disabled
Closes IDF-9367 and IDF-9578
See merge request espressif/esp-idf!31455
2024-08-13 12:20:44 +08:00
morris
001527e63b
Merge branch 'feat/adding_esp32c61_gdma' into 'master'
...
feat: c61 add gdma support
Closes IDF-9310, IDF-9311, and IDF-9315
See merge request espressif/esp-idf!32145
2024-08-13 12:14:47 +08:00
Marius Vikhammer
6cbee5c7f6
Merge branch 'contrib/github_pr_13578' into 'master'
...
Make FreeRTOS configUSE_TIMERS optional in KConfig (GitHub PR)
Closes IDFGH-12576
See merge request espressif/esp-idf!32576
2024-08-13 10:06:51 +08:00
Marius Vikhammer
e2183d53f1
Merge branch 'bugfix/ulp_always_set_elf_ext' into 'master'
...
fix(ulp): fixed that the .elf ext was not set by default for custom cmake proj
See merge request espressif/esp-idf!32752
2024-08-13 10:03:40 +08:00
Roman Leonov
184eeccc71
Merge branch 'fix/usb_host_enum_cancellation' into 'master'
...
fix(usb_host): The Enumeration Driver, cancellation on error
See merge request espressif/esp-idf!32212
2024-08-13 00:42:00 +08:00
Island
75eb7fe379
Merge branch 'feat/print_the_ble_mac_when_init' into 'master'
...
feat(ble): Print out the BT mac when the controller is initialized
Closes BLERP-914
See merge request espressif/esp-idf!32674
2024-08-12 20:16:51 +08:00
Ondrej Kosta
ad9cdcd11a
Merge branch 'contrib/github_pr_14276' into 'master'
...
fix(esp_eth): fix C++ invalid type conversion error (GitHub PR)
Closes IDFGH-13363
See merge request espressif/esp-idf!32706
2024-08-12 18:48:08 +08:00
Roman Leonov
0a9bd7aa50
fix(enum): Added cancellation stage to process, second reset stage, remove dynamic members
2024-08-12 09:11:02 +02:00
C.S.M
82ebce39f3
Merge branch 'feat/psram_refacotr' into 'master'
...
feat(spiram): Refactor psram quad device driver
Closes IDF-10357
See merge request espressif/esp-idf!31995
2024-08-12 13:41:17 +08:00
Alexey Lapshin
1ddd2f42b5
Merge branch 'fix/nullfs-open' into 'master'
...
fix(vfs): fix nullfs open syscall
See merge request espressif/esp-idf!32725
2024-08-12 12:57:44 +08:00
Mahavir Jain
c3b58b9476
Merge branch 'fix/esp32c5_rng_random_disable' into 'master'
...
fix(bootloader): update random disable api for ESP32-C5/C6
Closes IDFGH-13185 and IDFGH-13368
See merge request espressif/esp-idf!32700
2024-08-12 12:28:13 +08:00
Mahavir Jain
f38f77a7fc
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 08:26:05 +05:30
Zhao Wei Liang
915e1238f0
Merge branch 'bugfix/fixed_c6_h2_vendor_hci_master' into 'master'
...
Bugfix/fixed c6 h2 vendor hci master
See merge request espressif/esp-idf!32739
2024-08-12 10:54:53 +08:00
Mahavir Jain
cff436cf57
Merge branch 'docs/rng_update_outdated' into 'master'
...
docs(esp_hw_support): corrected outdated RNG docs
See merge request espressif/esp-idf!32737
2024-08-12 10:49:35 +08:00
Marius Vikhammer
fe5b8bb445
fix(ulp): fixed that the .elf ext was not set by default for custom cmake proj
2024-08-12 10:31:24 +08:00
Zhang Hai Peng
8971902e1c
Merge branch 'feat/get_ble_addr_tpye_in_bond_list' into 'master'
...
feat(ble/bluedroid): Support getting BLE address type in bond list
Closes IDFGH-13287
See merge request espressif/esp-idf!32680
2024-08-12 10:26:11 +08:00
Island
368cfdac26
Merge branch 'docs/optimized_ble_connect_param_update' into 'master'
...
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
Closes BLERP-892
See merge request espressif/esp-idf!32351
2024-08-12 10:25:37 +08:00
Island
f90d23565b
Merge branch 'feature/ble_5_1_direction_finding_support_host' into 'master'
...
feature : Bluetooth LE 5.1 direction finding host support
See merge request espressif/esp-idf!32704
2024-08-12 10:20:36 +08:00
Marius Vikhammer
69ca6e49a7
test(console): add tests for console with vfs disabled
2024-08-12 10:01:04 +08:00
Ivan Grokhotkov
3577900915
fix(esp_system): sort system init priorities also by filename
2024-08-11 20:21:35 +02:00
hongshuqing
0c817d9238
fix(bootloader): update random disable api for ESP32-C5
2024-08-11 22:02:27 +05:30
Martin Vychodil
7eaa185e07
Merge branch 'contrib/github_pr_14341' into 'master'
...
fix(sdmmc): typo in docs (GitHub PR)
Closes IDFGH-13435
See merge request espressif/esp-idf!32711
2024-08-11 22:00:13 +08:00
Sudeep Mohanty
354ffb4534
Merge branch 'fix/incorrect_critical_nesting_count_in_linux_port' into 'master'
...
fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted()
See merge request espressif/esp-idf!32695
2024-08-10 15:22:14 +08:00
zwl
a9ae1162aa
fix(bluetooth/controller): fixed get controller status vendor hci command error on ESP32C5
2024-08-10 12:34:01 +08:00
zwl
0de0ab46fe
fix(bluetooth/controller): fixed get controller status vendor hci command error on ESP32C6
2024-08-10 12:28:32 +08:00
Erhan Kurubas
9b38f87781
Revert "Merge branch 'add_openocd_stub_bins' into 'master'"
...
This reverts merge request !31504
2024-08-09 22:49:43 +02:00
Jakob Hasse
965f52a45a
docs(esp_hw_support): corrected outdated RNG docs
2024-08-09 16:20:02 +02:00
zhanghaipeng
9fcb712539
feat(ble/bluedroid): Support getting BLE address type in bond list
2024-08-09 19:53:16 +08:00
Steffen Beyer
93c67f16ab
fix(sdmmc): typo in docs
...
Closes https://github.com/espressif/esp-idf/pull/14341
2024-08-09 13:45:27 +02:00
Ondrej Kosta
127306fee6
Merge branch 'feature/dm9051_throughput_optimization' into 'master'
...
esp_eth: DM9051: Fix abnormal operation when SPI clock is too high, optimize throughput rate
See merge request espressif/esp-idf!30769
2024-08-09 19:34:22 +08:00
Erhan Kurubas
6c0b4c90b4
Merge branch 'add_openocd_stub_bins' into 'master'
...
Preload openocd stub binaries and reserve memory for debugging
See merge request espressif/esp-idf!31504
2024-08-09 19:22:28 +08:00
David Roman
b9924df4be
fix(esp_eth): fix C++ invalid type conversion error
...
Closes https://github.com/espressif/esp-idf/issues/14265
2024-08-09 18:54:43 +08:00
Wang Meng Yang
d4b2da21eb
Merge branch 'bugfix/heap_corrupt_in_bt_mem_release_on_esp32' into 'master'
...
fix(bt): Fix heap corruption in the call of esp_bt_mem_release on ESP32
Closes IDFGH-13349
See merge request espressif/esp-idf!32436
2024-08-09 17:58:45 +08:00
Island
8072d96cd6
Merge branch 'bugfix/fix_ble_channel_map_update' into 'master'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
Closes BCI-436, BLERP-908, and BLERP-909
See merge request espressif/esp-idf!32571
2024-08-09 17:26:59 +08:00
Alexey Lapshin
561587c11c
fix(vfs): fix nullfs open syscall
2024-08-09 16:05:52 +07:00
Wang Meng Yang
b95a9c5c63
Merge branch 'bugfix/fix_hidh_integrity_check_bug' into 'master'
...
fix(esp_hid): Loose the check of input report length to be more compatible
Closes IDFGH-13344
See merge request espressif/esp-idf!32663
2024-08-09 15:27:34 +08:00
Fu Hanxi
952b0e349e
ci: fix .build-test-rules.yml since esp32s2 tests unabled
2024-08-09 14:56:52 +08:00
Geng Yuchao
4a70ba9e7b
feat: update nimble submodule to support Bluetooth LE 5.1 Direction Finding featrue
2024-08-09 14:51:37 +08:00
Geng Yuchao
25a12ef95e
feat: Add direction finding relate defines and kconfig and CMakeLists
2024-08-09 14:51:37 +08:00
Sudeep Mohanty
0db5d725ef
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-09 08:45:23 +02:00
C.S.M
c431e9b830
feat(spiram): refactor for spiram device driver for s3/c5
2024-08-09 11:43:04 +08:00
Chen Ji Chang
1b0fb462b6
Merge branch 'feat/add_dedic_gpio_support_on_c61' into 'master'
...
feat(dedic_gpio): support dedic gpio on esp32c61
Closes IDF-9321
See merge request espressif/esp-idf!32688
2024-08-09 11:37:44 +08:00
Marius Vikhammer
0bcee8518b
fix(freertos): split idf_additions.c event groups to separate file
2024-08-09 11:19:40 +08:00
dvosully
025b336916
Make FreeRTOS configUSE_TIMERS optional in KConfig
2024-08-09 11:19:40 +08:00
Island
be4278fc47
Merge branch 'fix/ble_mesh_github_pr_14140' into 'master'
...
fix(ble-mesh): don't use dangling pointer in nimble gatt service
See merge request espressif/esp-idf!32597
2024-08-09 10:33:08 +08:00
wanlei
4313f22a1e
change(soc): re-generate ahb_dma header file for esp32c61
2024-08-09 10:13:43 +08:00
igor.udot
a262df7c31
feat: c61 add gdma support
2024-08-09 10:12:40 +08:00
Erhan Kurubas
c7931b0782
feat(esp_system): preload openocd stub binaries and reserve memory for debugging
2024-08-08 23:25:26 +02:00
Adam Múdry
d1571c144b
Merge branch 'feat/sdmmc_support_concurrent_use' into 'master'
...
feat(sdmmc): Concurrent use of SDMMC peripheral
Closes IDF-9152
See merge request espressif/esp-idf!31150
2024-08-09 01:08:16 +08:00
zhanghaipeng
b261ee37e4
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
...
- Fix BLE channel map update when latency is not zero
2024-08-08 21:33:52 +08:00