Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/subsys/llext/edk/ext2/
DCMakeLists.txt9 project(ext2) project
31 add_custom_target(ext2 ALL DEPENDS ${PROJECT_BINARY_DIR}/ext2.llext) target
/Zephyr-latest/samples/subsys/llext/edk/
DREADME.rst19 run in different contexts. Extensions ``ext1``, ``ext2`` and ``ext3`` run in
84 To build the extensions, in the ``ext1``, ``ext2``, ``ext3`` and ``kext1``
126 [app]Loading extension [ext2].
127 [app]Thread 0x20938 created to run extension [ext2], at userspace.
128 [ext2]Publishing tick
/Zephyr-latest/subsys/fs/
DCMakeLists.txt19 add_subdirectory_ifdef(CONFIG_FILE_SYSTEM_EXT2 ext2)
DKconfig115 rsource "ext2/Kconfig"
/Zephyr-latest/subsys/fs/ext2/
Dext2_bitmap.c14 LOG_MODULE_DECLARE(ext2);
Dext2_disk_access.c14 LOG_MODULE_DECLARE(ext2);
Dext2_format.c17 LOG_MODULE_DECLARE(ext2, LOG_LEVEL_DBG);
Dext2_ops.c19 LOG_MODULE_DECLARE(ext2);
Dext2_diskops.c22 LOG_MODULE_DECLARE(ext2);
Dext2_impl.c20 LOG_MODULE_REGISTER(ext2, CONFIG_EXT2_LOG_LEVEL);
/Zephyr-latest/doc/introduction/
Dindex.rst160 **Virtual File System Interface with ext2, FatFs, and LittleFS Support**
161 ext2, LittleFS and FatFS support; FCB (Flash Circular Buffer) for memory constrained
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst2114 * Added support for ext2 file system.
2326 (`fat_fs`) and supports both FAT and ext2 file systems.
Drelease-notes-3.7.rst1824 * Fixed ext2 incorrectly calculating free space when attempting to format