Searched full:minimal (Results 1 – 25 of 304) sorted by relevance
12345678910>>...13
2 description: minimal sample, the smallest possible Zephyr application3 name: minimal10 - "Hello World from minimal!"12 sample.minimal.mt.arm:23 sample.minimal.mt-no-preempt.arm:34 sample.minimal.mt-no-preempt-no-timers.arm:45 sample.minimal.no-mt.arm:56 sample.minimal.no-mt-no-timers.arm:67 sample.minimal.mt.x86:71 sample.minimal.mt-no-preempt.x86:[all …]
1 .. zephyr:code-sample:: minimal2 :name: Minimal footprint4 Measure Zephyr's minimal ROM footprint in different configurations.10 can be used to measure Zephyr's minimal ROM footprint in different32 :zephyr-app: samples/basic/minimal45 :zephyr-app: samples/basic/minimal58 :zephyr-app: samples/basic/minimal71 :zephyr-app: samples/basic/minimal84 :zephyr-app: samples/basic/minimal
6 project(minimal) project
3 Minimal libc6 The most basic C library, named "minimal libc", is part of the Zephyr codebase7 and provides the minimal subset of the standard C library required to meet the15 The minimal libc implementation can be found in :file:`lib/libc/minimal` in the21 The minimal libc implements the minimal subset of the ISO/IEC 9899:201129 The minimal libc does not implement its own formatted output processor;40 The minimal libc uses the malloc api family implementation provided by the53 other de-facto standard sources have been added to the minimal libc.55 A conscious effort is made in Zephyr to keep the values of the minimal libc57 libraries supported by Zephyr. The minimal libc :file:`errno.h` is checked[all …]
7 """Check minimal libc error numbers against newlib.9 This script loads the errno.h included in Zephyr's minimal libc and checks its33 minimal = Path("lib/libc/minimal/include/errno.h")37 minimal = os.environ['ZEPHYR_BASE'] / minimal43 minimal = parse_errno(minimal)46 for e in minimal:
47 minimal global divider57 minimal global multiplier67 minimal frequency after global divider and multiplier77 minimal clock output divider
10 VPR launcher is a minimal sample built for an ARM core that starts given VPR core.11 It is based on samples/basic/minimal with an appropriate snippet.
34 minimal-interval = <625>;43 minimal-interval = <625>;54 minimal-interval = <100000>;
22 # Minimal Libc23 libraries.hash_map.minimal.separate_chaining.djb2:29 libraries.hash_map.minimal.open_addressing.djb2:
45 priority needs to be higher than minimal default initialization53 priority needs to be higher than minimal default initialization60 Default minimal init priority for each init level.
18 minimal-interval:21 description: sensor minimal report interval
33 Selected when the target has support for the minimal C library70 bool "Minimal C library"80 Build with minimal C library.132 rsource "minimal/Kconfig"
9 libraries.libc.minimal.mem_alloc:14 libraries.libc.minimal.mem_alloc_negative_testing:
17 bool "Build with minimal libc long long printf" if !64BIT33 Enable rand_r() for the minimal libc.48 Enable time() and gmtime_r() for the minimal libc.
3 # As minimal libc will be built as a zephyr_library, clear c_library to12 set(STRERROR_TABLE_H ${GEN_DIR}/libc/minimal/strerror_table.h)
29 The minimal stack size required to run a minimal thread.
7 libraries.libc.strerror.minimal.strerror_table:14 libraries.libc.strerror.minimal.no_strerror_table:
17 portability.posix.headers.minimal.with_posix_api:20 portability.posix.headers.minimal.without_posix_api:
34 /* Minimal libc and picolibc */39 /* Minimal libc only */86 * - Minimal C library globals, if any, will be placed into
82 bool "Minimal C++ Library"85 Build with the minimal C++ library provided by Zephyr.87 The Zephyr minimal C++ library only provides a very limited subset
5 add_subdirectory_ifdef(CONFIG_MINIMAL_LIBCPP minimal)
1 # Minimal configuration for testing flash driver
1 # Use minimal logging mode and disable info/debug logging to reduce flash space