Searched refs:ext2 (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/samples/subsys/llext/edk/ext2/ |
D | CMakeLists.txt | 9 project(ext2) project 31 add_custom_target(ext2 ALL DEPENDS ${PROJECT_BINARY_DIR}/ext2.llext) target
|
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 19 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/ |
D | CMakeLists.txt | 19 add_subdirectory_ifdef(CONFIG_FILE_SYSTEM_EXT2 ext2)
|
D | Kconfig | 115 rsource "ext2/Kconfig"
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_bitmap.c | 14 LOG_MODULE_DECLARE(ext2);
|
D | ext2_disk_access.c | 14 LOG_MODULE_DECLARE(ext2);
|
D | ext2_format.c | 17 LOG_MODULE_DECLARE(ext2, LOG_LEVEL_DBG);
|
D | ext2_ops.c | 19 LOG_MODULE_DECLARE(ext2);
|
D | ext2_diskops.c | 22 LOG_MODULE_DECLARE(ext2);
|
D | ext2_impl.c | 20 LOG_MODULE_REGISTER(ext2, CONFIG_EXT2_LOG_LEVEL);
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 160 **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/ |
D | release-notes-3.5.rst | 2114 * Added support for ext2 file system. 2326 (`fat_fs`) and supports both FAT and ext2 file systems.
|
D | release-notes-3.7.rst | 1824 * Fixed ext2 incorrectly calculating free space when attempting to format
|