Chip Weinberger
a89a954a85
[Examples] [Async Handlers] simplify code
2024-11-05 14:22:24 -08:00
Xu Si Yu
3e4955345a
fix(ci): optimize an openthread ci case
2024-11-05 17:26:03 +08:00
yinqingzhao
34ba72a431
feat(twt): twt add parameter to enable keep alive
2024-11-05 14:12:02 +08:00
Harshal Patil
ae51dcc227
Merge branch 'ci/nightly_run_crt_bundle_stress_test' into 'master'
...
Run https x509 bundle default crt bundle stress test using QEMU
See merge request espressif/esp-idf!34508
2024-11-05 13:19:51 +08:00
Shu Chen
47c8ca5556
Merge branch 'feature/updated-zigbee-examples' into 'master'
...
feat(zigbee): Upgrade zigbee examples
See merge request espressif/esp-idf!33223
2024-11-05 12:11:26 +08:00
Marius Vikhammer
cfe6c45122
feat(lp_core): added lp-spi example for lp core
...
Added an example of using lp-spi from lp-core to read sensor data
from a BME280 sensor.
2024-11-05 08:18:09 +08:00
harshal.patil
5cc9931dc7
ci(examples/protocols): Run the https x509 bundle default crt bundle stress test using QEMU
2024-11-04 22:42:37 +05:30
xieqinan@espressif.com
a41c2d498e
feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples
...
- Optimize the Zigbee light, switch and gateway examples
- Remove the esp_zigbee_rcp example
2024-11-04 14:21:42 +08:00
Omar Chebib
569222488e
Merge branch 'feature/bootloader_extra_dir' into 'master'
...
feat(bootloader): add the possibility to specify extra components directories
See merge request espressif/esp-idf!33433
2024-11-01 16:58:01 +08:00
Peter Dragun
90abcdebf2
Merge branch 'fix/windows_escape_seq' into 'master'
...
fix: recommend using Windows Terminal in case of issues with escape sequences
Closes IDFGH-13646
See merge request espressif/esp-idf!34516
2024-11-01 16:01:25 +08:00
Konstantin Kondrashov
1a419e594b
Merge branch 'feature/support_primary_subtypes' into 'master'
...
feat(partition_table): Support primary subtypes partitions
Closes IDF-11330
See merge request espressif/esp-idf!34194
2024-11-01 15:13:31 +08:00
Omar Chebib
729c55b790
docs: changed bootloader extra component to a property in build-system.rst
2024-11-01 13:52:01 +08:00
Omar Chebib
e33bcaa6d3
feat(bootloader): use idf property to specify extra components directories
2024-11-01 13:52:01 +08:00
Omar Chebib
775c65a6b7
feat(bootloader): add the possibility to specify extra components directories
2024-11-01 13:52:01 +08:00
Omar Chebib
f6d154e761
fix(examples): fix NMI interrupt example to work on ESP32-S3
2024-11-01 10:17:09 +08:00
Marius Vikhammer
0e8a933488
ci(system): fixed build-test-rules which used ARCH config
...
These variables are not availble when evaluating the rules, resulting
in that the tests were never run.
2024-11-01 09:23:47 +08:00
Peter Dragun
8318adb448
fix: recommend using Windows Terminal in case of issues with escape sequences
...
Closes https://github.com/espressif/esp-idf-monitor/issues/17
2024-10-31 12:56:05 +01:00
Konstantin Kondrashov
8c4f576f99
feat(partition_table): Support primary subtypes partitions
2024-10-31 13:16:01 +02:00
Tomas Rezucha
f7da0175b0
docs(usb_host): Update usb_host example READMEs for P4
...
Closes https://github.com/espressif/esp-idf/issues/14578
Closes https://github.com/espressif/esp-idf/issues/12142
2024-10-31 09:00:59 +01:00
Konstantin Kondrashov
1de0358249
Merge branch 'ci/fix_pytest_otatool_for_c2' into 'master'
...
fix(examples): Fix pytest_otatool for C2
See merge request espressif/esp-idf!34499
2024-10-30 15:13:02 +08:00
Kevin (Lao Kaiyao)
cb4442d948
Merge branch 'feature/touch_driver_ng_on_s2_s3' into 'master'
...
feat(touch): touch driver-NG on S2 & S3
Closes IDF-10182
See merge request espressif/esp-idf!34051
2024-10-30 14:28:01 +08:00
Jiang Jiang Jian
653ce935f9
Merge branch 'chip/esp32c5_eco1_support_wifi' into 'master'
...
feat(wifi): add wifi support for esp32c5 eco1
See merge request espressif/esp-idf!34328
2024-10-30 10:41:47 +08:00
laokaiyao
c007ec5f17
feat(touch): update doc and example for touch version 2
2024-10-30 10:02:49 +08:00
Konstantin Kondrashov
949fc7f2c9
fix(examples): Fix pytest_otatool for C2
...
Test for C2 has to be run with flash_4mb
2024-10-29 11:59:52 +02:00
Chen Jichang
21b38e8b97
feat(i2c_oled): adapt i2c_oled example to LVGL v9
...
This commit simplified the example and removed esp_lvgl_port component.
And adapted example to LVGL v9.
Closes https://github.com/espressif/esp-idf/issues/14179
2024-10-28 19:35:40 +08:00
xuxiao
d092c1ba55
feat(wifi): add wifi support for esp32c5 eco1
2024-10-28 19:19:18 +08:00
Chen Jichang
b3f733166c
fix(lcd): fix the newest lvgl regression
2024-10-25 18:31:52 +08:00
Wan Lei
32923f8287
Merge branch 'feat/c61_sdspi_support' into 'master'
...
feat(driver_sdspi): c61 sdspi support
Closes IDF-9305
See merge request espressif/esp-idf!34144
2024-10-25 17:04:22 +08:00
Mahavir Jain
cace647843
Merge branch 'feat/enable_security_test_cases_for_c5_and_c61' into 'master'
...
feat: enable security related testcases for c5 and c61
Closes IDF-10043 and IDF-10102
See merge request espressif/esp-idf!34325
2024-10-25 16:56:45 +08:00
Island
fa3f6ac55e
Merge branch 'feat/ble_mesh_esp32c61_support' into 'master'
...
Feat/ble mesh esp32c61 support
Closes BLERP-1098 and IDF-10364
See merge request espressif/esp-idf!34100
2024-10-25 12:24:01 +08:00
Gao Xu
ffcf40cee3
Merge branch 'feature/esp32c61_i2s_support' into 'master'
...
feat(i2s): support i2s on esp32c61
Closes IDF-9312 and IDF-9313
See merge request espressif/esp-idf!32905
2024-10-25 11:18:44 +08:00
wanckl
8a467ffd9a
feat(driver_sdspi): c61 sdspi support
2024-10-24 13:54:08 +08:00
Duco Sebel
675653af89
fix(example/system/console): Add 'info' to log_level command description
...
Closes https://github.com/espressif/esp-idf/pull/14771
2024-10-24 02:39:48 +00:00
luoxu
f43b1d2dea
feat(ble_mesh): esp32c61 support for ble mesh
2024-10-23 16:57:59 +08:00
morris
6d716388ff
Merge branch 'feat/rgb_lcd_esp32p4' into 'master'
...
feat(lcd): support rgb lcd driver on esp32p4
Closes IDF-10962
See merge request espressif/esp-idf!33582
2024-10-23 14:39:19 +08:00
Mahavir Jain
c5e1d32b66
Merge branch 'bugfix/update_default_value_of_config_httpd_req_hdr_len' into 'master'
...
fix(esp_https_server): Added default config for https_server example to update default header size
Closes IDF-11358
See merge request espressif/esp-idf!34330
2024-10-23 10:46:09 +08:00
Adam Múdry
4f3cfbe297
Merge branch 'fix/correct_alloc_function_in_example' into 'master'
...
fix(storage/example): correct alloc function
Closes IDF-10653
See merge request espressif/esp-idf!32516
2024-10-22 19:47:44 +08:00
Chen Ji Chang
6c1bb29092
Merge branch 'fix/mcpwm_example_remove_io_loop_back' into 'master'
...
refactor(mcpwm): remove io_loop_back in example
See merge request espressif/esp-idf!34259
2024-10-22 19:07:48 +08:00
morris
efcb91b47e
feat(lcd): support rgb lcd driver for esp32p4
2024-10-22 17:18:05 +08:00
gaoxu
8ab0cdde60
feat(i2s): support i2s on esp32c61
2024-10-22 15:12:38 +08:00
nilesh.kale
3e1534e2f7
fix(esp_https_server): added default config for https_server example to set header size to 1024
2024-10-22 12:20:00 +05:30
morris
c2e8a6e7c4
Merge branch 'feat/blink_example_esp32p4' into 'master'
...
feat(blink): support esp32 p4 core board
See merge request espressif/esp-idf!32426
2024-10-21 18:08:21 +08:00
nilesh.kale
854101959d
feat: enable security related testcases for c5 and c61
2024-10-21 14:24:36 +05:30
Armando (Dou Yiwen)
df9d72226b
Merge branch 'feat/isp_lsc_feature' into 'master'
...
isp: lsc feature
Closes IDF-11228
See merge request espressif/esp-idf!31193
2024-10-18 16:59:51 +08:00
Tomas Rohlinek
fe51222a02
Merge branch 'feat/simplify_storage_examples' into 'master'
...
feat(storage/fatfs): update fatfs examples
Closes IDF-5705
See merge request espressif/esp-idf!31174
2024-10-18 15:28:44 +08:00
morris
63cf6f93e6
Merge branch 'feat/etm_driver_c61' into 'master'
...
ETM driver support for esp32c61
Closes IDF-9295, IDF-9964, IDF-9318, and IDF-10373
See merge request espressif/esp-idf!34090
2024-10-18 13:11:35 +08:00
Armando
7e02f87bc9
change(isp): added eco2 check
2024-10-18 11:29:56 +08:00
Armando
14f0f344ea
feat(isp): lsc example
2024-10-18 11:29:56 +08:00
Chen Jichang
9e27d464eb
refactor(mcpwm): remove io_loop_back in example
2024-10-18 10:35:45 +08:00
Jiang Jiang Jian
cbf105e87e
Merge branch 'bugfix/use_wpa3_ent_authmode_naming' into 'master'
...
fix(wifi): Add support to recongize different WPA3 Authentication modes from specifications
Closes WIFIBUG-429
See merge request espressif/esp-idf!33229
2024-10-18 10:03:31 +08:00