Home
last modified time | relevance | path

Searched full:minimal (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/Zephyr-latest/samples/basic/minimal/
Dsample.yaml2 description: minimal sample, the smallest possible Zephyr application
3 name: minimal
10 - "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 …]
DREADME.rst1 .. zephyr:code-sample:: minimal
2 :name: Minimal footprint
4 Measure Zephyr's minimal ROM footprint in different configurations.
10 can be used to measure Zephyr's minimal ROM footprint in different
32 :zephyr-app: samples/basic/minimal
45 :zephyr-app: samples/basic/minimal
58 :zephyr-app: samples/basic/minimal
71 :zephyr-app: samples/basic/minimal
84 :zephyr-app: samples/basic/minimal
DCMakeLists.txt6 project(minimal) project
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst3 Minimal libc
6 The most basic C library, named "minimal libc", is part of the Zephyr codebase
7 and provides the minimal subset of the standard C library required to meet the
15 The minimal libc implementation can be found in :file:`lib/libc/minimal` in the
21 The minimal libc implements the minimal subset of the ISO/IEC 9899:2011
29 The minimal libc does not implement its own formatted output processor;
40 The minimal libc uses the malloc api family implementation provided by the
53 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 libc
57 libraries supported by Zephyr. The minimal libc :file:`errno.h` is checked
[all …]
/Zephyr-latest/scripts/ci/
Derrno.py7 """Check minimal libc error numbers against newlib.
9 This script loads the errno.h included in Zephyr's minimal libc and checks its
33 minimal = Path("lib/libc/minimal/include/errno.h")
37 minimal = os.environ['ZEPHYR_BASE'] / minimal
43 minimal = parse_errno(minimal)
46 for e in minimal:
/Zephyr-latest/dts/bindings/clock/
Dlitex,clk.yaml47 minimal global divider
57 minimal global multiplier
67 minimal frequency after global divider and multiplier
77 minimal clock output divider
/Zephyr-latest/soc/nordic/common/vpr/
DKconfig.sysbuild10 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.
/Zephyr-latest/samples/subsys/sensing/simple/boards/
Dnative_sim.overlay34 minimal-interval = <625>;
43 minimal-interval = <625>;
54 minimal-interval = <100000>;
/Zephyr-latest/samples/basic/hash_map/
Dsample.yaml22 # Minimal Libc
23 libraries.hash_map.minimal.separate_chaining.djb2:
29 libraries.hash_map.minimal.open_addressing.djb2:
/Zephyr-latest/tests/subsys/sensing/boards/
Dnative_sim.overlay34 minimal-interval = <625>;
43 minimal-interval = <625>;
54 minimal-interval = <100000>;
/Zephyr-latest/kernel/
DKconfig.device45 priority needs to be higher than minimal default initialization
53 priority needs to be higher than minimal default initialization
60 Default minimal init priority for each init level.
/Zephyr-latest/dts/bindings/sensor/
Dzephyr,sensing-sensor.yaml18 minimal-interval:
21 description: sensor minimal report interval
/Zephyr-latest/lib/libc/
DKconfig33 Selected when the target has support for the minimal C library
70 bool "Minimal C library"
80 Build with minimal C library.
132 rsource "minimal/Kconfig"
/Zephyr-latest/tests/lib/mem_alloc/
Dtestcase.yaml9 libraries.libc.minimal.mem_alloc:
14 libraries.libc.minimal.mem_alloc_negative_testing:
/Zephyr-latest/lib/libc/minimal/
DKconfig17 bool "Build with minimal libc long long printf" if !64BIT
33 Enable rand_r() for the minimal libc.
48 Enable time() and gmtime_r() for the minimal libc.
DCMakeLists.txt3 # As minimal libc will be built as a zephyr_library, clear c_library to
12 set(STRERROR_TABLE_H ${GEN_DIR}/libc/minimal/strerror_table.h)
/Zephyr-latest/tests/benchmarks/posix/threads/
DKconfig29 The minimal stack size required to run a minimal thread.
/Zephyr-latest/tests/lib/c_lib/strerror/
Dtestcase.yaml7 libraries.libc.strerror.minimal.strerror_table:
14 libraries.libc.strerror.minimal.no_strerror_table:
/Zephyr-latest/tests/posix/headers/
Dtestcase.yaml17 portability.posix.headers.minimal.with_posix_api:
20 portability.posix.headers.minimal.without_posix_api:
/Zephyr-latest/include/zephyr/sys/
Dlibc-hooks.h34 /* Minimal libc and picolibc */
39 /* Minimal libc only */
86 * - Minimal C library globals, if any, will be placed into
/Zephyr-latest/lib/cpp/
DKconfig82 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
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_MINIMAL_LIBCPP minimal)
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_nrf52840_soc.conf1 # Minimal configuration for testing flash driver
Dnrf52840dk_nrf52840_qspi_nor.conf1 # Minimal configuration for testing flash driver
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/boards/
Dnrf52dk_nrf52832.conf1 # Use minimal logging mode and disable info/debug logging to reduce flash space

12345678910>>...13