Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 52) 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/samples/subsys/ipc/openamp/boards/
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
Dmimxrt1160_evk_mimxrt1166_cm7.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/dts/arm/st/f4/
Dstm32f429vX.dtsi5 * that are missing on only a small subset of SoCs of a given group
/Zephyr-latest/drivers/serial/
DKconfig.pl01125 which is subset of PL011 interface.
/Zephyr-latest/include/zephyr/usb/
Dusbd.h665 #define USBD_DESC_BOS_DEFINE(name, len, subset) \ argument
670 .ptr = subset, \
706 #define USBD_DESC_BOS_VREQ_DEFINE(name, len, subset, vcode, vto_host, vto_dev) \ argument
713 .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.py267 if self.options.subset:
268 s = self.options.subset
270 subset, sets = (int(x) for x in s.split("/"))
274 if subset > sets:
277 if int(subset) > 0 and int(sets) >= int(subset):
284 self.generate_subset(subset, int(sets))
286 def generate_subset(self, subset, sets): argument
322 if subset <= num_extra_sets:
323 start = (subset - 1) * (per_set + 1)
327 start = ((subset - num_extra_sets - 1) * per_set) + base
[all …]
/Zephyr-latest/arch/riscv/
DKconfig.isa40 subset name "A", and contains instructions that atomically
86 quad-precision binary floatingpoint instruction subset is named "Q".
/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/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/scripts/tests/twister/
Dtest_testplan.py613 subset, argument
725 subset=subset
814 subset,
835 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/lib/cpp/
DKconfig87 The Zephyr minimal C++ library only provides a very limited subset
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DKconfig34 related constraints. Dynamic threads are a subset of all other CMSIS
/Zephyr-latest/subsys/fs/
DKconfig14 implementation via `struct fs_file_system_t` if only a subset
/Zephyr-latest/lib/libc/
DKconfig11 implementation, rather than the subset provided by MINIMAL_LIBC.
/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/drivers/timer/
Dnrf_grtc_timer.c27 #error GRTC child-owned-channels DT property must be a subset of owned-channels
/Zephyr-latest/kernel/
DKconfig.smp65 restricted by its CPU mask to execute on a subset of all CPUs) may

123