Adam Múdry
a9c5a2ae4a
Merge branch 'feat/perf_benchmark_support_esp32p4' into 'master'
...
feat(storage): Update emmc and perf_benchmark example to work with ESP32-P4, fix SDMMC slot deinit bug in legacy driver
Closes IDF-13394 and IDF-13483
See merge request espressif/esp-idf!39826
2025-07-01 08:59:53 +02:00
Adam Múdry
20313f82e6
feat(storage): Update emmc and perf_benchmark example to work with ESP32-P4
2025-06-26 14:00:23 +02:00
Adam Múdry
5106b95910
fix(storage): Fix storage examples readmes mentioning espotool
2025-06-18 15:58:07 +02:00
Adam Múdry
e326d533de
feat(storage): Bump LittleFS to 1.20.0
2025-06-18 15:56:47 +02:00
armando
ad98c1d9a1
fix(sd): fixed menuconfig multi pin definitions issue
2025-05-19 11:16:18 +08:00
armando
c2b8ea07d0
feat(sd): supported UHS-I SDR104 200MHz speed
2025-05-15 10:57:45 +08:00
Martin Vychodil
d69378cdd5
Merge branch 'update/nvs_example' into 'master'
...
refactor(nvs_examples): refactor nvs storage examples and add nvs_console example
See merge request espressif/esp-idf!37978
2025-04-07 16:27:06 +08:00
sonika.rathi
b077caeebc
refactor(examples/storage): update document links
2025-04-03 14:21:11 +02:00
sonika.rathi
f1ff9e1afc
refactor(examples/storage): add nvs_console example
2025-04-03 12:39:20 +02:00
sonika.rathi
24065c6bbd
refactor(examples/storage): update nvs_rw_blob and nvs_rw_value examples
2025-04-03 12:39:20 +02:00
sonika.rathi
e4e56a4687
refactor(examples/storage): move all the nvs examples to 'examples/storeage/nvs' directory
2025-04-03 12:39:20 +02:00
wanckl
51873d46aa
feat(driver_spi): add h21 spi drivers supports
2025-04-03 11:27:29 +08:00
Chen Ji Chang
c3a3cc8657
Merge branch 'feat/h4_enable_ci_build' into 'master'
...
feat(esp32h4): enable ESP32H4 ci build
Closes IDF-12332
See merge request espressif/esp-idf!37921
2025-03-31 23:49:48 +08:00
Chen Jichang
6c4271d4bb
feat(esp32h4): disable unsupported build
2025-03-28 14:41:29 +08:00
Chen Jichang
c34b4eb882
feat(esp32h4): enable ESP32H4 ci build
2025-03-28 14:41:28 +08:00
Adam Múdry
4a6b99bc4a
feat(nvs): Optimize read-only NVS loading
2025-03-27 12:42:04 +01:00
Adam Múdry
851e869bb2
fix: parttool print subprocess output on fail
2025-03-27 15:50:27 +08:00
Adam Múdry
d8ebca368c
feat(nvs): Allow read-only NVS partitions smaller than 0x3000
...
E.g. for factory settings data
Closes https://github.com/espressif/esp-idf/issues/15317
2025-03-27 15:50:27 +08:00
Roland Dobai
62ce56c542
Merge branch 'fix/fix_kconfig_files' into 'master'
...
fix(kconfig): Fix issues with Kconfig files
See merge request espressif/esp-idf!36726
2025-03-07 18:24:06 +08:00
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
Jan Beran
2ccbb2f91d
fix(kconfig): Fix issues with Kconfig files
2025-03-03 13:02:41 +01:00
Adam Múdry
fcb1e8ad5c
test: Re-enable perf_benchmark test for C61
2025-02-18 13:53:56 +01:00
gaoxu
5ef4f20778
feat(esp32h21): disable unsupported build test
2025-02-06 15:47:51 +08:00
harshal.patil
3b7d71eca2
feat(examples): Extend the bootloader_nvs example to support encrypted NVS reads
2025-01-29 18:51:29 +05:30
Marek Fiala
2c814ef2fa
feat(tools): Enforce utf-8 encoding with open() function
2024-12-27 17:12:21 +08:00
Radek Tandler
5b15320600
Merge branch 'bugfix/storage_generic_pytests' into 'master'
...
fix(ci): Removed storage related entries in known generate test child pipeline warnings
See merge request espressif/esp-idf!35738
2024-12-25 18:37:14 +08:00
radek.tandler
91b231adf6
fix(storage/nvs): Fixed failing test cases in example folder
2024-12-20 19:41:01 +01:00
radek.tandler
df31bc6fdd
fix(ci): Removed storage related ignore warnings
2024-12-20 19:40:33 +01:00
Tomáš Rohlínek
0fe0637cfe
feat(storage/examples): bump littlefs version to 1.16.0
2024-12-19 14:11:15 +01:00
C.S.M
190732c461
feat(spi_flash): refactor customize spi flash example for overriding more contents
2024-12-02 17:49:54 +08:00
Armando
5c93ad2b7c
ci(sd): use uart0 as usj always serial noise on ci on p4
2024-11-26 09:52:49 +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
Radek Tandler
8255ba29a6
Merge branch 'feature/storage_nvs_bootloader' into 'master'
...
feat(storage/nvs): NVS bootloader support
See merge request espressif/esp-idf!31753
2024-11-15 00:12:18 +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
radek.tandler
c445ec134b
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
2024-11-14 11:56:45 +01:00
Armando
cb41623b2e
example(sdmmc): support hs and uhs1 sdr50/ddr50
2024-11-13 09:47:45 +08:00
Ivan Grokhotkov
68e9bcbf1e
fix(build): clean up dependencies on driver component
2024-11-07 13:09:23 +01:00
Adam Múdry
97e669214c
fix(littlefs): Allow LittleFS image generation on Windows + version bump
...
Closes https://github.com/espressif/esp-idf/issues/12900
2024-11-06 14:08:44 +01:00
wanckl
8a467ffd9a
feat(driver_sdspi): c61 sdspi support
2024-10-24 13:54:08 +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
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
Tomáš Rohlínek
5841495e7f
fix(storage/fatfs): fix CMake project names in fatfs examples
2024-10-17 09:21:33 +02:00
Martin Vychodil
f659405ee0
Merge branch 'feat/monitor_auto_color' into 'master'
...
feat(tools): Add auto color to monitor and disable colors from chip logs
Closes IDF-362 and DOC-9110
See merge request espressif/esp-idf!33623
2024-10-11 01:04:26 +08:00
Tomáš Rohlínek
bcc060b98e
docs(storage/fatfs): fix relative links in fatfs examples
2024-10-10 16:41:58 +08:00
Tomáš Rohlínek
d43669b2d7
feat(storage/fatfs): restructure fatfsgen example
2024-10-10 16:41:58 +08:00
Tomáš Rohlínek
33788de979
feat(storage/fatfs): restructure ext_flash example
2024-10-10 16:41:58 +08:00
Tomáš Rohlínek
587290567d
feat(storage/fatfs): restructure advanced example
2024-10-10 16:41:58 +08:00
Tomáš Rohlínek
85b5869053
feat(storage/fatfs): restructure basic example
2024-10-10 16:41:58 +08:00
Tomáš Rohlínek
f633839ece
feat(storage/fatfs): add advanced example for fatfs
2024-10-10 16:41:58 +08:00