Home
last modified time | relevance | path

Searched full:compile (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/
Dcompile.sh5 # Compile all the applications needed by the bsim tests in these subfolders
20 source ${ZEPHYR_BASE}/tests/bsim/compile.source
22 app=tests/bsim/bluetooth/host/adv/resume compile
23 app=tests/bsim/bluetooth/host/adv/resume conf_file=prj_2.conf compile
24 app=tests/bsim/bluetooth/host/adv/chain compile
25 app=tests/bsim/bluetooth/host/adv/extended conf_file=prj_advertiser.conf compile
26 app=tests/bsim/bluetooth/host/adv/extended conf_file=prj_scanner.conf compile
27 app=tests/bsim/bluetooth/host/adv/periodic compile
28 app=tests/bsim/bluetooth/host/adv/periodic conf_file=prj_long_data.conf compile
29 app=tests/bsim/bluetooth/host/adv/encrypted/css_sample_data compile
[all …]
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/
Dcompile.sh5 # Compile all the applications needed by the bsim tests in these subfolders
19 source ${ZEPHYR_BASE}/tests/bsim/compile.source
21 app=tests/bsim/bluetooth/ll/advx compile
23 conf_overlay=overlay-ticker_expire_info.conf compile
25 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile
26 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile
27 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_low_lat.conf compile
28 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_single_timer.conf compile
30 app=tests/bsim/bluetooth/ll/bis compile
32 conf_overlay=overlay-ticker_expire_info.conf compile
[all …]
D_compile_permutate_kconfigs.sh5 # Compile with all permutations of a given set of KConfigs
24 source ${ZEPHYR_BASE}/tests/bsim/compile.source
42 # created by the compile scripts since that may mess up other tests
62 echo "Compile with config overlay:"
68 # Note: we need to call '_compile' instead of 'compile' because the latter starts
82 ## don't compile for CENTRAL=n AND PERIPHERAL=n
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/
Dcompile.sh5 # Compile all the applications needed by the bsim tests in these subfolders
18 source ${ZEPHYR_BASE}/tests/bsim/compile.source
20 app=tests/bsim/bluetooth/mesh compile
21 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_pst.conf compile
22 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_gatt.conf compile
23 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_low_lat.conf compile
24 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_psa.conf compile
25 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_pst.conf;overlay_psa.conf" compile
26 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_psa.conf" compile
27 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_low_lat.conf;overlay_psa.conf" compile
[all …]
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio_samples/
Dcompile.sh5 # Compile all the applications needed by the bsim tests in these subfolders
20 source ${ZEPHYR_BASE}/tests/bsim/compile.source
23 app=samples/bluetooth/unicast_audio_server sysbuild=1 compile
24 app=samples/bluetooth/broadcast_audio_source sysbuild=1 compile
25 app=tests/bsim/bluetooth/audio_samples/unicast_audio_client sysbuild=1 compile
28 exe_name=bs_${BOARD}_${app}_prj_conf sysbuild=1 compile
31 exe_name=bs_${BOARD}_${app}_prj_conf sysbuild=1 compile
33 exe_name=bs_${BOARD}_${app}_prj_conf sysbuild=1 compile
36 exe_name=bs_${BOARD}_${app}_prj_conf sysbuild=1 compile
40 exe_name=bs_${BOARD}_${app}_prj_conf sysbuild=1 compile
/Zephyr-Core-3.6.0/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py47 re.compile(r"Booting from ROM"),
48 re.compile(r"Booting Zephyr OS build"),
49 re.compile(r"main\(\):enter"),
55 re.compile(r'Breakpoint 1 at 0x'),
56 re.compile(r'Breakpoint 2 at 0x'),
57 re.compile(r'Breakpoint 1, test '),
58 re.compile(r'Breakpoint 2, main '),
59 re.compile(r'GDB:PASSED'),
60 re.compile(r'Breakpoint 3, k_thread_abort '),
61 re.compile(r'2 .* breakpoint .* in main '),
[all …]
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/
Dcompile.sh5 # Compile all the applications needed by the Bluetooth bsim tests
24 # On the other hand the audio compile script, only builds one image. So we parallelize it with
26 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh
27 ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh
28 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh
29 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
30 ${ZEPHYR_BASE}/tests/bsim/bluetooth/mesh/compile.sh
32 ${ZEPHYR_BASE}/tests/bsim/bluetooth/hci_uart/compile.sh
Dcompile.nrf5340bsim_nrf5340_cpuapp.sh5 # Compile all bluetooth applications needed for the split stack tests
20 source ${ZEPHYR_BASE}/tests/bsim/compile.source
22 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf sysbuild=1 compile
23 app=tests/bsim/bluetooth/ll/bis sysbuild=1 compile
24 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf sysbuild=1 compile
26 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh
Dcompile.nrf5340bsim_nrf5340_cpunet.sh5 # Compile all the applications needed by the Bluetooth bsim tests on the nrf5340_cpunet
21 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
/Zephyr-Core-3.6.0/tests/bsim/net/
Dcompile.sh5 # Compile all the applications needed by the network bsim tests
21 source ${ZEPHYR_BASE}/tests/bsim/compile.source
23 app=samples/net/sockets/echo_server conf_overlay=overlay-802154.conf compile
24 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-802154.conf compile
26 app=samples/net/sockets/echo_server conf_overlay=overlay-ot.conf compile
27 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-ot.conf compile
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/hci_uart/
Dcompile.sh5 # Compile all the applications needed by the bsim tests in these subfolders
19 source ${ZEPHYR_BASE}/tests/bsim/compile.source
21 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_uart.conf compile
22 app=samples/bluetooth/hci_uart compile
23 app=samples/bluetooth/hci_uart_async compile
/Zephyr-Core-3.6.0/tests/bsim/
DREADME.md4 The compile.sh and run_parallel.sh scripts are used by the CI system to build
11 WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/compile.sh
18 WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/bluetooth/host/compile.sh
32 WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/net/compile.sh
65 These scripts should not compile the images on their own.
86 The build scripts (compile.sh) simply build all the required test and sample applications
89 This build scripts use the common compile.source which provide a function (compile) which calls
92 To speed up compilation for users interested only in a subset of tests, several compile scripts
Dcompile.sh5 # Compile all the applications needed by all bsim tests
23 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/compile.sh
24 run_in_background ${ZEPHYR_BASE}/tests/bsim/net/compile.sh
/Zephyr-Core-3.6.0/boards/posix/nrf_bsim/
DKconfig.board11 It needs the BabbleSim simulator both in compile time and to execute
21 It needs the BabbleSim simulator both in compile time and to execute
31 It needs the BabbleSim simulator both in compile time and to execute
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio/
Dcompile.sh5 # Compile all the applications needed by the bsim tests in these subfolders
22 source ${ZEPHYR_BASE}/tests/bsim/compile.source
24 app=tests/bsim/bluetooth/audio compile
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/id_addr_update/test_scripts/
D_compile.sh19 source ${ZEPHYR_BASE}/tests/bsim/compile.source
21 app="tests/bsim/bluetooth/host/security/$test_name/central" compile
22 app="tests/bsim/bluetooth/host/security/$test_name/peripheral" compile
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/
DREADME.txt43 To run these sets of tests you need to compile both of these applications as any
45 To compile both in an automated way you can just use the `compile.sh` (see
55 #Compile all apps:
56 WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/bluetooth/ll/compile.sh
/Zephyr-Core-3.6.0/cmake/toolchain/cross-compile/
Dgeneric.cmake7 # specifying ZEPHYR_TOOLCHAIN_VARIANT to 'cross-compile' with the location
11 # 'cross-compile' and the 'CROSS_COMPILE' env var to the toolchain
31 message(STATUS "Found toolchain: cross-compile (${CROSS_COMPILE})")
DKconfig5 bool "Cross-compile toolchain supports TLS"
8 Set this if the cross-compile toolchain being used for the build
/Zephyr-Core-3.6.0/dts/bindings/serial/
Dsegger,rtt-uart.yaml16 Not used for RTT channel 0 as channel 0 is initialized at compile time,
24 Not used for RTT channel 0 as channel 0 is initialized at compile time,
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/bond_per_connection/test_scripts/
D_compile.sh19 source ${ZEPHYR_BASE}/tests/bsim/compile.source
20 app="tests/bsim/bluetooth/$test_name" compile
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/test_scripts/
D_compile.sh19 source ${ZEPHYR_BASE}/tests/bsim/compile.source
20 app="tests/bsim/bluetooth/$test_name" compile
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/mtu_update/test_scripts/
D_compile.sh18 source ${ZEPHYR_BASE}/tests/bsim/compile.source
19 app="tests/bsim/bluetooth/$test_name" compile
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/test_scripts/
D_compile.sh19 source ${ZEPHYR_BASE}/tests/bsim/compile.source
20 app="tests/bsim/bluetooth/$test_name" compile
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dmcumgr.py71 re_image = re.compile(r'image=(\d+)\s+slot=(\d+)')
72 re_version = re.compile(r'version:\s+(\S+)')
73 re_flags = re.compile(r'flags:\s+(.+)')
74 re_hash = re.compile(r'hash:\s+(\w+)')

12345678910>>...16