Yuhan Wei
5f008828d3
docs(ble): Added BLE Get Started documentation link to README.md
2024-09-25 17:27:05 +08:00
Konstantin Kondrashov
d11b958209
refactor(examples): Refactoring and clean up OTA tests
2024-09-25 09:45:08 +03:00
morris
bd08297e70
Merge branch 'feature/modbus_add_support_esp32c61' into 'master'
...
feature modbus add support esp32c61
Closes IDF-10050
See merge request espressif/esp-idf!32707
2024-09-25 11:42:45 +08:00
Alex Lisitsyn
01dcc49a0d
feature modbus add support esp32c61
2024-09-25 11:42:45 +08:00
morris
004e427ed5
Merge branch 'bugfix/remove_enc28j60' into 'master'
...
Bugfix/remove enc28j60
See merge request espressif/esp-idf!33791
2024-09-25 10:29:41 +08:00
Rahul Tank
88bb0e0807
Merge branch 'bugfix/fix_blufi_deinit_fail' into 'master'
...
fix(nimble): Fixed deinit sequence in blufi
Closes BLERP-1057
See merge request espressif/esp-idf!33746
2024-09-25 00:09:58 +08:00
Ondrej Kosta
feedad8467
remove(esp_eth): Removed SPI ETH ENC28J60 example
2024-09-24 16:51:21 +02:00
Aditya Patwardhan
99ce11d7a3
Merge branch 'fix/warning_in_flash_encryption_example' into 'master'
...
fix(security): Fix flash encryption example warning
See merge request espressif/esp-idf!33693
2024-09-24 17:20:59 +08:00
Ondrej Kosta
2653ed5318
Merge branch 'feat/spi_eth_c61' into 'master'
...
feat(esp_eth): added SPI ETH defaults for C61 in examples
Closes IDF-9298
See merge request espressif/esp-idf!33559
2024-09-24 17:12:49 +08:00
Island
0a60517613
Merge branch 'docs/optimized_ble_example' into 'master'
...
docs(ble/bluedroid): Optimize BLE example documentation
Closes BLERP-892
See merge request espressif/esp-idf!33710
2024-09-24 16:10:14 +08:00
Rahul Tank
f8dc0ba89d
fix(nimble): Fixed deinit sequence in blufi
2024-09-23 19:00:38 +05:30
Song Ruo Jing
8da1b8bba7
Merge branch 'contrib/github_pr_14393' into 'master'
...
strerror for clearer Error detection (GitHub PR)
Closes IDFGH-13496
See merge request espressif/esp-idf!32914
2024-09-23 20:47:08 +08:00
morris
0690e53294
Merge branch 'refactor/rgb_lcd_gpio_assign' into 'master'
...
feat(lcd): add Kconfig to assign default GPIO for RGB LCD example
See merge request espressif/esp-idf!33734
2024-09-23 18:23:58 +08:00
Jiang Jiang Jian
1635905523
Merge branch 'feat/esp32c61_wifi_sleep' into 'master'
...
esp32c61 wifi legacy sleep and modem state support
Closes PM-206, PM-234, IDF-10627, and IDF-10630
See merge request espressif/esp-idf!33711
2024-09-23 16:20:33 +08:00
morris
63ccbd095e
feat(lcd): add Kconfig to assign default GPIO for RGB LCD example
2024-09-23 16:17:48 +08:00
xiongweichao
b71597416d
feat(bt/bluedroid): Report sniff interval to application layer
2024-09-23 15:23:36 +08:00
Konstantin Kondrashov
efc143bf10
Merge branch 'bugfix/fix_efuse_example_c2' into 'master'
...
fix(efuse): Fix efuse test examples
Closes IDF-11263
See merge request espressif/esp-idf!32575
2024-09-23 15:23:04 +08:00
Mahavir Jain
e4fba01e11
Merge branch 'fix/cleanup_esp_tls_wolfssl' into 'master'
...
Cleanup(esp-tls): Remove unused config option from esp-wolfssl
See merge request espressif/esp-idf!33699
2024-09-23 13:56:38 +08:00
Island
03b73cfd91
Merge branch 'refactor/ble_example_print_on_bluedroid' into 'master'
...
fix(bt/bluedroid): correct the readme links for BLE periodic examples
See merge request espressif/esp-idf!33644
2024-09-23 12:08:37 +08:00
Li Shuai
9f030d1a0c
fix(ci): some modify for ci pass
2024-09-23 10:29:48 +08:00
Jiang Jiang Jian
945af68d74
Merge branch 'feature/esp32c61_light_sleep_support_stage_3' into 'master'
...
feat(esp_hw_support): esp32c61 sleep support (Stage 3: support system peripheral sleep retention)
Closes IDF-10384, IDF-10382, and IDF-11004
See merge request espressif/esp-idf!33298
2024-09-21 16:09:36 +08:00
zhanghaipeng
3a9e05984a
docs(ble/bluedroid): Optimize BLE example documentation
2024-09-21 15:22:09 +08:00
Konstantin Kondrashov
cb6e8209e5
feat(examples): Get offsets for efuses from espefuse.py
2024-09-20 16:28:25 +03:00
Aditya Patwardhan
238615c634
fix(examples): Update accurate information for HTTPS Server
2024-09-20 17:49:23 +05:30
Konstantin Kondrashov
fdac9bb814
fix(examples): Fix SB and FE tests for C5 and C61
2024-09-20 13:31:31 +03:00
Liu Xiao Yu
e051b921b8
Merge branch 'feat/lp_spinlock' into 'master'
...
feat(ulp): implement inter-hp-lp-cpu spinlock/critical section
Closes IDF-10206
See merge request espressif/esp-idf!32775
2024-09-20 17:09:50 +08:00
Lou Tian Hao
9be8822b61
Merge branch 'feature/esp32c61_light_sleep_support_stage_deepsleep' into 'master'
...
feat(esp_hw_support): support esp32c61 deepsleep
Closes PM-203 and IDF-9245
See merge request espressif/esp-idf!33301
2024-09-20 15:30:30 +08:00
Aditya Patwardhan
a6218520e1
fix(security): Fix flash encryption example warning
...
The Flash encryption example was giving a warning
message related to the mount failure of the fatfs
partition. The change fixes the behaviour to
remove the warning
2024-09-20 12:09:59 +05:30
Lou Tianhao
bc0404ae03
fix(ci): some actions taken to pass CI
2024-09-20 14:10:45 +08:00
Li Shuai
3edbd0741a
Merge branch 'feat/esp32c5_wifi_sleep' into 'master'
...
esp32c5 wifi legacy sleep and modem state support
Closes WIFI-6424, WIFI-6425, PM-185, IDF-10597, and IDF-10601
See merge request espressif/esp-idf!33225
2024-09-20 13:53:07 +08:00
Lou Tianhao
d9c15bb772
fix(ci): some actions taken to pass CI
2024-09-20 10:53:05 +08:00
Lou Tianhao
d70f24e414
feat(pm): support example deepsleep for esp32c61
2024-09-20 10:53:05 +08:00
Shen Wei Long
8320e4281b
Merge branch 'bugfix/fixed_ble_get_started_issue_for_esp32c5' into 'master'
...
fix(ble): correct gpio pin in examples/bluetooth/ble_get_started for ESP32-C5
See merge request espressif/esp-idf!33654
2024-09-20 10:44:18 +08:00
Xiaoyu Liu
446528d40f
feat(ulp): implement ulp lp core spinlock
2024-09-20 10:22:45 +08:00
morris
c44e7dcb14
Merge branch 'feat/adapt_spi_lcd_to_lvgl_v9' into 'master'
...
feat(spi_lcd): adapt spi_lcd example to LVGL v9
Closes IDF-10953 and IDFGH-13741
See merge request espressif/esp-idf!33620
2024-09-20 10:11:43 +08:00
Konstantin Kondrashov
637ee54a7f
feat(examples): Increases partition table offset for P4 and C5
2024-09-19 21:31:40 +03:00
Marius Vikhammer
8746f44c74
fix(efuse): fix efuse examples not compiling on c2
2024-09-19 20:48:53 +08:00
Li Shuai
072ea6bb44
fix(ci): some modify for ci pass
2024-09-19 20:04:44 +08:00
Li Shuai
eeb55c3f04
change(example/power_save): modify to support dfs min frequency select to 48 MHz xtal
2024-09-19 20:04:44 +08:00
Lou Tianhao
1604cef916
chanage(example/power_save): add wifi band (2.4 GHz and 5 GHz) menuconfig option for esp32c5
2024-09-19 20:04:44 +08:00
Shen Weilong
a30edf60eb
fix(ble): correct gpio pin in examples/bluetooth/ble_get_started for ESP32-C5
2024-09-19 20:04:02 +08:00
Sudeep Mohanty
13d4235d73
Merge branch 'fix/lp_uart_garbled_print' into 'master'
...
fix(lp_uart): Added lp_uart_tx_flush API
Closes IDFGH-13650
See merge request espressif/esp-idf!33487
2024-09-19 19:54:36 +08:00
Yin Qing Zhao
ca331a2521
Merge branch 'feature/add_channel_bit_definition' into 'master'
...
feat(wifi):wifi add channel bit definition
Closes FCW-280 and FCW-281
See merge request espressif/esp-idf!32916
2024-09-19 19:51:06 +08:00
Peter Marcisovsky
c2366d5df6
Merge branch 'fix/usb_device_msc_example_fix_console' into 'master'
...
fix(usb_device): Fix console selection in MSC Device example
Closes IDF-11136
See merge request espressif/esp-idf!33517
2024-09-19 19:29:33 +08:00
Peter Marcisovsky
70ff700f56
Merge branch 'ci/usb_device_enable_p4_tests' into 'master'
...
ci(usb_device): Enable USB device tests in CI for esp32p4
See merge request espressif/esp-idf!33287
2024-09-19 19:17:40 +08:00
Jiang Jiang Jian
6b9242b5c7
Merge branch 'bugfix/fix_some_issues_of_cert_test' into 'master'
...
fix(phy): update cert_test docs
See merge request espressif/esp-idf!33635
2024-09-19 16:45:38 +08:00
chenjianhua
5bc3609965
fix(bt/bluedroid): correct the readme links for BLE periodic examples
2024-09-19 16:13:13 +08:00
Sudeep Mohanty
3c65f1b654
fix(lp_uart): Added lp_uart flush feature
...
This commit adds the lp_core_uart_flush() API to flush the LP UART Tx
FIFO. This API is automatically called once the program returns from the
main function().
Closes https://github.com/espressif/esp-idf/issues/14530
2024-09-19 09:36:04 +02:00
muhaidong
da4a0798f4
fix(phy): update cert_test docs
2024-09-19 15:13:15 +08:00
Chen Jichang
7e2a7bd5b2
feat(spi_lcd): adapt spi_lcd example to LVGL v9
2024-09-19 14:29:41 +08:00