Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/Zephyr-latest/subsys/fs/
DKconfig8 bool "Link file system libraries into build"
10 Link in the underlying file system libraries. This can be
12 to work directly with the underlying file system libraries.
18 bool "File system support"
21 Enables support for file system.
38 int "Maximum number of distinct file system types allowed"
41 Zephyr provides several file system types including FatFS and
50 system types. Zero or a negative value selects the maximum
53 file system. Selecting a value less than the actual length
54 supported by a file system may result in memory access
[all …]
/Zephyr-latest/samples/boards/nordic/system_off/
DKconfig7 bool "Use state retention in system off using retained_mem driver"
11 bool "Use button to wake up device from system off"
14 Enable system off wakeup from pressing sw0 button.
17 bool "Use GRTC to wake up device from system off"
19 Enable system off wakeup from GRTC.
22 bool "Use COMP to wake up device from system off"
24 Enable system off wakeup from analog comparator.
DREADME.rst18 number of times system off was entered, and total uptime since initial power-on
20 RAM is configured to keep the containing section powered while in system-off mode.
37 nrf52dk system off demo
38 Entering system off; press sw0 to restart
/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/
Dmain.c375 .system = GNSS_SYSTEM_GPS,
383 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
385 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
387 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
389 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
418 .system = GNSS_SYSTEM_GPS,
426 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
428 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
430 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
432 .system = GNSS_SYSTEM_GPS, .is_tracked = true},
[all …]
/Zephyr-latest/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-latest/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
50 to be passed to the TF-M build system. Look at 'config_default.cmake'
53 options are handled by the build system in the trusted-firmware-m
61 to be passed to the TF-M build system. Look at 'config_default.cmake'
64 options are handled by the build system in the trusted-firmware-m
[all …]
/Zephyr-latest/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-latest/boards/intel/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-latest/boards/intel/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.
/Zephyr-latest/drivers/timer/
DKconfig.sy1xx_sys_timer5 bool "Sensry ganymed system timer"
10 This module implements a kernel device driver for the system timer
11 and provides the standard "system clock driver" interfaces.
DKconfig.rv32m1_lptmr7 bool "RV32M1 LPTMR system timer driver"
13 peripheral as the system clock. It provides the standard "system clock
DKconfig.nrf_xrtc15 When this option is picked, system clock may not be ready when code relying
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
34 option is picked, system clock is available and stable after system clock
/Zephyr-latest/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-latest/doc/kernel/services/threads/
Dsystem_threads.rst10 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-latest/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
46 User defined name of log files saved in the file system.
67 size of file system partition.
/Zephyr-latest/cmake/toolchain/oneApi/
Dgeneric.cmake10 string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} system)
12 set(TOOLCHAIN_HOME ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin/)
13 set(ONEAPI_LLVM_BIN_PATH ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin-llvm)
27 if(system STREQUAL "linux")
39 elseif(system STREQUAL "windows")
/Zephyr-latest/samples/modules/chre/
DREADME.rst25 #. *System* - a framework allowing nanoapps to make common system requests such as logging, clock,
26 and some basic memory allocation/deallocation. See `pal/system.h`_ for API details.
51 #. Print a message notifying that it's not possible to remove a system level nanoapp
57 #. Add an implementation of the `pal/sensor.h`_ and `pal/system.h`_ to Zephyr. These will be
68 .. _`chre_api/chre/nanoapp.h`: https://cs.android.com/android/platform/superproject/+/master:system
69 .. _`pal/audio.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/in…
70 .. _`pal/gnss.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/inc…
71 .. _`pal/sensor.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/i…
72 .. _`pal/system.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/i…
73 .. _`pal/wifi.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/inc…
[all …]
/Zephyr-latest/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-latest/soc/nxp/kinetis/k8x/
DKconfig39 from the system clock.
46 system clock.
53 system clock.
60 system clock.
/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst4 Include an external static library into the Zephyr build system.
10 into the Zephyr build system.
12 system and how to include the built static library.
17 To use this sample on a Windows host operating system, GNU Make needs to be in
/Zephyr-latest/drivers/clock_control/
DKconfig.numaker7 bool "NuMaker system clock controller driver"
11 Enable support for NuMaker system clock controller driver
/Zephyr-latest/drivers/pinctrl/
DKconfig.xlnx5 bool "Xilinx Zynq 7000 processor system MIO pin controller driver"
10 Enable the Xilinx Zynq 7000 processor system MIO pin controller driver.
/Zephyr-latest/doc/services/pm/
Dindex.rst6 Zephyr RTOS power management subsystem provides several means for a system
14 system
/Zephyr-latest/scripts/tests/twister/
Dtest_log_helper.py28 def test_log_command(caplog, system, expected_log): argument
35 with mock.patch('platform.system', return_value=system):
/Zephyr-latest/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.
42 A target system with a defined set of devices and capabilities,
44 hardware system or a simulated system running under QEMU. A board can
51 The Zephyr build system defines one or more board configurations
53 specified by the build system can be over-ridden by the application,
58 identifies a particular system, but does not include additional
71 hardware system. This is useful to avoid duplication of board files
72 whenever small changes are introduced to a hardware system.
[all …]

12345678910>>...46