Island
|
9ca974c8b3
|
Merge branch 'bugfix/fixed_alloc_fail_when_use_uhci' into 'master'
fix(bluetooth/controller): fixed alloc memory fail when use uhci on ESP32-C6 and ESP32-H2
See merge request espressif/esp-idf!32141
|
2024-07-17 17:50:36 +08:00 |
|
Jan Beran
|
01ee296db0
|
fix: fix various errors in Kconfig files
|
2024-07-17 11:33:22 +02:00 |
|
zwl
|
1a19463ceb
|
feat(bluetooth/controller): support default tx power configurable on ESP32C2
|
2024-07-17 17:27:42 +08:00 |
|
zwl
|
ceda7d04e4
|
feat(bluetooth/controller): support default tx power configurable on ESP32C6 and ESP32H2
|
2024-07-17 17:23:28 +08:00 |
|
Marius Vikhammer
|
74a04c140c
|
feat(ulp): add option for routing LP-printf to HP console
|
2024-07-17 17:16:40 +08:00 |
|
Gao Xu
|
7d3ac1abe4
|
Merge branch 'esp32c5/add_adc_support' into 'master'
ADC: bringup ADC oneshot and continuous mode on C5
Closes IDF-8701 and IDF-8703
See merge request espressif/esp-idf!31940
|
2024-07-17 16:46:52 +08:00 |
|
Armando
|
c503e385ab
|
fix(dma): fix esp_dma_is_buffer_alignment_satisfied align issue when l2 cache line 128B
|
2024-07-17 15:15:16 +08:00 |
|
Peter Marcisovsky
|
2afbcd1bb4
|
Merge branch 'refactor/usb_host_update_multiconfig_api' into 'master'
refactor(usb_host): Update USB Host multiconfig public API
Closes IDF-10466
See merge request espressif/esp-idf!32154
|
2024-07-17 15:00:53 +08:00 |
|
Mahavir Jain
|
10d85a0279
|
Merge branch 'feature/add_compiler_no_merge_constants' into 'master'
feat: add compiler config for not merging const sections
See merge request espressif/esp-idf!32077
|
2024-07-17 13:46:50 +08:00 |
|
Kevin (Lao Kaiyao)
|
5930c5786f
|
Merge branch 'feature/update_etm_source_on_c5' into 'master'
fix(etm): fix the outdated etm source on c5
Closes IDF-10463
See merge request espressif/esp-idf!32153
|
2024-07-17 10:53:59 +08:00 |
|
Jiang Jiang Jian
|
08b897912b
|
Merge branch 'fix/stall_other_core_in_cpu_freq_switching' into 'master'
fix(esp_hw_support): stall another core during cpu/mem/apb freq switching
See merge request espressif/esp-idf!32063
|
2024-07-17 10:26:12 +08:00 |
|
Wan Lei
|
146d07dacf
|
Merge branch 'feat/c61_enable_ci_build_test' into 'master'
feat(esp32c61): enable c61 ci build test
Closes IDF-9289
See merge request espressif/esp-idf!30448
|
2024-07-17 09:33:31 +08:00 |
|
Wu Zheng Hui
|
fcd0b82c1c
|
Merge branch 'bugfix/fix_esp32p4_deepsleep_gpio_wakeup_support' into 'master'
feat(esp_hw_support): support esp32p4 gpio/ext1 wakeup deepsleep
Closes PM-158
See merge request espressif/esp-idf!31583
|
2024-07-16 22:09:44 +08:00 |
|
wuzhenghui
|
c2bb64fbe8
|
fix(esp_hw_support): stall another core during cpu/mem/apb freq switching
|
2024-07-16 19:11:12 +08:00 |
|
wuzhenghui
|
cb8c67f55f
|
feat(example): update gpio/ext1 wakeup avaliable IO num in example Kconfig
|
2024-07-16 17:55:12 +08:00 |
|
wuzhenghui
|
f43b3afcec
|
fix(esp_hw_support): hold LP_IO mode if LP_PERI domain powerdown in sleep
|
2024-07-16 17:55:11 +08:00 |
|
wuzhenghui
|
da4c55fdbb
|
feat(esp_hw_support): support esp32p4 gpio wakeup deepsleep
|
2024-07-16 17:55:07 +08:00 |
|
Armando
|
38bdfe195e
|
fix(aes): fixed aes wrong dma desc alignment
|
2024-07-16 17:44:48 +08:00 |
|
Mahavir Jain
|
ef92aa4aba
|
Merge branch 'update/esp32c6-h2_apm_api' into 'master'
fix(apm): minor fixes for apm api
See merge request espressif/esp-idf!31293
|
2024-07-16 17:32:32 +08:00 |
|
Peter Marcisovsky
|
ddc3c2b78b
|
refactor(usb_host): Update USB Host multiconfig public API
- previous usb_host_get_config_desc_free()
- updated usb_host_free_config_desc()
|
2024-07-16 11:32:22 +02:00 |
|
laokaiyao
|
156c1c0891
|
fix(etm): fix the outdated etm source on c5
|
2024-07-16 16:56:36 +08:00 |
|
Friedolin Gröger
|
4a7f371056
|
fix(esp_http_server): prevent concurrent access to socket used in async http requests
|
2024-07-16 10:46:50 +02:00 |
|
Aditya Patwardhan
|
fb1a8461f7
|
Merge branch 'bugfix/update_ecdsa_reset_api_to_execute_correctly' into 'master'
fix(hal): updated ecdsa reset api to execute correctly
See merge request espressif/esp-idf!31126
|
2024-07-16 16:43:29 +08:00 |
|
wanlei
|
3cf069c7d8
|
feat(esp32c61): disable unsupported build test
|
2024-07-16 16:06:19 +08:00 |
|
wanlei
|
fdfab41f95
|
feat(esp32c61): enable c61 ci build
|
2024-07-16 16:06:19 +08:00 |
|
zwl
|
d25b1375b5
|
fix(bluetooth/controller): fixed alloc memory fail when use uhci on ESP32-C6 and ESP32-H2
|
2024-07-16 15:31:05 +08:00 |
|
Xu Si Yu
|
ad8f175a58
|
Merge branch 'feat/updatae_openthread_submodule' into 'master'
feat(openthread): update openthread submodule
See merge request espressif/esp-idf!31815
|
2024-07-16 14:27:52 +08:00 |
|
Marius Vikhammer
|
f85ff57fcc
|
Merge branch 'bugfix/c5_etm_ulp_fail' into 'master'
fix(etm): add ulp etm ll functions
See merge request espressif/esp-idf!32140
|
2024-07-16 13:31:48 +08:00 |
|
Armando (Dou Yiwen)
|
f5d9cbe4cc
|
Merge branch 'feat/ppa_example' into 'master'
ppa: added ppa dsi example
Closes IDF-10077
See merge request espressif/esp-idf!31703
|
2024-07-16 12:02:44 +08:00 |
|
Xu Si Yu
|
3712dfa6c5
|
feat(openthread): update openthread submodule
|
2024-07-16 11:57:41 +08:00 |
|
Marius Vikhammer
|
9b387caf19
|
fix(etm): add ulp etm ll functions
|
2024-07-16 10:04:18 +08:00 |
|
Armando
|
3c7a83303a
|
feat(ppa): added ppa dsi example
|
2024-07-16 09:46:34 +08:00 |
|
Marius Vikhammer
|
42bcb84013
|
Merge branch 'feature/ulp_include_sdkconfig_cmake' into 'master'
feat(ulp): import all sdkconfigs macros into cmake build
See merge request espressif/esp-idf!32122
|
2024-07-16 09:00:12 +08:00 |
|
Ivan Grokhotkov
|
d146fb5b84
|
Merge branch 'bugfix/build_with_clang' into 'master'
fix build errors with clang
Closes IDFGH-13238
See merge request espressif/esp-idf!32099
|
2024-07-15 21:40:40 +08:00 |
|
Rahul Tank
|
0f57d6cf34
|
fix(nimble): Fixed BLE security vulnerability when using fixed IRK
|
2024-07-15 17:30:03 +05:30 |
|
Zhao Wei Liang
|
abfca50561
|
Merge branch 'feat/optimize_bt_porting_hci_0628' into 'master'
Feat/optimize bt porting hci 0628
Closes BLERP-850 and BLERP-848
See merge request espressif/esp-idf!31913
|
2024-07-15 19:48:59 +08:00 |
|
Jiang Jiang Jian
|
e4ed7e42b6
|
Merge branch 'fix/fix_wrong_cache_invalidate_mask' into 'master'
fix(esp_hw_support): fix cpu_retention cache invalidate mask
See merge request espressif/esp-idf!32064
|
2024-07-15 19:33:20 +08:00 |
|
Jiang Jiang Jian
|
5726927248
|
Merge branch 'docs/update_ble_controller_api_esp32' into 'master'
docs: revised ble esp32 controller API reference
See merge request espressif/esp-idf!32017
|
2024-07-15 19:26:37 +08:00 |
|
Jiang Jiang Jian
|
44a9881a10
|
Merge branch 'bugfix/fix_coex_loadprohibit_issue' into 'master'
fix(coex): Update bt lib for ESP32-C3 and ESP32-S3(49e572b)
Closes BT-3792
See merge request espressif/esp-idf!32071
|
2024-07-15 19:25:27 +08:00 |
|
Armando (Dou Yiwen)
|
fade4ca846
|
Merge branch 'fix/fix_isp_docs' into 'master'
isp: fixed isp doc title issue
See merge request espressif/esp-idf!32127
|
2024-07-15 18:44:44 +08:00 |
|
morris
|
2386e522cb
|
Merge branch 'feat/etm_driver_support_esp32c5' into 'master'
feat(etm): support etm driver on esp32c5
Closes IDF-8693
See merge request espressif/esp-idf!32009
|
2024-07-15 18:05:49 +08:00 |
|
Armando
|
c2d0ac0647
|
fix(isp): fixed isp doc title issue
|
2024-07-15 16:49:05 +08:00 |
|
sibeibei
|
3111f47fb8
|
fix(pm): ssn update failed when dut wakeup from lightsleep
|
2024-07-15 16:20:01 +08:00 |
|
Marius Vikhammer
|
4ec9a8412d
|
feat(ulp): include sdkconfig macros in cmake build
|
2024-07-15 16:16:08 +08:00 |
|
Armando (Dou Yiwen)
|
2b351233cb
|
Merge branch 'feat/bss_in_psram_p4' into 'master'
psram: bss in psram p4
Closes IDF-7557
See merge request espressif/esp-idf!32018
|
2024-07-15 15:54:53 +08:00 |
|
Sachin Billore
|
b82e26593e
|
fix(apm): minor fixes for apm api
|
2024-07-15 13:10:55 +05:30 |
|
Jakub Kocka
|
0ff1009598
|
docs(tools): Changed USB Drivers (Windows Only) section of DFU
New driver was created for ESP32-S2, so there is no need to manually install it using tools
|
2024-07-15 09:24:47 +02:00 |
|
Mahavir Jain
|
7e97b72dff
|
Merge branch 'bugfix/update_soc_config_for_secure_boot_in_c5' into 'master'
fix: disable config for RSA during secure boot
See merge request espressif/esp-idf!32022
|
2024-07-15 15:08:18 +08:00 |
|
linruihao
|
9d2b2d4d91
|
fix(coex): Fixed coexist scheme phase index overflow issue
|
2024-07-15 15:01:40 +08:00 |
|
Mahavir Jain
|
45c1565b8c
|
Merge branch 'feature/add_config_option_to_support_large_ota' into 'master'
feat: add config option under partition menu to support large size ota
Closes IDF-10338
See merge request espressif/esp-idf!31923
|
2024-07-15 14:45:13 +08:00 |
|