Martin Vychodil
7b5116d631
test(vfs): reformat WL FATFS in setup to avoid stale-partition flakes
...
Reformat the test partition before each mount so those tests always start from
a known-empty filesystem.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-06 11:39:30 +02:00
Adam Múdry
3d85e64b21
test(vfs): Test changes regarding VFS register incorrect check fix
2026-07-01 12:38:58 +02:00
sonika.rathi
8393e608eb
fix(fatfs): re-enable fatfs and vfs psram/ccomp CI tests
2026-06-30 09:10:15 +02:00
Jiang Jiang Jian
d82a2d4af2
Merge branch 'fix/vfs_fatfs_unregister_path_possible_leak_v6.0' into 'release/v6.0'
...
Fix esp_vfs_fat_unregister_path possible leak, incorrect check in esp_vfs_register_fs_common and optimize memory usage (v6.0)
See merge request espressif/esp-idf!49638
2026-06-29 15:40:19 +08:00
Jiang Jiang Jian
2ffe474494
Merge branch 'fix/vfs_incorect_deprecation_v6.0' into 'release/v6.0'
...
fix(storage/vfs): Mark the correct version of function deprecated (v6.0)
See merge request espressif/esp-idf!49017
2026-06-29 15:33:12 +08:00
Adam Múdry
542bbb6a04
fix(vfs): Fix incorrect check in esp_vfs_register_fs_common and optimize memory
2026-06-19 14:15:45 +02:00
Tomáš Rohlínek
887c9e3c8c
fix(storage/vfs): Mark the correct version of function deprecated
2026-05-28 15:09:04 +02:00
sonika.rathi
4f8408dca1
fix(storage): mark storage pytest apps flaky in CI
2026-05-21 15:41:09 +02:00
Tomáš Rohlínek
ece7bf6af6
feat(storage/vfs): Remove usage of context less VFS APIs
2026-03-23 19:50:28 +01:00
Tomáš Rohlínek
fea6890b37
feat(storage/vfs): Deprecate context-less function pointers
2026-03-23 19:50:25 +01:00
igor.udot
e2a8bbe639
ci: update build-test-rules to use common_components
2026-03-20 15:53:26 +08:00
Jiang Jiang Jian
8b4c344ddd
Merge branch 'fix/vfs_missing_va_end_v6.0' into 'release/v6.0'
...
fix(storage/vfs): Remove va_end leak in ioctl caused by early return in macro (v6.0)
See merge request espressif/esp-idf!45521
2026-03-20 10:50:03 +08:00
Evgeny Torbin
0070b687b5
ci: remove unused test cases
2026-03-12 12:34:23 +01:00
Tomáš Rohlínek
95f8a0b653
fix(storage/vfs): Remove va_end leak in ioctl caused by early return in macro
2026-03-05 13:26:19 +01:00
Tomáš Rohlínek
d2b9aad8de
feat(storage/vfs): Deprecate legacy API
2025-12-17 14:00:22 +01:00
Tomáš Rohlínek
e3cb10835c
feat(storage/vfs): Make lwip specific API private
2025-12-17 14:00:22 +01:00
Tomáš Rohlínek
1bf8b030e3
feat(storage/vfs): Remove old API usage
2025-12-17 14:00:22 +01:00
Tomáš Rohlínek
44d224c041
feat(storage/vfs): refactor VFS calls to multiple files
2025-12-17 13:58:20 +01:00
Alexey Lapshin
ad7f4b9670
feat(esp_libc): make picolibc default libc
2025-12-06 00:08:35 +07:00
Tomas Rohlinek
06004072cb
Merge branch 'feat/vfs_disable_termios_by_default' into 'master'
...
feat(storage/vfs): Disable termios support by default
Closes IDF-7998
See merge request espressif/esp-idf!42175
2025-10-23 13:25:11 +02:00
Marius Vikhammer
a257812e14
feat(stdio): added esp_stdio component
...
esp_stdio contains everything the old esp_vfs_console contained (the vfs stdio glue layer)
as well as other functionality related to stdio (previously referred to as console)
2025-10-16 10:01:59 +08:00
Tomáš Rohlínek
d99e984a90
feat(storage/vfs): Disable termios support by default
2025-10-15 09:29:34 +02:00
morris
cd41b6a640
refactor: remove unnecessary driver dependencies from build rules
2025-10-11 14:02:29 +08:00
Marius Vikhammer
19337d2708
change(vfs): deleted deprecated uart and uart-jtag-serial API
2025-09-22 11:46:07 +08:00
Alexey Lapshin
9281e78381
change(esp_libc): rename newlib component to esp_libc
2025-09-09 22:00:44 +08:00
Alexey Lapshin
bc4a9ad406
change(newlib): remove sys/dirent.h from newlib component
2025-08-30 19:52:33 +07:00
Marius Vikhammer
56e0c11bb6
feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console
2025-08-22 09:37:47 +08:00
Marius Vikhammer
bf84ab652a
change(test_utils): moved test_utils component to tools/test_apps/components/
2025-07-21 14:05:50 +08:00
Frantisek Hrbata
26e49e1e82
fix(vfs/cmake): avoid using uninitialized sources variable
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-06-04 19:50:27 +08:00
radek.tandler
c3239ce836
fix(vfs): Fixed include for target linux failing on MacOs
2025-05-15 12:28:11 +02:00
Shen Meng Jing
62d4115e08
docs: Fix some typos
2025-04-30 18:35:39 +08:00
Guillaume Souchere
8a89dc0b9c
feat(vfs): Add linux target support for esp_vfs_eventfd
2025-04-03 10:06:01 +02: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
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
Martin Vychodil
8606eb43f7
Merge branch 'feat/optimize_vfs_mountpoint_table' into 'master'
...
feat(storage/vfs): improve mountpoint table memory usage
Closes IDF-12560
See merge request espressif/esp-idf!36613
2025-02-26 22:08:15 +08:00
Tomáš Rohlínek
67638981ec
feat(storage/vfs): cleanup path prefix handling
2025-02-07 10:34:24 +01:00
gaoxu
5ef4f20778
feat(esp32h21): disable unsupported build test
2025-02-06 15:47:51 +08:00
Tomáš Rohlínek
a45b12a68b
feat(storage/vfs): improve mountpoint table memory usage
2025-01-30 09:07:51 +01: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
1c03391414
fix(storage/vfs): Fixed failing test cases in test_apps
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
5e53f2975e
fix(storage/vfs): incorrect log level in esp_vfs_register_fd_range
...
Closes https://github.com/espressif/esp-idf/issues/14327
2024-12-16 15:12:11 +01:00
Martin Vychodil
f8701f1c92
Merge branch 'feat/vfs_ops_make_all_op_pointers_const' into 'master'
...
feat(storage/vfs): make all member pointer of vfs_ops struct const
See merge request espressif/esp-idf!35287
2024-12-13 18:01:53 +08:00
Tomáš Rohlínek
86e5039fc9
feat(storage/vfs): make all member pointer of vfs_ops struct const
2024-12-12 13:03:30 +01:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
Alexey Lapshin
1232759fb7
fix(vfs): fix gcc 14 analyzer warning
2024-12-02 20:26:26 +07:00
Tomáš Rohlínek
65575bfe4d
feat(storage/vfs): move semihost to new vfs API
2024-11-21 07:41:43 +01:00
Tomáš Rohlínek
19eb0d6d02
feat(storage/vfs): move nullfs to new API
2024-11-21 07:41:42 +01:00
Tomáš Rohlínek
3d079312b1
feat(storage/vfs): make part of nullfs API private
2024-11-21 07:41:41 +01:00