/Zephyr-latest/subsys/fs/ext2/ |
D | Kconfig | 4 # Ext2 file system 7 bool "Ext2 file system support" 10 Enable Ext2 file system support. 12 module = EXT2 13 module-str = Ext2 18 menu "Ext2 file system Settings" 41 int "Ext2 starting sector" 44 The current Ext2 implementation does not support GUID Partition Table. The starting sector 48 int "Ext2 superblock alignment"
|
D | CMakeLists.txt | 4 add_library(EXT2 INTERFACE) target 5 target_include_directories(EXT2 INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) 17 zephyr_library_link_libraries(EXT2)
|
D | ext2_impl.h | 11 #include <zephyr/fs/ext2.h> 19 /* Memory allocation for ext2 implementation */ 68 * @retval -EINVAL when superblock of ext2 was not detected 105 * @brief Create the ext2 file system 117 * @retval -ENOSPC when storage device is too small for ext2 file system
|
D | ext2_ops.c | 11 #include <zephyr/fs/ext2.h> 15 #include "ext2.h" 19 LOG_MODULE_DECLARE(ext2); 362 /* Superblock is used only once. Because ext2 may have only one instance at the time we could 654 LOG_WRN("Ext2 register error (%d)\n", rc); in ext2_init() 656 LOG_DBG("Ext2 fs registered\n"); in ext2_init()
|
D | ext2_disk_access.c | 11 #include "ext2.h" 14 LOG_MODULE_DECLARE(ext2);
|
D | ext2_format.c | 9 #include <zephyr/fs/ext2.h> 12 #include "ext2.h" 17 LOG_MODULE_DECLARE(ext2, LOG_LEVEL_DBG); 32 strcpy(cfg->volume_name, "ext2"); in validate_config() 130 LOG_ERR("Storage device too small to fit ext2 file system"); in ext2_format()
|
D | ext2_bitmap.c | 14 LOG_MODULE_DECLARE(ext2);
|
/Zephyr-latest/tests/subsys/fs/ext2/ |
D | testcase.yaml | 4 filesystem.ext2.default: 16 filesystem.ext2.big: 24 filesystem.ext2.sdcard: 33 filesystem.ext2.flash:
|
D | Kconfig | 4 mainmenu "Ext2 tests"
|
/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/subsys/fs/ |
D | CMakeLists.txt | 19 add_subdirectory_ifdef(CONFIG_FILE_SYSTEM_EXT2 ext2) 25 target_link_libraries_ifdef(CONFIG_FILE_SYSTEM_EXT2 FS INTERFACE EXT2)
|
D | Kconfig | 115 rsource "ext2/Kconfig"
|
/Zephyr-latest/dts/bindings/gpio/ |
D | atmel-xplained-pro-header.yaml | 11 debugger connected should be called EXT7. PWR, EXT1, EXT2 and EXT3 are 18 * EXT2 is right angled and at the bottom right hand side of the board. 22 All MCU boards have to implement at least PWR, EXT1, EXT2 (on medium and
|
/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/samples/subsys/fs/fs_sample/ |
D | README.rst | 10 This sample app demonstrates use of the file system API and uses the FAT or Ext2 file 19 (FAT or Ext2) See the :ref:`disk_access_api` documentation for Zephyr implementation details. 73 Building and Running EXT2 samples 76 Ext2 sample can be built for ``hifive_unmatched/fu740/s7`` or ``bl5340_dvk/nrf5340/cpuapp``. Because
|
D | sample.yaml | 72 sample.filesystem.ext2:
|
/Zephyr-latest/include/zephyr/fs/ |
D | ext2.h | 12 /** @brief Configuration used to format ext2 file system. 31 uint8_t volume_name[17]; /* If first byte is 0 then name ext2" is given. */
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | testfs_mount_flags.c | 9 #include <zephyr/fs/ext2.h>
|
D | testfs_open_flags.c | 9 #include <zephyr/fs/ext2.h>
|
/Zephyr-latest/samples/subsys/llext/edk/ext2/src/ |
D | main.c | 19 printk("[ext2]Publishing tick\n"); in start()
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | main.c | 33 #include "../../ext2/build/ext2.inc" 176 user_stack2, &user_heap2, "ext2", in main()
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/ |
D | sam_v71_xult-common.dtsi | 87 <8 0 &pioa 3 0>, /* TWD0 EXT2 */ 88 <9 0 &pioa 4 0>, /* TWCK0 EXT2 */ 92 <13 0 &piod 21 0>, /* SPI0(MOSI) EXT2 */ 93 <14 0 &piod 20 0>, /* SPI0(MISO) EXT2 */ 94 <15 0 &piod 22 0>; /* SPI0(SCK) EXT2 */
|
/Zephyr-latest/boards/atmel/sam0/saml21_xpro/doc/ |
D | index.rst | 117 - SERCOM1 115200 8n1 - connected to EXT2 and EXT3 134 - SERCOM5 - connected to EXT2 and EXT3
|
/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/boards/atmel/sam0/samr21_xpro/ |
D | samr21_xpro.dts | 71 <8 0 &porta 16 0>, /* TWD1 EXT2 */ 72 <9 0 &porta 17 0>, /* TWCK1 EXT2 */
|