Home
last modified time | relevance | path

Searched full:subset (Results 1 – 25 of 98) sorted by relevance

1234

/Zephyr-latest/.github/workflows/
Dtwister-prep.yaml6 subset:
7 description: subset
8 …value: ${{ jobs.prep_push.outputs.subset != '' && jobs.prep_push.outputs.subset || jobs.prep_pr.o…
25 subset: ${{ steps.output-services.outputs.subset }}
99 subset="[$(seq -s',' 1 ${TWISTER_NODES})]"
101 subset="[$(seq -s',' 1 ${MATRIX_SIZE})]"
105 echo "subset=${subset}" >> $GITHUB_OUTPUT
113 subset: ${{ steps.output-services.outputs.subset }}
136 subset="[$(seq -s',' 1 ${PUSH_MATRIX_SIZE})]"
139 subset="[$(seq -s',' 1 ${DAILY_MATRIX_SIZE})]"
[all …]
Dtwister.yaml37 subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
137 …./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_O…
138 if [ "${{matrix.subset}}" = "1" ]; then
153 …./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} --load-tests testplan.json…
154 … if [ "${{matrix.subset}}" = "1" -a ${{needs.twister-build-prep.outputs.fullrun}} = 'True' ]; then
167 …./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${WEEKLY…
168 if [ "${{matrix.subset}}" = "1" ]; then
184 name: Unit Test Results (Subset ${{ matrix.subset }})
192 - if: matrix.subset == 1 && github.event_name == 'push'
202 - if: matrix.subset == 1 && github.event_name == 'push'
/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/soc/snps/qemu_arc/
DKconfig.defconfig23 # may assume MPUv3 is just a subset of MPUv2.
/Zephyr-latest/drivers/serial/
DKconfig.pl01125 which is subset of PL011 interface.
/Zephyr-latest/tests/lib/cpp/cxx/
Dapp.overlay7 * test. Subset of tests/kernel/device/app.overlay and other app.overlay
/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/
Dmsos_desc.h54 /* Microsoft OS 2.0 configuration subset header
65 /* Microsoft OS 2.0 function subset header
/Zephyr-latest/samples/subsys/ipc/openamp/boards/
Dmimxrt1170_evk_mimxrt1176_cm7_B.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
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/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("/"))
272 raise TwisterRuntimeError("Bad subset value.") from err
274 if subset > sets:
275 raise TwisterRuntimeError("subset should not exceed the total number of sets")
277 if int(subset) > 0 and int(sets) >= int(subset):
278 logger.info(f"Running only a subset: {subset}/{sets}")
281 f"You have provided a wrong subset value: {self.options.subset}."
284 self.generate_subset(subset, int(sets))
[all …]
/Zephyr-latest/dts/bindings/gpio/
Ddigilent,pmod.yaml21 is a proper subset of the 12-pin connector. In that case parent pins 4
Dxlnx,xps-gpio-1.00.a.yaml9 # Property names correspond to a subset of those generated by
/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/dts/bindings/pinctrl/
Dsifive,pinctrl.yaml6 that are a subset of the GPIO controller. You can use this node to set the
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dmain.c61 * Subset Header.
183 /* Configuration Subset Header:
184 * https://wicg.github.io/webusb/#configuration-subset-header
188 /* Function Subset Header:
189 * https://wicg.github.io/webusb/#function-subset-header
/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/dts/bindings/spi/
Dxlnx,xps-spi-2.00.a.yaml10 # Property names correspond to a subset of those generated by
/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/include/zephyr/drivers/pcie/
Dcontroller.h62 * @brief Function called to allocate a memory region subset for an endpoint Base Address Register.
83 * @brief Function called to get the current allocation base of a memory region subset
226 * @brief Allocate a memory region subset for an endpoint Base Address Register.
253 * @brief Function called to get the current allocation base of a memory region subset
/Zephyr-latest/dts/bindings/sensor/
Dst,lis2dh-common.yaml67 leakage). Note that only subset of devices supported by this

1234