Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 1533) sorted by relevance

12345678910>>...62

/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst17 To use this sample on a Windows host operating system, GNU Make needs to be in
23 Install make using the following command:
27 choco install make
34 The pre-built make application can be downloaded from
35 https://gnuwin32.sourceforge.net/packages/make.htm by either getting both the
DCMakeLists.txt42 # https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html
43 set(submake "$(MAKE)")
44 else() # Obviously no MAKEFLAGS. Let's hope a "make" can be found somewhere.
45 set(submake "make")
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Djobserver.py69 """A job client for GNU make.
112 If we are started under a GNU Make Job Server, we can search
144 "-jN forced on command line; ignoring GNU make jobserver"
154 " ignoring GNU make jobserver"
162 " ignoring GNU make jobserver"
166 logger.info("using GNU make jobserver")
170 "No file descriptors; ignoring GNU make jobserver"
223 """Implements a GNU Make POSIX Job Server.
225 See https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst21 make
31 make run
40 . make.sh
/Zephyr-latest/tests/arch/riscv/userspace/riscv_gp/src/
Dmain.c28 /* Make sure that `gp` is as expected */ in rogue_user_fn()
38 /* Make sure that `gp` is corrupted */ in rogue_user_fn()
48 /* Make sure that `gp` is sane again */ in rogue_user_fn()
76 /* Make sure that `gp` is the same as before a rogue thread was executed */ in ZTEST_USER()
/Zephyr-latest/lib/libc/minimal/
DKconfig11 Enable non-reentrant functions that make use of the globals; e.g.
35 In order to make use of the non-reentrant rand() and srand(), it is
53 In order to make use of the non-reentrant gmtime(), it is necessary
/Zephyr-latest/tests/arch/arm/arm_runtime_nmi/
DREADME.txt15 make run
24 make clean # discard results of previous builds
27 make pristine # discard results of previous builds
/Zephyr-latest/modules/zcbor/
DKconfig24 Make the stop_on_error functionality available. Note that it still
31 bool "Make zcbor code print messages"
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/
Dsysbuild.cmake10 # Make sure the remote build is using different target than host CPU
28 # Make sure MCUboot is flashed first
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat.h11 /* Make sure to match the drive name to ELM FAT Lib volume strings */
17 /* Make sure to match the drive name to ELM FAT Lib volume strings */
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c157 /* Make sure we don't get response */ in ZTEST()
161 /* Make sure the backend is ready to receive a new command again */ in ZTEST()
196 /* Make sure we don't get response */ in ZTEST()
200 /* Make sure the backend is ready to receive a new command again */ in ZTEST()
221 /* Make sure we don't get response */ in ZTEST()
225 /* Make sure the backend is ready to receive a new command again */ in ZTEST()
245 /* Make sure we don't get response */ in ZTEST()
249 /* Make sure the backend is ready to receive a new command again */ in ZTEST()
278 /* Make sure we don't get response */ in ZTEST()
282 /* Make sure the backend is ready to receive a new command again */ in ZTEST()
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/
DREADME.txt15 make run
24 make clean # discard results of previous builds
27 make pristine # discard results of previous builds
/Zephyr-latest/tests/kernel/xip/
DREADME.txt14 make run
23 make clean # discard results of previous builds
26 make pristine # discard results of previous builds
/Zephyr-latest/subsys/secure_storage/
DCMakeLists.txt8 # Make the subsystem's PSA Secure Storage API headers available only when it's enabled.
13 # Make the secure_storage headers available to the application only when it's implementing the rele…
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst68 and make use of the doxygen-generated API material.
174 another ``make html`` and the output layout and style is changed.
217 careful to make sure you don't accidentally edit the copy of the
240 make html
243 make pdf
256 or invoke make with the following target::
261 make html-fast
282 Alternatively, the documentation can be built with the ``make html-live``
283 (or ``make html-live-fast``) command, which will build the documentation, host
/Zephyr-latest/include/zephyr/arch/arm64/
Darm-smccc.h34 * @brief Make HVC calls
47 * @brief Make SMC calls
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/
Dtest_suite_setup_static_random_identity.c47 /* When bt_setup_public_id_addr() is called, this will make it returns 0 without changing in bt_hci_cmd_send_sync_custom_fake()
91 /* This part will make bt_setup_random_id_addr() returns 0 (success) and sets in ZTEST()
104 /* This will make set_random_address() succeeds and returns 0 */ in ZTEST()
147 /* This part will make bt_setup_random_id_addr() returns a negative number representing an in ZTEST()
193 /* This part will make bt_setup_random_id_addr() returns 0 (success) and sets in ZTEST()
204 /* This will make set_random_address() returns a negative number error code */ in ZTEST()
/Zephyr-latest/include/zephyr/drivers/flash/
Dnrf_qspi_nor.h23 * things as that would make XIP to fail. Hence, the application should use
30 * idle actions that would make XIP to fail
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst30 make -f Makefile.host
32 The make output file will be located in samples/posix/eventfd/build.
/Zephyr-latest/tests/kernel/mutex/sys_mutex/
DREADME.txt14 make run
23 make clean # discard results of previous builds
26 make pristine # discard results of previous builds
/Zephyr-latest/tests/kernel/pending/
DREADME.txt15 make run
24 make clean # discard results of previous builds
27 make pristine # discard results of previous builds
/Zephyr-latest/tests/arch/arm/arm_sw_vector_relay/
DREADME.txt16 ninja/make run
25 ninja/make clean # discard results of previous builds
28 ninja/make pristine # discard results of previous builds
/Zephyr-latest/drivers/entropy/
DKconfig.smartbond23 hardware to make them ready for thread mode consumers.
41 hardware to make them ready for ISR consumers.
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py38 finally: # to make sure we close all running processes execution
54 finally: # to make sure we close all running processes execution
64 finally: # to make sure we close all running processes execution
/Zephyr-latest/tests/lib/sprintf/
DREADME.txt14 make run
23 make clean # discard results of previous builds
26 make pristine # discard results of previous builds

12345678910>>...62