Home
last modified time | relevance | path

Searched full:ext2 (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-latest/subsys/fs/ext2/
DKconfig4 # 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"
DCMakeLists.txt4 add_library(EXT2 INTERFACE) target
5 target_include_directories(EXT2 INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
17 zephyr_library_link_libraries(EXT2)
Dext2_impl.h11 #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
Dext2_ops.c11 #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()
Dext2_disk_access.c11 #include "ext2.h"
14 LOG_MODULE_DECLARE(ext2);
Dext2_format.c9 #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()
Dext2_bitmap.c14 LOG_MODULE_DECLARE(ext2);
/Zephyr-latest/tests/subsys/fs/ext2/
Dtestcase.yaml4 filesystem.ext2.default:
16 filesystem.ext2.big:
24 filesystem.ext2.sdcard:
33 filesystem.ext2.flash:
DKconfig4 mainmenu "Ext2 tests"
/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/subsys/fs/
DCMakeLists.txt19 add_subdirectory_ifdef(CONFIG_FILE_SYSTEM_EXT2 ext2)
25 target_link_libraries_ifdef(CONFIG_FILE_SYSTEM_EXT2 FS INTERFACE EXT2)
DKconfig115 rsource "ext2/Kconfig"
/Zephyr-latest/dts/bindings/gpio/
Datmel-xplained-pro-header.yaml11 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/
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/samples/subsys/fs/fs_sample/
DREADME.rst10 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
Dsample.yaml72 sample.filesystem.ext2:
/Zephyr-latest/include/zephyr/fs/
Dext2.h12 /** @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/
Dtestfs_mount_flags.c9 #include <zephyr/fs/ext2.h>
Dtestfs_open_flags.c9 #include <zephyr/fs/ext2.h>
/Zephyr-latest/samples/subsys/llext/edk/ext2/src/
Dmain.c19 printk("[ext2]Publishing tick\n"); in start()
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dmain.c33 #include "../../ext2/build/ext2.inc"
176 user_stack2, &user_heap2, "ext2", in main()
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/
Dsam_v71_xult-common.dtsi87 <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/
Dindex.rst117 - SERCOM1 115200 8n1 - connected to EXT2 and EXT3
134 - SERCOM5 - connected to EXT2 and EXT3
/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/boards/atmel/sam0/samr21_xpro/
Dsamr21_xpro.dts71 <8 0 &porta 16 0>, /* TWD1 EXT2 */
72 <9 0 &porta 17 0>, /* TWCK1 EXT2 */

12