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
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
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
wuzhenghui
c2bb64fbe8
fix(esp_hw_support): stall another core during cpu/mem/apb freq switching
2024-07-16 19:11: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
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
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
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
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
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
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
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
Jiang Jiang Jian
097fd37630
Merge branch 'bugfix/fix_sta_may_join_bad_rssi_ap_when_set_by_signal' into 'master'
...
fix(wifi): fix sta may join bad signal ap when set by signal
Closes FCS-1511 and IDFGH-13008
See merge request espressif/esp-idf!32098
2024-07-15 14:02:26 +08:00
Wan Lei
7c2347420b
Merge branch 'fix/c61_soc_pmu_register_update' into 'master'
...
fix(soc): c61 update pmu_struct to v1.1.14
See merge request espressif/esp-idf!31981
2024-07-15 12:27:27 +08:00
Jiang Jiang Jian
77c4da89da
Merge branch 'bugfix/ld_acl_c_3576' into 'master'
...
fix(bt/controller): Removed an improper assertion in ACL link driver
Closes BT-3591 and BT-3565
See merge request espressif/esp-idf!32101
2024-07-15 10:57:30 +08:00
Armando
b7b09bf57b
test(psram): enable bss psram test
2024-07-15 10:44:13 +08:00
Armando
8c22cb6c6a
feat(psram): support bss on psram on p4
2024-07-15 10:44:13 +08:00
gaoxu
2f49a2e9c8
feat(adc): add ADC func clock enable function on C5,C6,H2
2024-07-13 14:06:57 +08:00
gaoxu
65820c07ac
feat(adc): support ADC oneshot and continuous mode on ESP32C5 and enable test
2024-07-13 14:03:23 +08:00
Roman Leonov
d108ba14ac
Merge branch 'fix/usb_host_hcd_dconn_hs' into 'master'
...
fix(usb_dwc_hal): Enabled precise VBUS detection
Closes IDF-9953
See merge request espressif/esp-idf!32031
2024-07-13 00:45:56 +08:00
Sudeep Mohanty
a9787fc809
Merge branch 'fix/lp_i2c_generates_spurious_start_cond' into 'master'
...
fix(lp-i2c): Fixed the generation of spurious I2C start with lp-i2c
Closes IDFGH-13096 and IDFGH-10350
See merge request espressif/esp-idf!32056
2024-07-12 23:13:21 +08:00
Jakob Hasse
e35c614661
Merge branch 'feature/freertos_plus_posix_2' into 'master'
...
Added FreeRTOS-Plus-POSIX message queue implementation
Closes IDF-8058 and IDFGH-4530
See merge request espressif/esp-idf!28868
2024-07-12 22:24:21 +08:00
Armando (Dou Yiwen)
10301a6c95
Merge branch 'feat/cache_panic_p4' into 'master'
...
cache: cache panic p4
Closes IDF-7515
See merge request espressif/esp-idf!32049
2024-07-12 22:20:10 +08:00
David Čermák
38f0d32d68
Merge branch 'feat/lwip_with_mbedtls' into 'master'
...
feat(lwip): Add support for PPP Auth using mbedTLS
Closes IDFGH-12599
See merge request espressif/esp-idf!31071
2024-07-12 22:10:39 +08:00
Ivan Grokhotkov
3d0b507346
fix(ieee802154): fix linker error due to static function being inlined
...
When the compiler decides to inline a static function, linker script
generator will complain about the missing function.
2024-07-12 14:51:49 +02:00
Ivan Grokhotkov
df65b3829e
fix(usb): variable declaration after label for clang
2024-07-12 13:58:18 +02:00
Ivan Grokhotkov
c921824230
fix(wifi_provisioning): fix var declarations inside switch for clang
2024-07-12 13:58:18 +02:00
Jin Cheng
3964fb1fa8
fix(bt/controller): Removed an improper assertion in ACL link driver
...
- See more from jira BT-3591
2024-07-12 19:35:18 +08:00
Ivan Grokhotkov
728136a91d
fix(esp_eth): fix variable declarations inside switch for clang
2024-07-12 12:14:32 +02:00
muhaidong
3da4ed5d3e
fix(wifi): fix sta may join bad signal ap when set by signal
...
Closes https://github.com/espressif/esp-idf/issues/13958
2024-07-12 17:51:35 +08:00
Lou Tianhao
c00b55e9e6
fix(soc): c61 update pmu_struct to v1.1.14
2024-07-12 17:39:08 +08:00
Mahavir Jain
af25eb447e
Merge branch 'bugfix/existing_mmap_region_offset' into 'master'
...
docker / docker (push) Has been cancelled
fix(esp_mm): for existing mmap region, consider new offset for virtual addr
Closes IDFGH-12978
See merge request espressif/esp-idf!32032
2024-07-12 17:22:37 +08:00
nilesh.kale
55bbd9c95a
feat: add config option under partition menu to support large size ota
...
This commit adds one more config option under partition table menu
to support large size image during ota
This also updates the default config for simple ota example.
2024-07-12 14:49:16 +05:30
Roman Leonov
97d30e7c48
fix(usb_dwc_hal): Enabled precise detection of VBUS
2024-07-12 10:51:31 +02:00
David Cermak
562abca17d
fix(esp_netif): Remove unused leftover pppapi_set_auth() call
2024-07-12 10:43:58 +02:00
David Cermak
1f14018c30
feat(lwip): Add support for PPP Auth using mbedTLS
...
Closes https://github.com/espressif/esp-idf/issues/13597
2024-07-12 10:43:57 +02:00
linruihao
55fd3f1059
fix(coex): Update bt lib for ESP32-C3 and ESP32-S3(e4ba7f6)
...
- Fixed coexist LoadProhibited issue
2024-07-12 15:47:28 +08:00
wuzhenghui
f55ab6f17c
fix(esp_hw_support): fix cpu_retention cache invalidate mask
2024-07-12 15:40:36 +08:00
Island
6750215fb4
Merge branch 'bugfix/fix_ble_rssi_when_latency_is_not_zero' into 'master'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
Closes BCI-436
See merge request espressif/esp-idf!31941
2024-07-12 15:11:34 +08:00
nilesh.kale
3aa448ee0d
fix: disable config for RSA during secure boot
...
support for RSA secure boot is disabled for ESP32-ECO0 due to
hardware issue. It will be re-enabled in future version ECO1.
For ESP32C5- ECO0 , ECDSA secure boot is the recommended option.
2024-07-12 12:40:11 +05:30
C.S.M
c61c3ac32d
Merge branch 'fix/flash_mmap_c5' into 'master'
...
fix(flash_mmap): Fix flash memory map failed after psram is enabled
Closes IDF-10451
See merge request espressif/esp-idf!32069
2024-07-12 15:01:28 +08:00
Wan Lei
602691e974
Merge branch 'fix/p4_enable_generic_test' into 'master'
...
test(esp_driver_spi): enable single board test for esp32p4
Closes IDF-8942
See merge request espressif/esp-idf!31972
2024-07-12 14:07:31 +08:00
Jiang Jiang Jian
42dd7ba228
Merge branch 'bugfix/wps_reg_state_handling' into 'master'
...
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station
Closes WIFIBUG-415
See merge request espressif/esp-idf!30470
2024-07-12 13:52:56 +08:00
Armando
564b74a9c0
feat(cache): supported cache panic on p4
2024-07-12 12:42:10 +08:00
Fu Hanxi
54eb0dc301
Merge branch 'ci/console_confirmed_write' into 'master'
...
Ci: console use dut.confirm_write
See merge request espressif/esp-idf!32028
2024-07-12 12:01:44 +08:00
C.S.M
ee733e2bf4
fix(flash_mmap): Fix flash memory map failed after psram is enabled
2024-07-12 11:03:40 +08:00
morris
863344f769
feat(etm): support etm driver on esp32c5
2024-07-12 10:53:12 +08:00
morris
b06b483dfc
Merge branch 'feat/esp32c5_sdm_support' into 'master'
...
feat(sdm): add support for esp32c5
Closes IDF-8687
See merge request espressif/esp-idf!32010
2024-07-12 10:51:07 +08:00
morris
5d609daa6a
Merge branch 'change/remove_rmt_on_esp32c61' into 'master'
...
change(rmt): rmt is not supported on esp3261
Closes IDF-9343
See merge request espressif/esp-idf!32034
2024-07-12 10:41:23 +08:00
Jiang Jiang Jian
15e3f4a099
Merge branch 'bugfix/fix_pmf_disabled_connection_reset_dns_fail_issue' into 'master'
...
fix(wifi): fix reset connection dns fail issue
Closes FCS-1276, FCS-1229, WIFI-6601, and IDFGH-11148
See merge request espressif/esp-idf!25376
2024-07-12 10:39:47 +08:00
Wei Yu Han
ae3f27bafd
docs(ble): Removed the index of the note for esp_ble_power_type_set/get
2024-07-12 08:22:16 +08:00
Wei Yu Han
3df1e43d09
docs(ble): Removed a trailing whitespace
2024-07-12 08:01:40 +08:00
Jakob Hasse
bddc1e95ef
feat(rt/posix): Added FreeRTOS-Plus-POSIX message queues implementation
...
Note: The current mq_open() implementation is changed to match
the POSIX standard.
2024-07-11 21:08:01 +02:00
Tomas Rezucha
33e68632b9
Merge branch 'fix/usb_hs_scheduler' into 'master'
...
fix(usb/host): Fix occasional ISOC scheduler skipping transfers
Closes IDFCI-2241
See merge request espressif/esp-idf!32012
2024-07-11 23:10:23 +08:00
Mahavir Jain
f08a851eaa
Merge branch 'feature/enable_ecc_support_in_c61' into 'master'
...
feat: enable ecc support in esp32c61
Closes IDF-9235
See merge request espressif/esp-idf!31360
2024-07-11 21:46:10 +08:00
Wei Yu Han
e8e66a84ed
docs(ble): added CONN0-8 back to the second note of esp_power_level_t
2024-07-11 18:38:15 +08:00
Sudeep Mohanty
945a593de2
fix(lp-i2c): Fixed the generation of spurious I2C start with lp-i2c
...
This commit fixes an issue with LP I2C and RTC I2C where in the
peripherals generated a spurious I2C start condition when initialized.
This caused some sensors to not respond properly to the following read
or write request.
Closes https://github.com/espressif/esp-idf/issues/14043
Closes https://github.com/espressif/esp-idf/issues/11608
2024-07-11 12:37:04 +02:00
Wei Yu Han
73b647f292
docs(ble): Removed the 'not effective' for CONN_HDL0 - CONN_HDL8
2024-07-11 18:35:42 +08:00
C.S.M
5448703663
Merge branch 'fix/flash_freq_c5' into 'master'
...
feat(spi_flash): Increase flash frequency from 40M to 80M
See merge request espressif/esp-idf!31967
2024-07-11 17:41:04 +08:00
Sarvesh Bodakhe
20a3be5191
fix(wpa_supplicant): Avoid delaying removal of wps enrollee by 10ms
...
This is no longer needed as eloop timers are now executed in wifi task context.
2024-07-11 14:53:27 +05:30
Sarvesh Bodakhe
54e61fbb97
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station
...
When registrar somehow misses the WSC_DONE sent by station and station
goes for next connection after sending deauth, make sure that softAP
disables the registrar.
2024-07-11 14:53:24 +05:30
muhaidong
00c2767ea9
fix(wifi): fix reset connection dns fail issue
...
Closes https://github.com/espressif/esp-idf/issues/12315
2024-07-11 17:10:07 +08:00
morris
fe1355eac4
Merge branch 'feat/esp32p4_default_rev_0.1' into 'master'
...
feat(esp32p4): make revision v0.1 the default version
See merge request espressif/esp-idf!31534
2024-07-11 16:22:46 +08:00
Armando
c880f697da
feat(panic): supported more cache error cactch
2024-07-11 15:26:13 +08:00
Gao Xu
cd24013198
Merge branch 'bugfix/fix_gpio_const_zero_addr' into 'master'
...
GPIO: fix GPIO_MATRIX_CONST_ZERO_INPUT addr
Closes IDF-10331
See merge request espressif/esp-idf!31935
2024-07-11 14:40:51 +08:00
C.S.M
eaccf8aedb
fix(spi_flash): Fix the mpll clock source always pinned to 80M on PP4
2024-07-11 13:59:42 +08:00
Tomas Rohlinek
2806ef1e5c
Merge branch 'fix/missing_include_guard_ff_conf' into 'master'
...
fix(fatfs): Add missing include guard to ff_conf.h
Closes IDFGH-13046
See merge request espressif/esp-idf!31769
2024-07-11 13:34:42 +08:00
Mahavir Jain
d1ddd1660e
Merge branch 'feature/esp32c5_apm_api' into 'master'
...
feat: add APM support for esp32c5
See merge request espressif/esp-idf!31964
2024-07-11 13:22:45 +08:00
zhanghaipeng
9ac080765c
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-11 13:02:43 +08:00
Jiang Jiang Jian
06baea7691
Merge branch 'bugfix/crypto_ec_cleanup' into 'master'
...
fix(esp_wifi): cleanup for crypto_ec struct
See merge request espressif/esp-idf!30502
2024-07-11 10:44:48 +08:00
Wei Yu Han
213c05db4b
docs(ble): Fixed a typo in esp_bt_mem_release comment
2024-07-11 10:10:37 +08:00
gaoxu
27aeec9667
ci(gpio): re-enable C5 gpio and rtcio test
2024-07-11 09:46:58 +08:00
gaoxu
5da216a753
fix(gpio): fix gpio const zero addr
2024-07-11 09:46:58 +08:00
Marius Vikhammer
b6d3e1e8e3
test(newlib): fixed newlib test failing to build for C5
2024-07-11 09:33:04 +08:00