Searched refs:system (Results 1 – 25 of 1148) sorted by relevance
12345678910>>...46
8 bool "Link file system libraries into build"10 Link in the underlying file system libraries. This can be12 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 and50 system types. Zero or a negative value selects the maximum53 file system. Selecting a value less than the actual length54 supported by a file system may result in memory access[all …]
7 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.
18 number of times system off was entered, and total uptime since initial power-on20 RAM is configured to keep the containing section powered while in system-off mode.37 nrf52dk system off demo38 Entering system off; press sw0 to restart
375 .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 …]
9 to instantiate, mount, and operate on a file system. The File system Switch10 decouples the applications from directly accessing an individual file system's11 specific API or internal functions by introducing file system registration14 In Zephyr, any file system implementation or library can be plugged into or15 pulled out through a file system registration API. Each file system25 Zephyr RTOS supports multiple instances of a file system by making use of26 the mount point as the disk volume name, which is used by the file system library29 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 …]
16 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-m27 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-m38 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-m50 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-m61 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 …]
5 Use file system API over LittleFS.10 This sample app demonstrates use of Zephyr's :ref:`file system API11 <file_system_api>` over `littlefs`_, using file system with files that:12 * count the number of times the system has booted15 Other information about the file system is also displayed.26 The partition labeled "storage" will be used for the file system; see28 compatible littlefs file system its contents will be replaced by an29 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 …]
9 …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 system20 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 FPGA31 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.
9 …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 system20 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 FPGA31 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.
5 bool "Sensry ganymed system timer"10 This module implements a kernel device driver for the system timer11 and provides the standard "system clock driver" interfaces.
7 bool "RV32M1 LPTMR system timer driver"13 peripheral as the system clock. It provides the standard "system clock
15 When this option is picked, system clock may not be ready when code relying25 it is ready. When this option is picked, system clock is available after26 system clock driver initialization but it may be less accurate. Option is34 option is picked, system clock is available and stable after system clock
9 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"
10 A :dfn:`system thread` is a thread that the kernel spawns automatically11 during system initialization.13 The kernel spawns the following system threads:26 this means a fatal system error is raised if the thread aborts. If31 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 running42 The idle thread is an essential thread, which means a fatal system error45 Additional system threads may also be spawned, depending on the kernel47 enabling the system workqueue spawns a system thread
5 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 be12 Log messages are discarded as long as the file system is not mounted.24 When enabled automatically start the file system backend on46 User defined name of log files saved in the file system.67 size of file system partition.
10 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")
25 #. *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 nanoapp57 #. Add an implementation of the `pal/sensor.h`_ and `pal/system.h`_ to Zephyr. These will be68 .. _`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 …]
4 # Ext2 file system7 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.
39 from the system clock.46 system clock.53 system clock.60 system clock.
4 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
7 bool "NuMaker system clock controller driver"11 Enable support for NuMaker system clock controller driver
5 bool "Xilinx Zynq 7000 processor system MIO pin controller driver"10 Enable the Xilinx Zynq 7000 processor system MIO pin controller driver.
6 Zephyr RTOS power management subsystem provides several means for a system14 system
28 def test_log_command(caplog, system, expected_log): argument35 with mock.patch('platform.system', return_value=system):
16 The set of user-supplied files that the Zephyr build system uses20 The application's kernel configuration settings direct the build system34 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 can51 The Zephyr build system defines one or more board configurations53 specified by the build system can be over-ridden by the application,58 identifies a particular system, but does not include additional71 hardware system. This is useful to avoid duplication of board files72 whenever small changes are introduced to a hardware system.[all …]