Yuan Hong Hui
060521bab4
bugfix(example): earse-nvs before flash
2024-12-27 16:29:05 +08:00
laokaiyao
678ddba550
feat(touch): allow RTC power down during the deep sleep
2024-12-26 19:14:12 +08:00
Omar Chebib
55955a5cd6
Merge branch 'feat/bootloader_multiboot' into 'master'
...
feat(bootloader): add an example that implements multiboot
Closes IDF-9409
See merge request espressif/esp-idf!35606
2024-12-26 16:26:26 +08:00
Marius Vikhammer
d8de8c6e40
Merge branch 'bugfix/enable_additional_lp_io_wakeup' into 'master'
...
fix(lp_io): enable setting edge type wakeup sources for targets that support this
See merge request espressif/esp-idf!35122
2024-12-26 10:41:23 +08:00
Island
51ccce212e
Merge branch 'feature/example_config_test_in_ci' into 'master'
...
feat(example): add pytest for ble example config test
Closes BLERP-1190 and BLERP-1224
See merge request espressif/esp-idf!34668
2024-12-25 18:42:47 +08:00
Yuan Hong Hui
a4ff6ba643
feat(example): add pytest for ble example config test
2024-12-25 18:42:47 +08:00
Radek Tandler
5b15320600
Merge branch 'bugfix/storage_generic_pytests' into 'master'
...
fix(ci): Removed storage related entries in known generate test child pipeline warnings
See merge request espressif/esp-idf!35738
2024-12-25 18:37:14 +08:00
Omar Chebib
840eef31ce
feat(bootloader): add an example that implements multiboot
...
Add a new example for the bootloader that shows how to override it to implement multiboot.
2024-12-25 12:41:15 +08:00
Omar Chebib
28f1b18675
fix(bootloader): add a new property that contains the default linker scripts
2024-12-25 12:41:15 +08:00
Gao Xu
1a9a5f4734
Merge branch 'feat/h21_introduce_step7' into 'master'
...
feat(esp32h21): ci enable public header check (stage7)
See merge request espressif/esp-idf!35858
2024-12-25 09:36:32 +08:00
Chen Ji Chang
f0cee06dab
Merge branch 'fix/fix_parlio_tx_example_line_address' into 'master'
...
fix(parlio_tx): fix line address in simple_rgb_martix example
See merge request espressif/esp-idf!35930
2024-12-24 19:18:47 +08:00
gaoxu
3e30d2e928
feat(esp32h21): ci enable public header check (stage7)
2024-12-24 16:44:08 +08:00
Chen Jichang
ea1c806f21
fix(parlio_tx): fix line address in simple_rgb_martix example
2024-12-24 16:23:04 +08:00
Laukik Hase
d24e09393d
Merge branch 'feature/esp_tee_examples' into 'master'
...
feat(esp_tee): Added examples demonstrating the ESP-TEE framework
See merge request espressif/esp-idf!35834
2024-12-24 15:03:49 +08:00
Island
60fea22224
Merge branch 'bugfix/fixed_ble_issues_241220' into 'master'
...
Bugfix/fixed ble issues 241220
Closes BLERP-1391, BLERP-1410, BLERP-1409, and BLERP-1397
See merge request espressif/esp-idf!35846
2024-12-24 11:37:12 +08:00
Shu Chen
b07ffe1e1c
Merge branch 'fix/add_macros_for_otbr' into 'master'
...
fix(openthread): add macros for ot_br
See merge request espressif/esp-idf!35773
2024-12-23 20:58:22 +08:00
Jiang Guang Ming
642ffec9ed
ci: Enabled https_request example pytest with config esp32c2_rom_mbedtls
2024-12-23 17:30:06 +08:00
Tomas Rohlinek
89045a1ff2
Merge branch 'feat/bump_esp_littlefs_1_16_0' into 'master'
...
feat(storage/examples): bump littlefs version to 1.16.0
Closes IDF-11691
See merge request espressif/esp-idf!35823
2024-12-23 17:04:52 +08:00
Mahavir Jain
4e0a45b9d8
Merge branch 'contrib/github_pr_15023' into 'master'
...
fix(html): Fix upload_script to actually use max size variables (GitHub PR)
Closes IDFGH-14227
See merge request espressif/esp-idf!35803
2024-12-23 15:57:37 +08:00
Astha Verma
15631363c6
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:29:57 +05:30
radek.tandler
91b231adf6
fix(storage/nvs): Fixed failing test cases in example folder
2024-12-20 19:41:01 +01:00
radek.tandler
df31bc6fdd
fix(ci): Removed storage related ignore warnings
2024-12-20 19:40:33 +01:00
Rahul Tank
4885e24ebd
Merge branch 'bugfix/fix_link_estab_param' into 'master'
...
fix(nimble): Corrected link_estab event handling parameters
See merge request espressif/esp-idf!35780
2024-12-21 00:04:49 +08:00
zwl
c089a01263
feat(ble): add dtm configuration command in hci example
2024-12-20 20:19:37 +08:00
Laukik Hase
ad74c1c3c2
feat(esp_tee): Added examples demonstrating the ESP-TEE framework
2024-12-20 14:34:14 +05:30
David Cermak
c5955f8cf6
fix(lwip): Fix ping session calling thread unsafe API
...
Closes https://github.com/espressif/esp-idf/issues/14982
2024-12-20 08:09:22 +01:00
Tomáš Rohlínek
0fe0637cfe
feat(storage/examples): bump littlefs version to 1.16.0
2024-12-19 14:11:15 +01:00
Shu Chen
5374a9904b
Merge branch 'fix/fix_a_naming_error_in_ot_kconfig' into 'master'
...
fix(openthread): fix a naming error of kconfig
See merge request espressif/esp-idf!35664
2024-12-19 19:11:16 +08:00
Island
b48aa9823b
Merge branch 'fix/blufi_example_mem_access' into 'master'
...
fix(ble/blufi): Fixed blufi example security issue
Closes BLERP-1399
See merge request espressif/esp-idf!35736
2024-12-19 15:06:52 +08:00
Rahul Tank
30f7fa5e0e
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 12:27:09 +05:30
Tan Yan Quan
8276e56f99
fix(openthread): add macros for ot_br
2024-12-18 19:09:48 +08:00
Kevin (Lao Kaiyao)
25de0937bb
Merge branch 'bugfix/fix_i2s_24b_buf_size_calc' into 'master'
...
fix(i2s): fixed some issues in I2S driver
Closes IDF-11890
See merge request espressif/esp-idf!35626
2024-12-18 18:30:35 +08:00
laokaiyao
0b809a1bc5
docs(example): added troubleshooting for i2s_es8311 example
...
Closes https://github.com/espressif/esp-idf/issues/15047
2024-12-18 16:23:29 +08:00
zhanghaipeng
d84ccadf90
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
2024-12-18 11:42:17 +08:00
yiwenxiu
276087c4d3
feat(openthread): change wlan to ethernet
2024-12-18 09:17:28 +08:00
Xu Si Yu
b16abb49ab
feat(openthread): update build test rules
2024-12-17 16:32:54 +08:00
WanqQixiang
5cc3c09a15
fix(openthread): Fix CI failure of ot_trel example build
2024-12-17 10:26:47 +08:00
Marius Vikhammer
c35f188efb
fix(lp_io): allow edge wakeup types for LP-IO on chips which support it
2024-12-17 10:00:48 +08:00
Shu Chen
7d46a4a0b0
Merge branch 'example_connect/thread' into 'master'
...
feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples
See merge request espressif/esp-idf!34892
2024-12-16 17:56:46 +08:00
Xu Si Yu
f8648f2ee6
fix(openthread): fix a naming error of kconfig
2024-12-16 16:42:39 +08:00
Wan Lei
3b4f2a9a86
Merge branch 'fix/p4_spi_slave_example_not_work' into 'master'
...
fix(driver_spi): fixed slave (and slave_hd) driver and example error with alignment check
See merge request espressif/esp-idf!35248
2024-12-16 14:29:02 +08:00
Ivan Grokhotkov
e06c234625
Merge branch 'bugfix/opencores_emac_macaddr' into 'master'
...
fixes for MAC address setting in openeth driver
See merge request espressif/esp-idf!35512
2024-12-13 20:17:56 +08:00
wanckl
0610fa3460
fix(driver_spi): fixed slave example error on esp32p4
2024-12-13 16:15:47 +08:00
xuzhekai
d051a2a39d
feat(bt/bluedroid): Added BLE get started examples for Bluedroid
2024-12-13 15:09:03 +08:00
Anuj Deshpande
c81c6cfb3a
Fix upload_script to actually use max size variables
2024-12-13 10:09:47 +05:30
Kevin (Lao Kaiyao)
b2dce4a170
Merge branch 'feature/support_ana_cmpr_on_c5' into 'master'
...
feat(ana_cmpr): support ana cmpr on c5
Closes IDF-11081
See merge request espressif/esp-idf!35530
2024-12-13 11:03:17 +08:00
Chen Jian Xing
e75c170cfe
Merge branch 'bugfix/fix_blufi_connect_wpa_ap_fail_issue' into 'master'
...
fix(wifi): fixed blufi connect wep or wpa ap fail issue
Closes WIFI-6765
See merge request espressif/esp-idf!35541
2024-12-12 20:23:06 +08:00
Zhang Wen Xu
41b083d2bc
Merge branch 'feature/add_rx_buff_statistic' into 'master'
...
feat(802.15.4): IEEE802.15.4 add rx buffer statistic
See merge request espressif/esp-idf!28996
2024-12-12 19:55:07 +08:00
laokaiyao
b48b43880a
feat(ana_cmpr): support analog comparator on C5
2024-12-12 10:27:05 +08:00
laokaiyao
c896eb611e
refactor(i2s): refactor i2s examples common dependencies
...
Closes https://github.com/espressif/esp-idf/issues/14751
Make the common I2S dependencies as an example common component,
so that to avoid slash & backslash issue on windows
when use absolute include path.
2024-12-11 22:03:30 +08:00