Shen Weilong
bf52e37fa8
feat(ble): added ble support on esp32c61
2024-09-14 12:22:04 +08:00
Chen Yudong
353c1ea77e
ci: increase test_wifi_power_save got ip timeout
2024-09-14 11:26:54 +08:00
Armando
6c4fb48783
doc(psram): clarify why psram speed is faster than flash
2024-09-14 11:13:20 +08:00
Mu Hai Dong
dacc1f94dd
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Jiang Jiang Jian <jack@espressif.com>
2024-09-14 10:37:30 +08:00
muhaidong
30a48b126e
fix(phy): esp32s2 and esph2 support rf cert_test
2024-09-14 10:37:14 +08:00
muhaidong
aa80dbe251
fix(phy): fix esp32 build fail issue
...
Closes https://github.com/espressif/esp-idf/issues/11972
2024-09-14 10:33:58 +08:00
xiehang
c53cedb947
fix(phy): All chip support cert_test
2024-09-14 10:33:58 +08:00
Jiang Jiang Jian
f98e288e24
Merge branch 'ci/enable_esp32c5_target_test' into 'master'
...
Ci: enable esp32c5/c61 basic wifi test
See merge request espressif/esp-idf!32253
2024-09-13 20:17:58 +08:00
Island
5f6971bfa7
Merge branch 'bugfix/fixed_multi_conn_example_crash_issue' into 'master'
...
fix(nimble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn
See merge request espressif/esp-idf!33491
2024-09-13 19:17:58 +08:00
linruihao
147a249d7a
feat(bt/bluedroid): Support AVRCP Cover Art feature in a2dp_sink demo
2024-09-13 17:58:49 +08:00
Chen Yudong
a8482f580a
ci: enable esp32c5/c6 wifi basic target tests
2024-09-13 16:42:47 +08:00
Peter Marcisovsky
2da0f66e9a
fix(usb_device): Fix console periheral, enable USJ Console on P4
2024-09-13 10:28:43 +02:00
Jiang Jiang Jian
965986bcf1
Merge branch 'fix/esp32_tx_shake_issue' into 'master'
...
fix(wifi):fix esp32c2 tx shake issue
Closes WIFIBUG-489 and WIFIBUG-763
See merge request espressif/esp-idf!31908
2024-09-13 15:56:31 +08:00
morris
5ddeab65e3
refactor(mipi_dsi): remove unused LL functions
...
MIPI DSI PHY reference clock is controlled in hp_sys_clkrst register
2024-09-13 12:24:12 +08:00
xuxiao
ffb227ebd2
feat(wifi): add support for ap choose
2024-09-13 11:34:18 +08:00
C.S.M
bfdb9f308d
test(ci): fix bt ci that there is no flash_80m config
2024-09-13 11:06:20 +08:00
Shen Weilong
798b7c92c4
fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn
2024-09-12 20:36:39 +08:00
chenjianhua
53a8345e60
refactor(bt/bluedroid): Refactor the print for BLE examples
2024-09-12 19:30:45 +08:00
morris
c6433de7cc
Merge branch 'feat/rgb_lcd_example_lvgl9' into 'master'
...
feat(rgb_lcd): adapt to LVGL v9
See merge request espressif/esp-idf!33479
2024-09-12 18:32:26 +08:00
Jiang Jiang Jian
8b962f91a2
Merge branch 'ble_feat/esp32c5_mp_support_ble_light_sleep' into 'master'
...
feat(ble): support ble light sleep on esp32c5
Closes BLERP-1006
See merge request espressif/esp-idf!33325
2024-09-12 16:59:58 +08:00
Konstantin Kondrashov
7b0b80f46f
fix(examples): Increases partition table offset for SBV2+FE test
2024-09-12 15:38:18 +08:00
morris
6e8a958754
feat(rgb_lcd): adapt to LVGL v9
...
This commit mainly refactor the RGB_LCD example to use the latest LVGL
V9 library.
2024-09-12 15:13:27 +08:00
Konstantin Kondrashov
3081a4ea49
feat(esp_timer): Updates systimer and esp_timer
2024-09-12 14:26:37 +08:00
Konstantin Kondrashov
00991f1bf5
Merge branch 'feature/esp32c61_re_enable_base_mac_address_test' into 'master'
...
feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61
Closes IDF-10956
See merge request espressif/esp-idf!33441
2024-09-12 13:24:07 +08:00
C.S.M
3008d11a68
Merge branch 'refactor/flash_frequency_esptool' into 'master'
...
refactor(spi_flash): Refactor the flash frequency config file
Closes IDF-10488
See merge request espressif/esp-idf!33427
2024-09-12 10:37:58 +08:00
Abhik Roy
e1102e6794
fix(examples/icmpv6): Added support for pinging link-local address
2024-09-11 20:45:26 +10:00
Sudeep Mohanty
1b6a829e81
Merge branch 'feat/lp_core_lp_adc_support' into 'master'
...
feat(lp_adc): Addded support for LP ADC for the LP core on esp32p4
Closes IDF-6875 and IDF-10205
See merge request espressif/esp-idf!33117
2024-09-11 17:16:40 +08:00
Jiang Jiang Jian
31c60963b5
Merge branch 'bugfix/roaming_app_support_wifi_disconnect' into 'master'
...
Stops roaming app upon application initiated disconnect
Closes WIFIBUG-551 and WIFIBUG-636
See merge request espressif/esp-idf!30738
2024-09-11 16:10:33 +08:00
Lou Tian Hao
c7d532049a
Merge branch 'feature/esp32c61_light_sleep_support_stage_2' into 'master'
...
feat(esp_hw_support): esp32c61 sleep support (Stage 2: support basic pmu sleep function)
Closes IDF-9248, IDF-9247, IDF-9246, IDF-10993, IDF-9250, PM-203, and IDF-9244
See merge request espressif/esp-idf!33294
2024-09-11 15:11:58 +08:00
C.S.M
44ff115557
refactor(spi_flash): Refactor the flash frequency config file
2024-09-11 14:13:26 +08:00
Rahul Tank
1f41827bc3
Merge branch 'bugfix/bidirectioanl_data_transfer_ble_spp' into 'master'
...
fix(nimble): Added support for bidirectional data trasfer
Closes BLERP-1021
See merge request espressif/esp-idf!33402
2024-09-11 14:02:51 +08:00
Konstantin Kondrashov
2af66dac25
Merge branch 'feature/ipc_isr_riscv_test_enable' into 'master'
...
feat(system): Enables test_ipc_isr_riscv for ESP32-P4
Closes IDF-8353
See merge request espressif/esp-idf!33440
2024-09-11 12:56:30 +08:00
jgujarathi
e411e43b4b
fix(examples) : Common component's wifi disconnect handler should ignore roaming disconnect
...
- Common component's wifi disconnect handler should ignore roaming disconnect (WIFI_REASON_ROAMING)
as connect gets issued internally in these cases.
2024-09-11 11:39:43 +08:00
jgujarathi
6547315dde
fix(esp_wifi): Stops roaming app upon application initiated disconnect
...
Stops roaming app when the application initiates a disconnect.
Roaming app if enabled will be restarted when the station reconnects again.
2024-09-11 11:39:43 +08:00
wangtao@espressif.com
c46cb415bd
fix(wifi): fix esp32c2 tx shake issue
2024-09-11 11:32:25 +08:00
Konstantin Kondrashov
75c917eef8
feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61
2024-09-10 15:09:32 +03:00
Konstantin Kondrashov
f555812975
feat(system): Enables test_ipc_isr_riscv for ESP32-P4
2024-09-10 15:02:42 +03:00
Lou Tianhao
50ec7f990c
fix(ci): take some actions to pass ci
2024-09-10 19:37:50 +08:00
cjin
50d410e1c8
feat(ble): support ble light sleep on esp32c5
2024-09-10 15:19:22 +08:00
Sudeep Mohanty
0b75e75f2c
feat(lp_adc): Added example to demonstrate LP ADC usage from LP Core
...
This commit adds an example which demonstrates how to configure and use
the LP ADC from the LP core while the main core is in deep sleep.
2024-09-10 08:45:11 +02:00
Armando
9c81fe6114
fix(mspi): fixed mspi clock wrong on ram loadable app on c61, enable tests on c5 c61
2024-09-10 11:12:03 +08:00
Lou Tianhao
d4447739a9
example(light_sleep); enable lp_timer/gpio/uart wakeup for esp32c61
2024-09-10 10:45:57 +08:00
Lou Tianhao
0926a700c2
feat(pm): support basic pmu sleep
2024-09-10 10:44:13 +08:00
Astha Verma
4cbf2eb899
fix(nimble): Added support for bidirectional data trasfer
2024-09-09 18:36:21 +05:30
Jiang Jiang Jian
489ba7c2fa
Merge branch 'bugfix/enable_ci_build_by_esp32p4_with_extconn' into 'master'
...
fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn
See merge request espressif/esp-idf!33319
2024-09-09 17:27:36 +08:00
Alexey Lapshin
599c14d8f0
Merge branch 'feature/update-toolchain-to-esp-14.2.0_20240903' into 'master'
...
feat(tools): update toolchain version to esp-14.2.0_20240906
Closes IDFGH-13033, IDFGH-13355, and IDFGH-13360
See merge request espressif/esp-idf!33295
2024-09-09 14:22:47 +08:00
Alexey Lapshin
eee58bb717
fix(camera_dsi): update esp_cam_sensor example dependency
2024-09-08 13:53:52 +07:00
Alexey Lapshin
6f1671c9c9
fix(i2c): fix memory allocation size in example
2024-09-08 13:53:52 +07:00
Wan Lei
92fc3e9a5d
Merge branch 'refa/replce_esp_dma_xxx_malloc_api' into 'master'
...
refa(spi): clean up esp_dma_xxx memory allocation code
Closes IDF-9656
See merge request espressif/esp-idf!31239
2024-09-06 22:08:22 +08:00
Wang Meng Yang
ca05aa5cd2
Merge branch 'feature/add_di_api' into 'master'
...
Feature/add di api
Closes IDFGH-11785
See merge request espressif/esp-idf!32872
2024-09-06 17:11:19 +08:00
muhaidong
5e4674775b
fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn
2024-09-05 20:29:40 +08:00
Nachiket Kukade
4854bf8640
fix(esp_wifi): Fix FTM issues in AP-STA mode
...
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
while in-AP is in 40MHz
2024-09-05 16:02:27 +05:30
liqigan
be1c677bdd
feat(esp_hid): Create Device ID Service record in esp_hid_device example
...
Closes https://github.com/espressif/esp-idf/issues/12880
2024-09-05 15:33:03 +08:00
liqigan
c564817862
feat(bt/bluedroid): Add API to create Device ID Service record
2024-09-05 15:32:56 +08:00
Peter Marcisovsky
ee41fc8a4c
Merge branch 'fix/usb_device_composite_pytest_exception' into 'master'
...
ci(usb_device): Fix exception for ACM port in USB composite device pytest
See merge request espressif/esp-idf!33288
2024-09-05 15:12:37 +08:00
wanlei
d15e53d876
refa(spi): clean up esp_dma_xxx memory allocation code
2024-09-05 10:56:30 +08:00
Alexey Gerenkov
a07eed67ef
Merge branch 'feat/ulp_debug' into 'master'
...
feat(ulp): Add LP core debugging support
See merge request espressif/esp-idf!31802
2024-09-04 22:56:16 +08:00
Shu Chen
f1008faa1a
Merge branch 'feat/update_component_for_ot_examples' into 'master'
...
feat(openthread): update extension commands component for examples
See merge request espressif/esp-idf!33243
2024-09-04 17:59:54 +08:00
Wang Meng Yang
89712154a8
Merge branch 'bugfix/fix_hid_cod_setting' into 'master'
...
Bugfix/fix hid cod setting
Closes IDFGH-12624 and IDFGH-13305
See merge request espressif/esp-idf!33219
2024-09-04 15:16:19 +08:00
Xu Si Yu
7f0a140f46
feat(openthread): update extension commands component for examples
2024-09-04 10:40:14 +08:00
Alexey Gerenkov
625c437412
feat(ulp): Add LP core debugging support
2024-09-03 18:28:14 +03:00
Peter Marcisovsky
db6e37c975
ci(usb_device): Fix exception for ACM port in USB composite dev pytest
2024-09-03 17:05:34 +02:00
Peter Marcisovsky
67a8480aec
ci(usb_device): Enable USB device tests in CI for esp32p4
2024-09-03 16:43:49 +02:00
Gao Xu
c83bf0c3df
Merge branch 'feature/support_isp_color' into 'master'
...
feat(isp): support color on P4
Closes IDF-10495
See merge request espressif/esp-idf!32901
2024-09-03 18:42:26 +08:00
gaoxu
7b71d7aaac
feat(isp_color): support ISP color on P4
2024-09-03 14:52:46 +08:00
Wan Lei
ae5c7d46d1
Merge branch 'ci/enable_c61_target_test' into 'master'
...
ci(esp32c61): enable c61 generic target test
Closes IDF-9285 and IDF-9288
See merge request espressif/esp-idf!33088
2024-09-03 11:53:02 +08:00
Peter Marcisovsky
81ad0eb544
Merge branch 'ci/add_advanced_usb_cdc_ci' into 'master'
...
Refactor(console): merge console advanced and advanced_usb_cdc examples
Closes IDF-9676 and DOC-8784
See merge request espressif/esp-idf!29626
2024-09-02 21:15:19 +08:00
wanckl
4e095f4b9f
ci(esp32c61): enable c61 generic target test
2024-09-02 19:26:12 +08:00
morris
fe09637123
feat(lcd): support EK79007 LCD in the mipi dsi example
2024-09-02 15:24:53 +08:00
Peter Marcisovsky
82a4c12817
refactor(console/advanced): Merge console advanced and advanced_usb_cdc examples
...
- removed examples/system/console/advanced_usb_cdc
- refactor resulting console/advanced example
- enabled advanced console for all peripherals (UART, USB_OTG, USB_JTAG)
- added pytest to check UART console output
- update docs
2024-09-02 09:14:42 +02:00
Mahavir Jain
02da65314b
Merge branch 'feat/adding_test_case_anti_rollback_and_flash_encryption' into 'master'
...
feat(ota): Added test for checking flash encryption and anti-rollback enabled
Closes IDF-9200
See merge request espressif/esp-idf!32951
2024-09-02 14:04:45 +08:00
Island
53b7d63ba5
Merge branch 'fix/fix_length_ble_get_started_example' into 'master'
...
fix(ble): Increased the length of addr_str in ble_get_started nimble examples
Closes BLERP-979
See merge request espressif/esp-idf!33203
2024-09-02 12:13:39 +08:00
Xu Xiao
a3274e502e
Merge branch 'chip/esp32c61_mp_support_wifi' into 'master'
...
esp32c61 mp support wifi
See merge request espressif/esp-idf!32960
2024-09-02 12:06:53 +08:00
Omar Chebib
c68c404cdc
Merge branch 'fix/xtensa_nmi' into 'master'
...
fix(esp_hw_support): make the NMI interrupts available for the main application
Closes IDF-1891 and IDFGH-12631
See merge request espressif/esp-idf!32767
2024-09-02 11:18:32 +08:00
xuxiao
7c9109d9e1
fix(wifi): fix code comments
2024-08-30 21:02:02 +08:00
xuxiao
8780375859
feat(wifi): add wifi support for esp32c61
2024-08-30 20:43:06 +08:00
hrushikesh.bhosale
99f0e1b526
feat(ota): Added test for checking flash encryption and anti-rollback enabled
...
Added test to check if flash encryption and anti-rollback enbaled
together. Added marked pytest.mark.flash_encryption to advanced OTA
test.
2024-08-30 14:11:33 +05:30
liqigan
53bb819e88
feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
...
Closes https://github.com/espressif/esp-idf/issues/13622
2024-08-30 15:37:17 +08:00
Yuhan Wei
3a1c212b41
fix(ble): Increased the length of addr_str in README.md
2024-08-30 11:45:36 +08:00
Yuhan Wei
77c17de379
fix(ble): Increased the length of addr_str in ble_get_started nimble examples
2024-08-30 11:38:25 +08:00
Li Shuai
1fa27cbb0d
Merge branch 'feature/esp32c5mp_light_sleep_support_stage_2' into 'master'
...
feat(esp_hw_support): esp32c5mp sleep support (system part)
Closes IDF-8643, PM-195, PM-169, IDF-8641, IDF-8640, IDF-8639, IDF-8638, CV-259, IDF-10308, IDF-10317, IDF-10310, PM-202, IDF-10918, PM-207, PM-208, PM-210, and PM-214
See merge request espressif/esp-idf!31645
2024-08-29 19:32:05 +08:00
morris
796d40a6a7
Merge branch 'change/deprecate_gdma_new_channel_api' into 'master'
...
change(gdma): deprecate legacy API
See merge request espressif/esp-idf!33148
2024-08-29 16:39:24 +08:00
Armando (Dou Yiwen)
d7b701bfa0
Merge branch 'feat/isp_demosaic' into 'master'
...
isp: demosaic
Closes IDF-10519
See merge request espressif/esp-idf!33111
2024-08-29 16:13:27 +08:00
Island
bb5f95fcc3
Merge branch 'refactor/ble_example_print_on_bluedroid' into 'master'
...
refactor(bt/bluedroid): Refactor the print for CI example test
Closes BLERP-904 and BLERP-910
See merge request espressif/esp-idf!32513
2024-08-29 14:43:30 +08:00
Lou Tianhao
4393343ac9
fix(ci): some actions taken to pass ci
2024-08-29 14:15:41 +08:00
Omar Chebib
928859307f
fix(esp_hw_support): make the NMI interrupts available for the main application
...
Closes https://github.com/espressif/esp-idf/issues/13629
NMI interrupt level has been freed for all the Xtensa targets, making it possible
for the main application to use it. An example has been added to show how to
proceed.
2024-08-29 13:55:47 +08:00
Armando
af4315a2b1
test(sdspi): enabled sdspi test on s3
2024-08-29 09:06:02 +08:00
Armando
29bf116021
fix(sdspi): fixed sdspi on p4
2024-08-29 09:06:02 +08:00
Armando
c13f35a7cf
feat(sdspi): support sdspi on c5
2024-08-29 09:06:02 +08:00
Island
66cb82a446
Merge branch 'docs/optimized_ble_gattc_multi_connect_example' into 'master'
...
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic
Closes IDFGH-13526 and IDFGH-13463
See merge request espressif/esp-idf!33063
2024-08-28 18:02:27 +08:00
morris
39cbba3685
change(gdma): deprecate legacy API
...
gdma_new_channel() is replaced by gdma_new_ahb_channel() and
gdma_new_axi_channel()
2024-08-28 15:27:35 +08:00
chenjianhua
a56d18383b
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
2024-08-28 14:51:12 +08:00
Wan Lei
dbcff0e941
Merge branch 'feat/c61_spi_support' into 'master'
...
feat(driver_spi): c61 spi support
Closes IDF-9299, IDF-9300, IDF-9301, and IDF-10002
See merge request espressif/esp-idf!32918
2024-08-28 12:37:10 +08:00
Song Ruo Jing
315796f96c
Merge branch 'contrib/github_pr_14392' into 'master'
...
Update uart_select_example_main.c (GitHub PR)
Closes IDFGH-13497
See merge request espressif/esp-idf!32913
2024-08-28 12:15:41 +08:00
Mahavir Jain
e93e09de3f
Merge branch 'fix/https_request_mbedtls_config_build_failure' into 'master'
...
Fix https_request example build failure for mbedtls_config
Closes IDFCI-2336
See merge request espressif/esp-idf!33016
2024-08-28 12:04:34 +08:00
Lou Tianhao
47a0677525
feat(pm): support ext1_wakeup/esp_deep_sleep_enable_gpio_wakeup for esp32c5mp deepsleep
2024-08-28 10:44:08 +08:00
Lou Tianhao
6c9ed891ee
feat(esp_hw_support): support cpu domain powered down during sleep for esp32c5
2024-08-28 10:44:08 +08:00
Lou Tianhao
980ec70d0a
feat(esp_hw_support): support pmu init and sleep for esp32c5
...
fix(ci): add efuse header in pmu_sleep
2024-08-28 10:44:08 +08:00
Armando
4a72739840
feat(isp): added demosaic config to isp example
2024-08-28 10:03:22 +08:00
wanckl
e6e7b23917
feat(driver_spi): add esp32c61 spi master, slave, slave_hd support
2024-08-27 20:49:13 +08:00