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 |
|
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 |
|
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 |
|
aleks
|
5145174858
|
fix(uart/example): Fixed minimal stack size in uart_echo example
|
2024-08-27 09:32:30 +02:00 |
|
aleks
|
5d4e5e99c1
|
fix(uart/example): Fixed the stack size allocation in uart_echo_rs485 example
|
2024-08-27 09:32:30 +02:00 |
|
franzhoepfinger
|
1380c0e9ff
|
Update rs485_example.c
Signed-off-by: aleks <aleks@espressif.com>
Merges https://github.com/espressif/esp-idf/pull/14382
|
2024-08-27 09:32:30 +02:00 |
|
Song Ruo Jing
|
c607544126
|
Merge branch 'feature/isp_gamma_correction_support' into 'master'
feat(isp): add gamma correction driver to ISP
Closes IDF-9988
See merge request espressif/esp-idf!32274
|
2024-08-22 12:09:31 +08:00 |
|
Song Ruo Jing
|
f2d131aae4
|
feat(isp): add gamma correction driver to ISP
|
2024-08-21 17:27:16 +08:00 |
|
morris
|
565235d7af
|
change(lcd): simplify the i80 lcd example
removed the lcd touch panel initialization code.
For those touch panel driver usage, please check the esp_bsp repo.
|
2024-08-20 18:47:22 +08:00 |
|
diplfranzhoepfinger
|
18e69cab01
|
Update uart_select_example_main.c
|
2024-08-18 20:19:49 +02:00 |
|
Chen Ji Chang
|
5b0c63b2cd
|
Merge branch 'feat/add_ledc_support_on_c61' into 'master'
feat(ledc): add ledc support on c61
Closes IDF-9291
See merge request espressif/esp-idf!32705
|
2024-08-16 17:35:19 +08:00 |
|
Armando
|
43ba57e704
|
change(isp): rename isp_af example to isp example
|
2024-08-15 18:06:23 +08:00 |
|
Chen Jichang
|
2e2cbd9aa8
|
feat(ledc): add ledc support on c61
|
2024-08-15 15:21:06 +08:00 |
|
Kevin (Lao Kaiyao)
|
eff2e4eddd
|
Merge branch 'feature/support_i2c_on_c61' into 'master'
feat(i2c): support i2c on esp32-c61
Closes IDF-9296 and IDF-9297
See merge request espressif/esp-idf!32596
|
2024-08-15 09:07:01 +08:00 |
|
Song Ruo Jing
|
a6e8a9df17
|
Merge branch 'bugfix/uart_events_example_stask_overflow_s3' into 'master'
fix(uart): increased stack size for the task in uart_events example
See merge request espressif/esp-idf!32779
|
2024-08-14 12:12:59 +08:00 |
|
laokaiyao
|
1397e5421e
|
feat(i2c): support i2c on esp32-c61
|
2024-08-14 11:25:31 +08:00 |
|
C.S.M
|
5d4275fb75
|
feature(temperature_sensor): Add temperature sensor support on esp32c5
|
2024-08-13 11:55:39 +08:00 |
|
Song Ruo Jing
|
96a8265084
|
fix(uart): increased stack size for the task in uart_events example
The example cannot run successfully on ESP32S3 due to task stack overflow
Introduced in a4e6f57a40
|
2024-08-12 16:14:47 +08:00 |
|
Kevin (Lao Kaiyao)
|
7005d2cee5
|
Merge branch 'bugfix/fix_es8311_example_no_sound_on_p4' into 'master'
fix(i2s): fix the es8311 example on P4 EV board
See merge request espressif/esp-idf!32667
|
2024-08-12 11:06:11 +08:00 |
|
Chen Ji Chang
|
1b0fb462b6
|
Merge branch 'feat/add_dedic_gpio_support_on_c61' into 'master'
feat(dedic_gpio): support dedic gpio on esp32c61
Closes IDF-9321
See merge request espressif/esp-idf!32688
|
2024-08-09 11:37:44 +08:00 |
|
Chen Jichang
|
2fafecdc2e
|
feat(dedic_gpio): support dedic gpio on esp32c61
|
2024-08-08 14:00:19 +08:00 |
|
C.S.M
|
bf31a8e781
|
feat(usb_serial_jtag): Add usb serial jtag support on esp32c61
|
2024-08-08 11:11:24 +08:00 |
|
laokaiyao
|
ac2d980df3
|
fix(i2s): fix the es8311 example on P4
Closes https://github.com/espressif/esp-idf/issues/14297
|
2024-08-07 12:44:25 +08:00 |
|
Ludovic BOUÉ
|
e1ef3f7451
|
adc_oneshot_chan_cfg_t config: Fix attributes order in example to match the declaration
Closes https://github.com/espressif/esp-idf/pull/14304
Closes https://github.com/espressif/esp-idf/issues/14303
|
2024-08-06 11:06:54 +08:00 |
|
morris
|
9419dbfe68
|
change(examples): set the ili9881c version to 0.2.x
|
2024-08-02 16:34:21 +08:00 |
|
Daniel Paul
|
1870eaa2ba
|
Merge branch 'docs/consistent_naming_convention_for_ESP_Component_Registry' into 'master'
docs: Consistent naming convention for ESP Component Registry
See merge request espressif/esp-idf!31205
|
2024-07-29 17:30:33 +08:00 |
|
morris
|
a746ecc1f2
|
Merge branch 'feat/support_gptimer_on_c61' into 'master'
feat(gptimer): add gptimer support on c61
Closes IDF-9306
See merge request espressif/esp-idf!32278
|
2024-07-25 15:24:27 +08:00 |
|
morris
|
5c3964c9ea
|
Merge branch 'feature/upgrade_example_autofocus_component' into 'master'
feat(examples): upgrade esp_cam_sensor component for isp/auto_focus
See merge request espressif/esp-idf!32320
|
2024-07-24 19:08:43 +08:00 |
|
Alexey Lapshin
|
cc8c1db3bc
|
feat(examples): upgrade esp_cam_sensor component for isp/auto_focus
|
2024-07-24 17:07:22 +07:00 |
|
Daniel Paul
|
658b1de02c
|
docs: Consistent naming convention for ESP Component Registry
|
2024-07-23 14:10:34 +08:00 |
|
Chen Jichang
|
e04d0aad20
|
feat(gptimer): add gptimer support on c61
|
2024-07-23 10:23:14 +08:00 |
|
laokaiyao
|
ca28123353
|
refactor(esp_probe): add kconfig to select data dump mode
|
2024-07-22 11:00:57 +08:00 |
|
Chen Jichang
|
9b94afdd38
|
feat(dedic_gpio): add support for esp32c5
|
2024-07-17 17:56:43 +08:00 |
|
Gao Xu
|
7d3ac1abe4
|
Merge branch 'esp32c5/add_adc_support' into 'master'
ADC: bringup ADC oneshot and continuous mode on C5
Closes IDF-8701 and IDF-8703
See merge request espressif/esp-idf!31940
|
2024-07-17 16:46:52 +08:00 |
|
wanlei
|
3cf069c7d8
|
feat(esp32c61): disable unsupported build test
|
2024-07-16 16:06:19 +08:00 |
|
Armando (Dou Yiwen)
|
f5d9cbe4cc
|
Merge branch 'feat/ppa_example' into 'master'
ppa: added ppa dsi example
Closes IDF-10077
See merge request espressif/esp-idf!31703
|
2024-07-16 12:02:44 +08:00 |
|
Armando
|
3c7a83303a
|
feat(ppa): added ppa dsi example
|
2024-07-16 09:46:34 +08:00 |
|
gaoxu
|
65820c07ac
|
feat(adc): support ADC oneshot and continuous mode on ESP32C5 and enable test
|
2024-07-13 14:03:23 +08:00 |
|
morris
|
863344f769
|
feat(etm): support etm driver on esp32c5
|
2024-07-12 10:53:12 +08:00 |
|
morris
|
b06b483dfc
|
Merge branch 'feat/esp32c5_sdm_support' into 'master'
feat(sdm): add support for esp32c5
Closes IDF-8687
See merge request espressif/esp-idf!32010
|
2024-07-12 10:51:07 +08:00 |
|
morris
|
bb080b43c4
|
Merge branch 'feat/wiegand_interface_example' into 'master'
feat(gptimer): add wiegand interface example
Closes IDFGH-12932
See merge request espressif/esp-idf!31276
|
2024-07-11 15:30:47 +08:00 |
|
Chen Jichang
|
5dea9413a8
|
feat(gptimer): add wiegand interface example
Closes https://github.com/espressif/esp-idf/issues/13892
|
2024-07-11 10:45:04 +08:00 |
|
Chen Jichang
|
a717fecf94
|
feat(sdm): add support for esp32c5
|
2024-07-10 11:46:45 +08:00 |
|
laokaiyao
|
cb22b8aaf7
|
ci(esp32c5): enable c5 target test
|
2024-07-02 16:45:49 +08:00 |
|
morris
|
722ce211af
|
fix(rmt): power up memory block
|
2024-06-28 10:58:04 +08:00 |
|
Kevin (Lao Kaiyao)
|
e301e4ee34
|
Merge branch 'feature/support_parlio_on_c5' into 'master'
feat(parlio): support parlio on c5
Closes IDF-8685 and IDF-8686
See merge request espressif/esp-idf!31604
|
2024-06-20 19:16:12 +08:00 |
|
C.S.M
|
5bd39b54d3
|
feat(usb_serial_jtag): Add usb serial jtag support on esp32c5
|
2024-06-20 16:55:55 +08:00 |
|
laokaiyao
|
b51fc7c390
|
ci(parlio_rx): enable target test for h2 and p4
|
2024-06-20 16:02:21 +08:00 |
|