morris
|
ed5deb00bb
|
Merge branch 'contrib/github_pr_12514' into 'master'
Update ledc_basic_example_main.c (GitHub PR)
Closes IDFGH-11370
See merge request espressif/esp-idf!26896
|
2023-11-03 18:40:15 +08:00 |
|
diplfranzhoepfinger
|
007c2b155e
|
Update ledc_basic_example_main.c
the order of initializers should match the declaration, to be able to also use this code in C++
|
2023-11-02 11:13:20 +01:00 |
|
Wan Lei
|
10401d95d0
|
Merge branch 'feature/esp32p4_hp_spi_slave_support' into 'master'
Feature/esp32p4 hp spi slave support
Closes IDF-7503
See merge request espressif/esp-idf!25700
|
2023-10-31 23:31:24 +08:00 |
|
Peter Marcisovsky
|
546b76befa
|
feat(usb/host): Modifiy usb_host_lib example
The example keeps handling connections/disconnections indefinitely.
Added kconfig.projbuild for GPIO selection.
GPIO0 press does terdown/uninstall.
|
2023-10-30 13:40:44 +01:00 |
|
wanlei
|
7cd75c1075
|
feat(spi_slave): add p4 hp spi slave driver support
|
2023-10-30 12:51:56 +08:00 |
|
Wan Lei
|
7c21207bd3
|
Merge branch 'feature/esp32p4_twai_support' into 'master'
feat(twai): support legacy twai(can) driver for esp32p4
Closes IDF-7470
See merge request espressif/esp-idf!26073
|
2023-10-30 10:57:03 +08:00 |
|
morris
|
cfbf857924
|
Merge branch 'refactor/esp_driver_pcnt' into 'master'
refactor(pcnt): make pcnt driver as component
Closes IDF-8380
See merge request espressif/esp-idf!26476
|
2023-10-27 12:37:36 +08:00 |
|
Martin Vychodil
|
1d5dbb8170
|
Merge branch 'update/sdcard_troubleshooting' into 'master'
fix(sd_card): update sd_card troubleshooting notes in readme.md
See merge request espressif/esp-idf!25879
|
2023-10-26 16:49:02 +08:00 |
|
wanlei
|
d9d6f5a17a
|
feat(twai): support legacy twai(can) driver for esp32p4
|
2023-10-26 16:20:45 +08:00 |
|
sonika.rathi
|
360f7b1e14
|
fix(sd_card): update sd_card troubleshooting notes in readme.md
|
2023-10-25 11:19:08 +02:00 |
|
Roman Leonov
|
375907299e
|
fix(usb/host): added hid_driver_uninstall call during APP_QUIT for HID Host example
|
2023-10-25 09:04:20 +02:00 |
|
Tomas Rezucha
|
e6fde2e13e
|
refactor(usb/host_msc_example): Increase transfer speeds
- Upgrade to MSC driver 1.1.1 for zero copy transfers
- Use setvbuf() to increase size of VFS file buffer
- Add example test
|
2023-10-24 15:19:58 +02:00 |
|
Tomas Rezucha
|
6e92fc0416
|
feature(examples/usb): Define maximum opend files in MSC device example
|
2023-10-24 15:19:58 +02:00 |
|
morris
|
845e6c3ccb
|
docs: update EC11 datasheet link
Closes https://github.com/espressif/esp-idf/issues/12442
|
2023-10-23 10:12:23 +08:00 |
|
morris
|
98b5ea7bdf
|
refactor(pcnt): make pcnt driver as component
|
2023-10-23 01:45:43 +00:00 |
|
Armando
|
70314b56d5
|
feat(sdmmc): supported sd2.0 on esp32p4
|
2023-10-18 11:57:55 +00:00 |
|
wanlei
|
57614bbad2
|
feat(ledc): support ledc on esp32p4
|
2023-10-17 16:40:04 +08:00 |
|
morris
|
2bbdd35383
|
build: trim lcd apps build dependency
|
2023-10-13 14:58:15 +08:00 |
|
Tomas Rezucha
|
31f11848d2
|
Merge branch 'feature/usb_examples_trim_build' into 'master'
change(usb/examples): Trim the builds of USB examples
See merge request espressif/esp-idf!26320
|
2023-10-10 23:33:11 +08:00 |
|
Roman Leonov
|
7b0b7a8bf0
|
Merge branch 'feature/usb_host_uvc_example_kconfig' into 'master'
feat(usb/host): add Kconfig for negotiation protocol configuration in UVC example
Closes IDF-7975
See merge request espressif/esp-idf!26275
|
2023-10-10 17:26:08 +08:00 |
|
Tomas Rezucha
|
b4c387f9f3
|
change(usb/examples): Trim the USB example builds
Include minimal set of components: main and everything it depends on
|
2023-10-10 10:28:47 +02:00 |
|
Wan Lei
|
c8832d789d
|
Merge branch 'fix/mcpwm_foc_example_build_all_target' into 'master'
fix(mcpwm): foc example enable build on all supported target
Closes IDF-8075
See merge request espressif/esp-idf!26366
|
2023-10-09 19:24:43 +08:00 |
|
wanlei
|
776b92803d
|
fix(mcpwm): foc example enable build on all supported target
|
2023-10-09 12:28:08 +08:00 |
|
wanlei
|
eb75aa462e
|
feat(spi_master): p4 enable test and examples
|
2023-10-08 14:45:52 +08:00 |
|
wanlei
|
00fcdce725
|
feat(spi_master): p4 add master driver supported
|
2023-10-08 14:45:12 +08:00 |
|
Roman Leonov
|
1bd0c0f6f6
|
feat(usb/host): add Kconfig for negotiation protocol configuration in UVC example
|
2023-10-06 12:43:17 +02:00 |
|
Song Ruo Jing
|
821f7b0498
|
fix(ledc): fix ledc driver 100% duty cycle configuration
Update ledc duty cycle value range in doxygen.
Fix duty configuration error at 100% duty cycle for ESP32.
Improve LEDC API doxygen.
Closes https://github.com/espressif/esp-idf/pull/11516
Closes https://github.com/espressif/esp-idf/issues/12083
|
2023-10-02 07:32:16 +00:00 |
|
Kevin (Lao Kaiyao)
|
4c6f4b39f1
|
Merge branch 'feature/support_i2s_on_p4' into 'master'
feat(i2s): support i2s on esp32p4
Closes IDF-6508
See merge request espressif/esp-idf!24280
|
2023-09-29 00:50:04 +08:00 |
|
laokaiyao
|
0b0f25c30d
|
feat(i2s): supported getting the tx sync count and specify interrupt flags
|
2023-09-28 15:03:27 +08:00 |
|
laokaiyao
|
cf889f3c6d
|
feat(i2s): support i2s on esp32p4
|
2023-09-28 15:03:27 +08:00 |
|
morris
|
b12e250b2c
|
refactor(examples): reformat peripheral examples with astyle_py
|
2023-09-28 10:08:04 +08:00 |
|
Kevin (Lao Kaiyao)
|
cf54ebc9c1
|
Merge branch 'feature/support_parlio_tx_on_p4' into 'master'
feat(parlio_tx): supported parlio tx on p4
Closes IDF-7472
See merge request espressif/esp-idf!25365
|
2023-09-27 12:33:34 +08:00 |
|
Kevin (Lao Kaiyao)
|
9a239b8367
|
Merge branch 'feature/support_analog_comparator_on_p4' into 'master'
feat(ana_cmpr): supported analog comparator on esp32p4
Closes IDF-7479
See merge request espressif/esp-idf!24873
|
2023-09-27 04:24:09 +08:00 |
|
Liu Zhong Wei
|
1956196170
|
Merge branch 'feature/esp_lcd_example_use_lvgl_lock' into 'master'
feat(esp_lcd): add lock for lvgl in examples
Closes AEG-859
See merge request espressif/esp-idf!25733
|
2023-09-26 10:23:29 +08:00 |
|
laokaiyao
|
ff7a11e539
|
feat(ana_cmpr): supported etm in analog comparator example
|
2023-09-25 19:57:34 +08:00 |
|
laokaiyao
|
28a45e20b8
|
feat(parlio_tx): supported parlio tx on p4
|
2023-09-25 10:42:30 +08:00 |
|
Armando
|
900aebd158
|
feat(dma): added APIs for dma specific malloc
|
2023-09-22 14:19:41 +08:00 |
|
Liu Zhongwei
|
beef3bd065
|
feat(esp_lcd): add lock for lvgl in examples
|
2023-09-22 12:22:17 +08:00 |
|
Liu Zhongwei
|
9df70ceb22
|
fix(spi_lcd_touch): LCD image source default from binary
|
2023-09-21 09:19:08 +08:00 |
|
morris
|
8d17265bb7
|
Merge branch 'feature/support_rmt_esp32p4' into 'master'
RMT driver support on ESP32-P4
Closes IDF-7476 and IDF-7730
See merge request espressif/esp-idf!25680
|
2023-09-20 23:11:11 +08:00 |
|
Ivan Grokhotkov
|
6d87100a70
|
feat(examples): add local components via idf_component.yml
Specifying all the dependencies (managed and local) in the manifest
makes it easier for users to see every component the example
depends on.
|
2023-09-19 10:38:24 +02:00 |
|
morris
|
6bb05cccdd
|
feat(rmt): add driver support for esp32p4
including DMA feature
|
2023-09-19 12:54:14 +08:00 |
|
morris
|
6f6ed69c62
|
Merge branch 'feat/add_lvgl_filesystem_example' into 'master'
feat(LCD): Update i80 example of loading image from file system
Closes IDF-8026
See merge request espressif/esp-idf!25661
|
2023-09-06 22:20:17 +08:00 |
|
Chen Jichang
|
5ea4df682e
|
feat(esp_lcd): updated lvgl example to loading image from file system
which can help to reduce the firmware bin size
|
2023-09-06 14:53:24 +08:00 |
|
Planck (Lu Zeyu)
|
6f55f76344
|
feat(st7789): add data endian config
Closes https://github.com/espressif/esp-idf/issues/11416
|
2023-09-05 12:11:19 +08:00 |
|
morris
|
ab42d63054
|
fix(ci): pre-commit failure on readme check
|
2023-08-28 05:17:56 +00:00 |
|
Armando
|
6f412393b6
|
change(ci): add todo to p4 build test enable
|
2023-08-24 12:51:19 +08:00 |
|
Armando
|
7dbd3f6909
|
feat(ci): Enable p4 example, test_apps and unit tests CI build
|
2023-08-24 12:51:19 +08:00 |
|
Michael (XIAO Xufeng)
|
47c153b949
|
Merge branch 'ci/pre-commit-check-build-test-rule-exist' into 'master'
pre-commit: add check that build-test-rule paths must exist
See merge request espressif/esp-idf!25231
|
2023-08-17 02:25:45 +08:00 |
|
Xiao Xufeng
|
f51258ec18
|
ci(pre-commit): add check that build-test-rule paths must exist
|
2023-08-11 17:04:35 +08:00 |
|