Home
last modified time | relevance | path

Searched full:system (Results 1 – 25 of 2130) sorted by relevance

12345678910>>...86

/Zephyr-Core-3.6.0/subsys/fs/
DKconfig8 bool "File system support"
10 Enables support for file system.
27 int "Maximum number of distinct file system types allowed"
30 Zephyr provides several file system types including FatFS and
39 system types. Zero or a negative value selects the maximum
42 file system. Selecting a value less than the actual length
43 supported by a file system may result in memory access
47 int "File system initialization priority"
55 bool "File system shell"
60 file system.
[all …]
/Zephyr-Core-3.6.0/doc/services/file_system/
Dindex.rst9 to instantiate, mount, and operate on a file system. The File system Switch
10 decouples the applications from directly accessing an individual file system's
11 specific API or internal functions by introducing file system registration
14 In Zephyr, any file system implementation or library can be plugged into or
15 pulled out through a file system registration API. Each file system
25 Zephyr RTOS supports multiple instances of a file system by making use of
26 the mount point as the disk volume name, which is used by the file system library
29 A file system is declared as:
41 - ``FS_FATFS`` is the file system type like FATFS or LittleFS.
42 - ``FATFS_MNTP`` is the mount point where the file system will be mounted.
[all …]
/Zephyr-Core-3.6.0/include/zephyr/
Dsyscall.h24 * System Call Declaration macros
26 * These macros are used in public header files to declare system calls.
37 * All system calls require a verifier function and an implementation
38 * function. These must follow a naming convention. For a system call
46 * z_impl_k_foo(). This is the actual implementation of the system
52 * @brief System call handler function type
54 * These are kernel-side skeleton functions for system calls. They are
55 * necessary to sanitize the arguments passed into the system call:
63 * - If the system call has more than 6 arguments, then arg6 will be a pointer
69 * Even if the system call implementation has no return value, these always
[all …]
/Zephyr-Core-3.6.0/dts/bindings/fs/
Dzephyr,fstab-common.yaml13 The absolute path used as the file system mount point.
19 A reference to the file system's partition.
24 Mount file system on boot if present.
26 During initialization the file system driver will attempt to mount
32 Mount file system read-only if present.
35 mount descriptor generated for the file system.
40 Do not format file system if mount fails.
43 mount descriptor generated for the file system.
51 the mount descriptor generated for the file system.
/Zephyr-Core-3.6.0/drivers/timer/
DKconfig.nrf_xrtc14 System clock source is initiated but does not wait for clock readiness.
15 When this option is picked, system clock may not be ready when code relying
22 System clock source initialization waits until clock is available. In some
25 it is ready. When this option is picked, system clock is available after
26 system clock driver initialization but it may be less accurate. Option is
33 System clock source initialization waits until clock is stable. When this
34 option is picked, system clock is available and stable after system clock
/Zephyr-Core-3.6.0/boards/arm/arduino_nano_33_ble/support/
Dstartup.cmm32 ; process system-wide settings
34 IF OS.FILE("~~/system-settings.cmm")
35 DO "~~/system-settings.cmm"
40 SYStem.Down
41 IF PRACTICE.CoMmanD.AVAILable(SYStem.CPU.NANO33BLE)
42 SYStem.CPU NANO33BLE
44 SYStem.CPU NRF52840QI
77 IF !SYStem.Up()
79 SYStem.PORT &gdbRemote
81 SYStem.Option MMUSPACES ON
[all …]
/Zephyr-Core-3.6.0/doc/
Dglossary.rst16 The set of user-supplied files that the Zephyr build system uses
20 The application's kernel configuration settings direct the build system
34 of the system, initializes it, and runs as the system's sole application.
39 A target system with a defined set of devices and capabilities,
41 hardware system or a simulated system running under QEMU.
47 The Zephyr build system defines one or more board configurations
49 specified by the build system can be over-ridden by the application,
54 save energy independently of the system power state. Devices will keep
60 A system thread that runs when there are no other threads ready to run.
88 `System on a chip`_
[all …]
/Zephyr-Core-3.6.0/modules/trusted-firmware-m/
DKconfig.tfm.partitions16 to be passed to the TF-M build system. Look at 'config_default.cmake'
19 options are handled by the build system in the trusted-firmware-m
27 to be passed to the TF-M build system. Look at 'config_default.cmake'
30 options are handled by the build system in the trusted-firmware-m
38 to be passed to the TF-M build system. Look at 'config_default.cmake'
41 options are handled by the build system in the trusted-firmware-m
51 to be passed to the TF-M build system. Look at 'config_default.cmake'
54 options are handled by the build system in the trusted-firmware-m
62 to be passed to the TF-M build system. Look at 'config_default.cmake'
65 options are handled by the build system in the trusted-firmware-m
[all …]
/Zephyr-Core-3.6.0/include/zephyr/fs/
Dfs.h21 * @brief File System APIs
22 * @defgroup file_system_api File System APIs
38 /** @brief Enumeration to uniquely identify file system types.
41 * requires a unique identifier used to register the file system
42 * implementation and to associate a mount point with the file system
49 * identifiers are unique if multiple file system implementations are
53 /** Identifier for in-tree FatFS file system. */
56 /** Identifier for in-tree LittleFS file system. */
59 /** Identifier for in-tree Ext2 file system. */
66 /** Flag prevents formatting device if requested file system not found */
[all …]
Dnvs.h35 * @brief Non-volatile Storage File system structure
38 /** File system offset in flash **/
48 /** File system is split into sectors, each sector must be multiple of erase-block-size */
50 /** Number of sectors in the file system */
52 /** Flag indicating if the file system is initialized */
77 * @brief Mount an NVS file system onto the flash device specified in @p fs.
79 * @param fs Pointer to file system
86 * @brief Clear the NVS file system from flash.
88 * @param fs Pointer to file system
95 * @brief Write an entry to the file system.
[all …]
/Zephyr-Core-3.6.0/include/zephyr/arch/common/
Dpm_s2ram.h26 * @brief System off function
29 * to power the system off after the CPU context has been saved.
31 * This function never returns if the system is powered off. If the operation
33 * of restoring the system in a fully operational state before returning.
35 * @retval none The system is powered off.
36 * @retval -EBUSY The system is busy and cannot be powered off at this time.
45 * (retained) RAM before powering the system off using the provided function.
52 * @param system_off Function to power off the system.
55 * @retval -EBUSY The system is busy and cannot be suspended at this time.
/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig.fs5 bool "File system backend"
9 When enabled, backend is using the configured file system to output logs.
10 As the file system must be mounted for the logging to work, it must be
12 Log messages are discarded as long as the file system is not mounted.
24 When enabled automatically start the file system backend on
38 User defined name of log files saved in the file system.
59 size of file system partition.
/Zephyr-Core-3.6.0/doc/services/pm/
Dsystem.rst1 .. _pm-system:
3 System Power Management
8 Subsystem can put an idle system in one of the supported power states, based
18 The following diagram describes system power management:
20 .. image:: images/system-pm.svg
22 :alt: System power management
52 power state the system should transition to based on states defined by the
61 The power management system enters the power state which offers the highest
63 :dtcompatible:`zephyr,power-state`) less than or equal to the scheduled system
81 to decide which power state the system should transition to based on the
[all …]
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dsystem_threads.rst3 System Threads
10 A :dfn:`system thread` is a thread that the kernel spawns automatically
11 during system initialization.
13 The kernel spawns the following system threads:
26 this means a fatal system error is raised if the thread aborts. If
31 This thread executes when there is no other work for the system to do.
34 loop. The idle thread remains in existence as long as the system is running
42 The idle thread is an essential thread, which means a fatal system error
45 Additional system threads may also be spawned, depending on the kernel
47 enabling the system workqueue spawns a system thread
/Zephyr-Core-3.6.0/drivers/syscon/
DKconfig10 bool "System Controller (SYSCON) drivers"
12 SYSCON (System Controller) drivers. System controller node represents
26 bool "Generic SYSCON (System Controller) driver"
30 Enable generic SYSCON (System Controller) driver
33 int "SYSCON (System Controller) driver init priority"
/Zephyr-Core-3.6.0/subsys/pm/
DKconfig14 bool "System Power Management"
25 module-str = System Power Management
29 bool "System Power Management Stats"
32 Enable System Power Management Stats.
41 bool "System Low Power Mode Needs All Devices Idle"
45 entering into system low power mode.
75 that get called by the power manager application when the system
115 usage even while the CPU or system is running.
119 bool "Use only on Runtime Power Management on system suspend / resume"
122 On system suspend / resume do not trigger the Device PM hooks but
/Zephyr-Core-3.6.0/samples/subsys/fs/littlefs/
DREADME.rst5 Use file system API over LittleFS.
10 This sample app demonstrates use of Zephyr's :ref:`file system API
11 <file_system_api>` over `littlefs`_, using file system with files that:
12 * count the number of times the system has booted
15 Other information about the file system is also displayed.
26 The partition labeled "storage" will be used for the file system; see
28 compatible littlefs file system its contents will be replaced by an
29 empty file system. You will see diagnostics like this::
35 The error and warning are normal for a new file system.
37 After the file system is mounted you'll also see::
[all …]
/Zephyr-Core-3.6.0/scripts/west_commands/tests/
Dtest_stm32cubeprogrammer.py19 """Home path (used for Linux system CLI path)."""
22 """Program files x86 path (used for Windows system CLI path)."""
27 """Environment (used for Windows system CLI path)."""
72 "system": "",
94 "system": "",
116 "system": "",
138 "system": "",
160 "system": "",
182 "system": "",
204 "system": "",
[all …]
/Zephyr-Core-3.6.0/samples/subsys/usb/mass/
DKconfig9 Use this to force an existing file system to be created.
12 prompt "Storage and file system type used by the application"
15 Specify the type of storage and file system.
21 bool "Use RAM disk and FAT file system"
26 bool "Use FLASH disk and FAT file system"
38 bool "Use SDHC and FAT file system"
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dpoweroff.h17 * @defgroup sys_poweroff System power off
25 * @brief System power off hook.
28 * perform an immediate power off of the system.
37 * @brief Perform a system power off.
39 * This function will perform an immediate power off of the system. It is the
40 * responsability of the caller to ensure that the system is in a safe state to
/Zephyr-Core-3.6.0/samples/boards/nrf/system_off/
DREADME.rst1 .. _nrf-system-off-sample:
3 nRF5x System Off demo
17 system off was entered, and total uptime since initial power-on are retained
19 the containing RAM section powered while in system-off mode.
36 nrf52dk_nrf52832 system off demo
37 Entering system off; press sw0 to restart
/Zephyr-Core-3.6.0/subsys/fs/ext2/
DKconfig4 # Ext2 file system
7 bool "Ext2 file system support"
10 Enable Ext2 file system support.
18 menu "Ext2 file system Settings"
45 of the file system must be specified by this option.
/Zephyr-Core-3.6.0/dts/bindings/timer/
Dnuclei,systimer.yaml5 Nuclei System Timer
7 The Nuclei system timer provides RISC-V privileged mtime and mtimecmp
25 clock used by the system timer.
26 This property supports the case that the system timer and CPU use
30 For example, the CPU clock frequency is 108MHz, and the system timer
44 Setting clk-divider to 2 specifies the system timer uses the clock
/Zephyr-Core-3.6.0/boards/riscv/niosv_g/doc/
Dindex.rst9 …Intel FPGA Design Store Nios® V/g Hello World Example Design system and this complete system is co…
17 Nios® V/g hello world example design system
20 Prebuilt Nios® V/g hello world example design system is available in Intel FPGA Design store.
23 For example, Arria10 Nios® V/g processor example design system prebuilt files can be downloaded fro…
26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a…
28 Create Nios® V/g processor example design system in FPGA
31 Please use Intel Quartus Programmer tool to program Nios® V/g processor based system into the FPGA …
44 top.sof is referring to Nios® V/m processor based system SRAM Object File.
55 Use the JTAG UART terminal to print the stdout and stderr of the Nios® V/g processor system.
/Zephyr-Core-3.6.0/boards/riscv/niosv_m/doc/
Dindex.rst9 …Intel FPGA Design Store Nios® V/m Hello World Example Design system and this complete system is co…
17 Nios® V/m hello world example design system
20 Prebuilt Nios® V/m hello world example design system is available in Intel FPGA Design store.
23 For example, Arria10 Nios® V/m processor example design system prebuilt files can be downloaded fro…
26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a…
28 Create Nios® V/m processor example design system in FPGA
31 Please use Intel Quartus Programmer tool to program Nios® V/m processor based system into the FPGA …
44 top.sof is referring to Nios® V/m processor based system SRAM Object File.
55 Use the JTAG UART terminal to print the stdout and stderr of the Nios® V/m processor system.

12345678910>>...86