morris
c8d4e1b094
Merge branch 'feature/bitscrambler_support' into 'master'
...
feature(driver): BitScrambler loopback support
See merge request espressif/esp-idf!31236
2025-01-03 16:08:52 +08:00
morris
587351ec3d
Merge branch 'contrib/github_pr_15119' into 'master'
...
refactor(soft_spi_master_main.c): remove dead c (GitHub PR)
See merge request espressif/esp-idf!36101
2025-01-02 13:38:02 +08:00
Jerzy Stusiński
7eaf7f9ebe
Update soft_spi_master_main.c
2025-01-01 18:37:18 +01:00
Jeroen Domburg
a88e719e33
feat(driver): BitScrambler support
...
This adds an assembler for the BitScrambler assembly language,
plus unit tests for it. It also adds the loopback driver,
which can do BitScrambler operations on memory-to-memory
transfers. Documentation is also included.
2024-12-30 09:39:23 +08:00
Chen Jichang
ea1c806f21
fix(parlio_tx): fix line address in simple_rgb_martix example
2024-12-24 16:23:04 +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
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
wanckl
0610fa3460
fix(driver_spi): fixed slave example error on esp32p4
2024-12-13 16:15:47 +08:00
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
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
Kevin (Lao Kaiyao)
8077b5c7e2
Merge branch 'feature/support_ana_cmpr_on_c61' into 'master'
...
feat(ana_cmpr): support analog comparator on C61
Closes IDF-11082
See merge request espressif/esp-idf!35480
2024-12-09 20:22:19 +08:00
laokaiyao
0cae6d526c
feat(ana_cmpr): support analog comparator on C61
2024-12-09 10:33:21 +08:00
Armando
e4a4497094
change(isp): enable yuv submodules
2024-12-05 17:21:05 +08:00
Song Ruo Jing
314f4c0f63
feat(dvp_isp_dsi_example): add an example shows DVP-ISP-DSI combination
2024-12-05 17:20:58 +08:00
morris
99013d25a4
Merge branch 'contrib/github_pr_14315' into 'master'
...
feat(example): Add a I2C Simple example (GitHub PR)
Closes IDFGH-13408 and IDFGH-14090
See merge request espressif/esp-idf!35273
2024-12-05 11:34:05 +08:00
morris
0d7e589a71
Merge branch 'change/deprecate_gpspi_old_name' into 'master'
...
spi: don't use sdkconfig.h in hal driver
See merge request espressif/esp-idf!35361
2024-12-05 11:31:47 +08:00
Vinícius de Assis Madruga Prestes
2f5fcf276c
feat(example): Add a I2C Simple example
...
Merges https://github.com/espressif/esp-idf/pull/14315
Closes https://github.com/espressif/esp-idf/issues/14902
2024-12-05 10:32:42 +08:00
morris
1316d7b741
refactor(spi): hal driver doesn't depend on sdkconfig.h
2024-12-04 19:10:57 +08:00
Chen Jichang
0f4605e991
refactor(i80_lcd): adapt example to lvgl9
2024-12-04 14:50:16 +08:00
Chen Jichang
3c6a94cd3f
feat(lcd): add parlio lcd example
2024-12-04 14:50:16 +08:00
Roland Dobai
46e37515b8
Merge branch 'feat/examples_minimal_build' into 'master'
...
switch examples to build just with required components
Closes IDF-11308, IDF-7940, and IDF-11289
See merge request espressif/esp-idf!33825
2024-11-25 16:27:29 +08:00
laokaiyao
9b779d8b3c
feat(i2s): support to select PDM data format
2024-11-21 19:04:55 +08:00
Marius Vikhammer
85fe2454ce
Merge branch 'ci/twai_network' into 'master'
...
ci(twai): disable twai_network test
See merge request espressif/esp-idf!35037
2024-11-21 10:32:50 +08:00
Frantisek Hrbata
1c92945f59
change(examples): switch examples to use a minimal build
...
Currently, several example dependencies rely on the fact that all
registered components are added to the build, along with components
specified in common requirements. This results in longer build times
because even unused components must be built. Switch all examples to use
idf_minimal_build to compile only the components actually required by
the example.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-11-20 20:14:40 +01:00
Frantisek Hrbata
ad15109daa
change(examples): explicitly specify component dependencies for examples
...
Currently, several examples do not explicitly state their component
dependencies, relying instead on the default behavior that includes all
registered components and commonly required ones in the build.
Explicitly adding component dependencies can reduce build time when
set(COMPONENTS main) is used.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-11-20 14:11:24 +01:00
Marius Vikhammer
2c1d52b5b9
ci(twai): disable twai_network test
2024-11-20 14:31:21 +08:00
morris
88c4086db9
Merge branch 'feat/mipi_dsi_underrun_error' into 'master'
...
feat(mipi_dsi): enable underrun error interrupt
See merge request espressif/esp-idf!31704
2024-11-18 11:32:23 +08:00
Chen Ji Chang
5009857d7d
Merge branch 'fix/i2c_oled_example_crash_on_esp32' into 'master'
...
fix(i2c_oled): fix buffer allocation
See merge request espressif/esp-idf!34968
2024-11-15 20:26:09 +08:00
Chen Jichang
29b017b785
fix(i2c_oled): fix buffer allocation
2024-11-15 17:31:15 +08:00
Adam Múdry
4b79cb964f
Merge branch 'fix/tusb_midi_task_stack_overflow' into 'master'
...
fix(examples): tusb_midi task stack overflow fix
Closes IDFGH-14002
See merge request espressif/esp-idf!34914
2024-11-14 23:38:30 +08:00
Ivan Grokhotkov
4d75d2d487
Merge branch 'bugfix/protocols_examples_common_driver_dep' into 'master'
...
remove leftover dependencies on `driver` component
See merge request espressif/esp-idf!33548
2024-11-14 22:21:57 +08:00
Adam Múdry
7e9782b67e
fix(examples): tusb_midi task stack overflow fix
2024-11-14 13:03:27 +01:00
morris
c86a301736
feat(mipi_dsi): enable underrun error interrupt
2024-11-14 19:05:43 +08:00
C.S.M
38b737511c
Merge branch 'feat/tsens_support_c61' into 'master'
...
feat(temperature_sensor): Add temperature sensor support on esp32c61
Closes IDF-9322
See merge request espressif/esp-idf!34326
2024-11-14 17:51:36 +08:00
Roman Leonov
7ff774905a
Merge branch 'fix/usb_device_msc_storage_example' into 'master'
...
fix(tusb_msc): Added SD power supply configuration for p4
See merge request espressif/esp-idf!33455
2024-11-14 17:18:39 +08:00
Roman Leonov
32f60da330
fix(tusb_msc): Fixed sdmmc init on ESP32P4
2024-11-13 16:34:54 +01:00
Tomas Rezucha
e613fcde6e
Merge branch 'contrib/github_pr_14738' into 'master'
...
fix(docs): code comment spelling error (GitHub PR)
Closes IDFGH-13896
See merge request espressif/esp-idf!34863
2024-11-13 19:23:47 +08:00
Tomas Rezucha
5532fa8e26
Merge branch 'contrib/github_pr_14858' into 'master'
...
fix(examples/usb_host_lib): correct typo in comments (GitHub PR)
Closes IDFGH-14038
See merge request espressif/esp-idf!34861
2024-11-13 15:58:10 +08:00
C.S.M
bff20b5397
feat(temperature_sensor): Add temperature sensor support on esp32c61
2024-11-13 10:52:47 +08:00
Armando
5bff669f2f
fix(i2s): fixed i2s example build warning
2024-11-13 09:47:45 +08:00
Gao Xu
611e163024
Merge branch 'feat/esp32c61_adc_support' into 'master'
...
ADC: support ADC oneshot and continuous mode on ESP32C61
Closes IDF-9302 and IDF-9304
See merge request espressif/esp-idf!32907
2024-11-11 10:22:47 +08:00
Daniel Mangum
4e3e73f353
fix(examples/usb_host_lib): correct typo in comments
...
Fixes a small typo in comments
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
2024-11-10 19:39:53 -05:00
C.S.M
fc81b6878e
feat(i2c_slave): Add new example for making i2c slave as a network sensor
2024-11-08 18:04:29 +08:00
gaoxu
efd04b7709
feat(adc): support ADC oneshot and continuous on C61
2024-11-08 17:13:26 +08:00
Ivan Grokhotkov
68e9bcbf1e
fix(build): clean up dependencies on driver component
2024-11-07 13:09:23 +01:00
morris
0ed4c19c5e
feat(lcd): support color conversion for mipi dsi driver
2024-11-07 17:02:54 +08:00
Chen Jichang
87f2080705
feat(parlio): adapt rgb_matrix example to lvgl9
2024-11-06 17:43:05 +08: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
laokaiyao
c007ec5f17
feat(touch): update doc and example for touch version 2
2024-10-30 10:02:49 +08:00