Searched refs:tested (Results 101 – 125 of 141) sorted by relevance
123456
/Zephyr-latest/cmake/linker/ld/ |
D | ld_script.cmake | 267 message(WARNING "Not tested")
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 26 - Board with network capability (tested with adi_eval_adin1110ebz)
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 77 Our documentation processing has been tested to run with:
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 262 In order to instruct MCUboot to swap the images, the image needs to be tested first, making sure it
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-linux.rst | 58 Setup tested with VirtualBox 7.1.4 and VMWare Workstation 16.1.1 Pro.
|
/Zephyr-latest/boards/element14/warp7/doc/ |
D | index.rst | 102 The WaRP7 board Board was tested with the following pinmux controller
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 286 tested 360 only the module will have to be compiled in, and the tested functions will be
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 43 - Windows note: the following environment variables are tested to find the
|
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/ |
D | index.rst | 170 used/tested.
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 61 # GDBSTUB has not yet been tested on Cortex M or R SoCs
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 29 was tested with mosquitto 1.3.4.
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 75 the boot filesystem. Under currently tested configurations, Zephyr
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 5729 my $tested = quotemeta($1); 5730 my $expr = '\s*\(\s*' . $tested . '\s*\)\s*;'; 5739 if ($lines[$linenr - 2] =~ /^\+(\t*)if\s*\(\s*$tested\s*\)\s*$/) { 5744 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) {
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 26 tested in Zephyr is C++98.
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 15 Make are tested and supported by Zephyr. After configuration, you begin the
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 69 (not Windows), and has been tested on the following setups:
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm | 175 keys / data will be provisioned. The dummy IAK matches the IAK tested
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 305 This allows for temporary creation of a new Zephyr release to be tested, without touching current
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_an521.rst | 30 system. It has been tested on actual hardware, but its primary purpose is
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 320 * ``ZEP-2398`` - network stack test cases are only tested on x86
|
D | release-notes-1.7.rst | 430 * ``ZEP-1754`` - sample of coaps_server was tested failed on qemu
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 128 - If a function returns error information, then that error information shall be tested 1097 - The value of errno shall be tested against zero after calling an errno-setting-function 1104 …- The value of errno shall only be tested when the last function to be called was an errno-settin…
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 52 This port is designed and tested to run in Linux.
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 379 Vendor HALs are implicitly tested via Zephyr tests built or executed 1067 Each project in the ``west list`` output is tested like this:
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 828 <toolchain_zephyr_sdk>` may work, but it hasn't been thoroughly tested with this
|
123456