Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 51) sorted by relevance

123

/Zephyr-latest/soc/snps/qemu_arc/
DKconfig.defconfig23 # may assume MPUv3 is just a subset of MPUv2.
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst7 and provides the minimal subset of the standard C library required to meet the
21 The minimal libc implements the minimal subset of the ISO/IEC 9899:2011
52 A subset of the error numbers defined in the `POSIX errno.h specification`_ and
/Zephyr-latest/arch/riscv/
DKconfig.isa42 subset name "A", and contains instructions that atomically
88 quad-precision binary floatingpoint instruction subset is named "Q".
119 (Zaamo) - Atomic memory operation subset of the A extension
126 (Zlrsc) - Load-Reserved/Store-Conditional subset of the A extension
/Zephyr-latest/samples/subsys/ipc/openamp/boards/
Dmimxrt1160_evk_mimxrt1166_cm7.overlay15 * Define a subset of the OCRAM2 region for demo to use
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay15 * Define a subset of the OCRAM2 region for demo to use
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay15 * Define a subset of the OCRAM2 region for demo to use
/Zephyr-latest/doc/hardware/peripherals/
Dhwinfo.rst14 support different subset of flags. Use
/Zephyr-latest/drivers/serial/
DKconfig.pl01123 which is subset of PL011 interface.
/Zephyr-latest/dts/arm/st/f4/
Dstm32f429vX.dtsi5 * that are missing on only a small subset of SoCs of a given group
/Zephyr-latest/include/zephyr/usb/
Dusbd.h667 #define USBD_DESC_BOS_DEFINE(name, len, subset) \ argument
672 .ptr = subset, \
708 #define USBD_DESC_BOS_VREQ_DEFINE(name, len, subset, vcode, vto_host, vto_dev) \ argument
715 .ptr = subset, \
/Zephyr-latest/samples/subsys/ipc/openamp/remote/boards/
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay29 * Define a subset of the OCRAM2 region for demo to use
Dmimxrt1160_evk_mimxrt1166_cm4.overlay31 * Define a subset of the OCRAM2 region for demo to use
Dmimxrt1170_evk_mimxrt1176_cm4.overlay31 * Define a subset of the OCRAM2 region for demo to use
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py266 if self.options.subset:
267 s = self.options.subset
269 subset, sets = (int(x) for x in s.split("/"))
273 if subset > sets:
276 if int(subset) > 0 and int(sets) >= int(subset):
283 self.generate_subset(subset, int(sets))
285 def generate_subset(self, subset, sets): argument
321 if subset <= num_extra_sets:
322 start = (subset - 1) * (per_set + 1)
326 start = ((subset - num_extra_sets - 1) * per_set) + base
[all …]
/Zephyr-latest/doc/services/portability/posix/overview/
Dindex.rst8 implements a subset of the standard POSIX API specified by `IEEE 1003.1-2017`_ (also known as
34 - Providing an efficient API subset appropriate for small (MCU) embedded systems
/Zephyr-latest/doc/develop/test/
Dbsim.rst63 Today these tests include a very significant subset of the BT qualification test suite.
104 Or to build and run only a specific subset, e.g. host advertising tests:
152 To speed up compilation for users interested only in a subset of tests, several compile scripts
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py612 subset, argument
736 subset=subset
825 subset,
846 testplan.generate_subset(subset, sets)
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst108 A subset of the :ref:`uart_api` is expected to work for all SoC UART
/Zephyr-latest/subsys/fs/
DKconfig14 implementation via `struct fs_file_system_t` if only a subset
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst45 Zephyr currently provides only a subset of C++ functionality. The following
75 Zephyr minimal C++ library (:file:`lib/cpp/minimal`) provides a minimal subset
131 incompatibilities`_. C is not just a C++ subset. Standard levels (e.g.:
/Zephyr-latest/lib/cpp/
DKconfig108 The Zephyr minimal C++ library only provides a very limited subset
/Zephyr-latest/lib/libc/
DKconfig11 implementation, rather than the subset provided by MINIMAL_LIBC.
/Zephyr-latest/kernel/
DKconfig.smp65 restricted by its CPU mask to execute on a subset of all CPUs) may
/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c30 #error GRTC child-owned-channels DT property must be a subset of owned-channels
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst110 implement only a subset of the functions that is required for minimal operation.

123