gaoxu
|
605f2309bf
|
feat(gpio): add gpio support on ESP32C5 MP version
|
2024-04-26 12:27:53 +08:00 |
|
Adam Múdry
|
2fb0360a95
|
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1)
Fixes a bug which causes DivideByZero exception when the filesystem is full
|
2024-04-19 12:47:59 +02:00 |
|
harshal.patil
|
f07db4ef4d
|
ci(otatool): fix test failure caused due to closing connection incorrectly
|
2024-04-15 17:09:39 +05:30 |
|
Tomas Rohlinek
|
f5d49570ee
|
Merge branch 'feature/optimize_fatfs_on_sdmmc' into 'master'
feat(examples/storage): update perf benchmark example
Closes IDF-8420
See merge request espressif/esp-idf!27678
|
2024-04-09 15:02:06 +08:00 |
|
Tomas Rohlinek
|
0c9937570f
|
feat(examples/storage): update perf benchmark example
|
2024-04-09 15:02:05 +08:00 |
|
Kevin (Lao Kaiyao)
|
432864e917
|
Merge branch 'ci/enable_c5_mp_ci_jobs' into 'master'
ci(esp32c5mp): enable esp32c5 build on CI
See merge request espressif/esp-idf!29895
|
2024-04-08 12:16:16 +08:00 |
|
laokaiyao
|
65b1fd33d3
|
ci(esp32c5mp): disable the unsupported tests
|
2024-04-07 12:13:29 +08:00 |
|
Chen Yudong
|
7d13f8210f
|
ci: fix pytest generic env markers
|
2024-04-03 18:10:43 +08:00 |
|
Ivan Grokhotkov
|
10cc15b150
|
fix(storage): applied spelling fixes by codespell pre-commit hook
|
2024-03-28 13:00:54 +01:00 |
|
morris
|
4c2569e2fc
|
change(sdmmc): update ldo acquire driver to new API
|
2024-03-25 21:19:12 +08:00 |
|
Armando
|
ec44556a07
|
feat(sd): added power control driver and implementation layer with ldo
|
2024-03-25 11:32:56 +08:00 |
|
wanlei
|
ca4153de52
|
fix(sdspi): temp skip run high falure job on esp32
|
2024-03-15 16:15:55 +08:00 |
|
Adam Múdry
|
5136081cf3
|
feat: LittleFS bump version to 1.14.2
|
2024-03-07 01:25:52 +01:00 |
|
Adam Múdry
|
e2da3a4259
|
fix(examples): Disable formatting SD cards in storage examples by default
|
2024-02-07 13:40:40 +01:00 |
|
Adam Múdry
|
8e50d63fea
|
feat(fatfs): Add an option to use 2 FATs (file allocation tables) in FATFS volumes
Should help with redundancy and data corruption when enabled but uses more space.
|
2024-01-18 14:03:28 +01:00 |
|
Adam Múdry
|
c6520dc3a5
|
Merge branch 'feature/littlefs_example_bump_version_lower_idf_version' into 'master'
feat: LittleFS example bump version to 1.13.0
Closes IDF-9045
See merge request espressif/esp-idf!28454
|
2024-01-18 03:09:19 +08:00 |
|
Marius Vikhammer
|
3846cbc599
|
Merge branch 'ci/fix_esp32_jtag' into 'master'
ci(semihost_vfs): fixed test case failing due to shell quote issues
See merge request espressif/esp-idf!28488
|
2024-01-16 15:45:33 +08:00 |
|
Marius Vikhammer
|
03db29c244
|
ci(semihost_vfs): fixed test case failing due to shell quote issues
|
2024-01-16 13:27:51 +08:00 |
|
Adam Múdry
|
616573e09d
|
feat: LittleFS bump version to 1.13.0
|
2024-01-15 13:15:24 +01:00 |
|
sonika.rathi
|
54647dbbd3
|
feat(sd_card): add built-in checks for connections to the card and correct pullups
|
2024-01-15 11:21:30 +01:00 |
|
Fu Hanxi
|
c1301c6145
|
build: bypass build issues
|
2024-01-10 15:34:50 +01:00 |
|
Armando
|
c50e364a97
|
refactor(sdspi): place sdspi driver into a new component
|
2023-11-20 12:30:03 +08:00 |
|
Armando
|
5b8d904a9b
|
refactor(sdmmc): dependency inversion to sdmmc component
|
2023-11-16 15:37:32 +08:00 |
|
Armando
|
c7c38b7904
|
refactor(sdmmc): place sdmmc driver into a new component
|
2023-11-16 15:37:32 +08:00 |
|
Martin Vychodil
|
2beef95ff1
|
Merge branch 'feature/update_strorage_test_config' into 'master'
feat(storage): update config for app tests
Closes IDF-5552
See merge request espressif/esp-idf!26310
|
2023-11-06 19:42:04 +08:00 |
|
Tomáš Rohlínek
|
559fb2d2bf
|
feat(storage): minimize platforms for tests
|
2023-11-06 07:41:36 +01:00 |
|
Marius Vikhammer
|
77bb19c49e
|
ci(build): fixed/ignored warnings from unknown symbols in sdkconfig.defaults
|
2023-11-01 01:14:00 +00:00 |
|
Tomáš Rohlínek
|
8f3abfb60e
|
feat(storage): add dependencies for tests
|
2023-10-27 10:07:40 +02:00 |
|
Tomáš Rohlínek
|
53f4f19cc1
|
feat(storage): update config for app tests
|
2023-10-27 10:07:31 +02:00 |
|
sonika.rathi
|
360f7b1e14
|
fix(sd_card): update sd_card troubleshooting notes in readme.md
|
2023-10-25 11:19:08 +02:00 |
|
Armando (Dou Yiwen)
|
1bce665e73
|
Merge branch 'feat/sdspi_esp32p4' into 'master'
sdspi: supported sdspi on esp32p4
Closes IDF-7501
See merge request espressif/esp-idf!26458
|
2023-10-20 10:41:44 +08:00 |
|
Armando
|
70314b56d5
|
feat(sdmmc): supported sd2.0 on esp32p4
|
2023-10-18 11:57:55 +00:00 |
|
Armando
|
d08518e310
|
feat(sdspi): supported sdspi on esp32p4
|
2023-10-16 19:29:07 +08:00 |
|
Adam Múdry
|
8fc8f3f479
|
Merge branch 'ci/perf_monitor_spiflash_build_test_enable_esp32p4_fixed' into 'master'
ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4 v2
Closes IDF-8093
See merge request espressif/esp-idf!26309
|
2023-10-09 19:51:56 +08:00 |
|
Adam Múdry
|
6582e6c422
|
ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4 v2
|
2023-10-05 13:19:19 +02:00 |
|
Adam Múdry
|
c86cd4623e
|
Revert "Merge branch 'ci/perf_monitor_spiflash_build_test_enable_esp32p4' into 'master'"
This reverts merge request !25636
|
2023-09-28 07:04:25 +08:00 |
|
Martin Vychodil
|
239b73bd80
|
Merge branch 'ci/perf_monitor_spiflash_build_test_enable_esp32p4' into 'master'
ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4
Closes IDF-8093
See merge request espressif/esp-idf!25636
|
2023-09-26 23:07:56 +08:00 |
|
Sonika Rathi
|
ab4ab45d8a
|
Merge branch 'bugfix/add_warning_for_unsupported_targets' into 'master'
fix(example/storage): Add warning for unsupported targets for SD_Card example
See merge request espressif/esp-idf!25702
|
2023-09-07 17:42:23 +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 |
|
Adam Múdry
|
c08a4e6b3d
|
ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4
|
2023-09-06 03:18:20 +00:00 |
|
sonika.rathi
|
2162a132f1
|
fix(example/storage): Add warning for unsupported targets for SD_Card example
|
2023-09-04 08:59:51 +02:00 |
|
Armando
|
7dbd3f6909
|
feat(ci): Enable p4 example, test_apps and unit tests CI build
|
2023-08-24 12:51:19 +08:00 |
|
Adam Múdry
|
ae34457e81
|
Merge branch 'feature/perf_monitor_example' into 'master'
storage: add performance test example
Closes IDF-3607
See merge request espressif/esp-idf!24327
|
2023-08-16 17:37:49 +08:00 |
|
Adam Múdry
|
e7b88a52d1
|
feat(examples): Add storage IO speed benchmark example
New example which can benchmark IO speed of SPI flash partition
(raw, FATFS, SPIFFS) and SD card (raw, FATFS) connected via SPI and SDMMC.
|
2023-08-15 18:47:38 +02:00 |
|
Adam Múdry
|
b988242b07
|
feat(examples): Add storage/nvsgen example
Showcases the use of `nvs_create_partition_image` CMake function
Remove mentions of NVS multipage blob version 1 so it's not encouraged
|
2023-08-04 11:48:02 +02:00 |
|
sonika.rathi
|
c9b2b03d3d
|
feat(example/storage/littlefs): add LittleFS demo example
|
2023-07-21 11:08:01 +02:00 |
|
Martin Vychodil
|
53f680d0c1
|
Merge branch 'fix/sdcard_example_blocker' into 'master'
CI: fix sdcard examples timeout
Closes IDFCI-1696, IDFCI-1683, IDFCI-1684, and IDFCI-1687
See merge request espressif/esp-idf!23410
|
2023-04-26 16:33:53 +08:00 |
|
Adam Múdry
|
b87b58da57
|
CI: fix sdcard examples timeout
|
2023-04-24 16:44:01 +02:00 |
|
laokaiyao
|
bf2a7b2df6
|
esp32h4: removed esp32h4 related codes
|
2023-04-23 12:03:07 +00:00 |
|
Armando
|
920ecff168
|
sdmmc: in/out phase adapted to esp32 and esp32s3
|
2023-04-14 18:18:54 +08:00 |
|