Searched refs:compile (Results 1 – 25 of 240) sorted by relevance
12345678910
/Zephyr-latest/tests/bsim/bluetooth/ll/ |
D | compile.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/cis/compile.sh 15 app=tests/bsim/bluetooth/ll/advx compile 17 conf_overlay=overlay-ticker_expire_info.conf compile 18 app=tests/bsim/bluetooth/ll/advx conf_overlay=overlay-scan_aux_use_chains.conf compile 20 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile 21 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_1ms.conf compile 22 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_tx_defer.conf compile 23 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile 24 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_low_lat.conf compile [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | compile.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=tests/bsim/bluetooth/mesh compile 14 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_pst.conf compile 15 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_gatt.conf compile 16 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_low_lat.conf compile 17 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_psa.conf compile 18 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_workq_sys.conf compile 19 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_pst.conf;overlay_psa.conf" compile 20 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_psa.conf" compile 21 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_workq_sys.conf" compile [all …]
|
/Zephyr-latest/tests/subsys/logging/dictionary/pytest/ |
D | test_logging_dictionary.py | 77 re.compile(r'.*[*][*][*] Booting Zephyr OS build [0-9a-z.-]+'), 79 re.compile(r'[\s]+Hello World! [\w-]+'), 81 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <err> hello_world: error string'), 83 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: debug string'), 85 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <inf> hello_world: info string'), 87 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int8_t 1, uint8_t 2'), 89 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int16_t 16, uint16_t 17'), 91 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int32_t 32, uint32_t 33'), 93 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int64_t 64, uint64_t 65'), 95 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: char !'), [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | compile.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay.conf compile 14 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first.conf compile 15 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv.conf compile 16 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv_acl_first.conf compile 17 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf compile 18 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group_acl_first.conf compile 19 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-peripheral_cis.conf compile 20 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_2_se.conf compile 21 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_4_se.conf compile [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/ |
D | compile.sh | 18 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh 19 ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh 20 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh 21 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh 22 ${ZEPHYR_BASE}/tests/bsim/bluetooth/mesh/compile.sh 23 ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh 25 ${ZEPHYR_BASE}/tests/bsim/bluetooth/hci_uart/compile.sh
|
D | compile.nrf5340bsim_nrf5340_cpuapp.sh | 13 source ${ZEPHYR_BASE}/tests/bsim/compile.source 15 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf sysbuild=1 compile 16 app=tests/bsim/bluetooth/ll/bis sysbuild=1 compile 17 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf sysbuild=1 compile 19 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh 20 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh 21 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh
|
D | compile.nrf54l15bsim_nrf54l15_cpuapp.sh | 14 source ${ZEPHYR_BASE}/tests/bsim/compile.source 16 app=tests/bsim/bluetooth/ll/multiple_id compile 18 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh
|
D | compile.nrf5340bsim_nrf5340_cpunet.sh | 15 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh 16 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh
|
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/ |
D | test_gdbstub.py | 47 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-latest/tests/bsim/bluetooth/samples/ |
D | compile.sh | 13 source ${ZEPHYR_BASE}/tests/bsim/compile.source 17 compile 21 compile 25 compile 30 compile 34 compile 39 compile 43 compile
|
/Zephyr-latest/tests/bsim/net/ |
D | compile.sh | 12 source ${ZEPHYR_BASE}/tests/bsim/compile.source 14 app=samples/net/sockets/echo_server conf_overlay=overlay-802154.conf compile 15 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-802154.conf compile 17 app=samples/net/sockets/echo_server conf_overlay=overlay-ot.conf compile 18 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-ot.conf compile
|
/Zephyr-latest/tests/bsim/bluetooth/hci_uart/ |
D | compile.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 14 cmake_extra_args=-DEXTRA_DTC_OVERLAY_FILE=hci-uart.overlay compile 16 cmake_extra_args=-DEXTRA_DTC_OVERLAY_FILE=hci-uart.overlay compile 17 app=samples/bluetooth/hci_uart compile 18 app=samples/bluetooth/hci_uart_async compile
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ |
D | compile.sh | 12 source ${ZEPHYR_BASE}/tests/bsim/compile.source 14 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/compile.sh 15 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/bap_unicast_client/compile.sh 16 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/cap/compile.sh
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/ |
D | compile.sh | 10 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=samples/bluetooth/bap_broadcast_source sysbuild=1 compile 16 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile 19 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile 23 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/ |
D | compile.sh | 10 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=samples/bluetooth/bap_unicast_server sysbuild=1 compile 18 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile 21 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile 26 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/ |
D | compile.sh | 10 source ${ZEPHYR_BASE}/tests/bsim/compile.source 18 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile 24 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile 29 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile 34 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile 41 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile 47 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile 52 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile 57 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
|
/Zephyr-latest/cmake/toolchain/cross-compile/ |
D | Kconfig | 5 bool "Cross-compile toolchain supports TLS" 8 Set this if the cross-compile toolchain being used for the build 12 bool "Cross-compile toolchain supports GNU Extensions" 15 Set this if the cross-compile toolchain being used for the build
|
D | generic.cmake | 7 # 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})")
|
/Zephyr-latest/tests/bsim/bluetooth/audio/ |
D | compile.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 15 sysbuild=1 compile 19 sysbuild=1 compile
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | Kconfig | 20 Internal helper macro to compile the `list` subcommand 30 Internal helper macro to compile the `stacks` subcommand 38 Internal helper macro to compile the `mask` subcommand 46 Internal helper macro to compile the `pin` subcommand 54 Internal helper macro to compile the `unwind` subcommand
|
/Zephyr-latest/tests/bsim/ |
D | ci.bt.sh | 15 nice tests/bsim/bluetooth/compile.sh 23 nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh 31 nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpuapp.sh 39 nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh
|
D | compile.sh | 14 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/compile.sh 15 run_in_background ${ZEPHYR_BASE}/tests/bsim/net/compile.sh
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | mcumgr.py | 70 re_image = re.compile(r'image=(\d+)\s+slot=(\d+)') 71 re_version = re.compile(r'version:\s+(\S+)') 72 re_flags = re.compile(r'flags:\s+(.+)') 73 re_hash = re.compile(r'hash:\s+(\w+)')
|
/Zephyr-latest/scripts/utils/ |
D | convert_guidelines.py | 70 pattern_table_start = re.compile(r'.*list-table:: Main rules') 73 pattern_new_line = re.compile(r'^ \* - Rule ([0-9]+.[0-9]+).*$') 75 pattern_new_col = re.compile(r'^ - (.*)$')
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 70 regular_suite_regex = re.compile( 76 registered_suite_regex = re.compile( 80 new_suite_regex = re.compile( 83 testcase_regex = re.compile( 93 test_main_regex = re.compile( 96 registered_suite_run_regex = re.compile( 182 testcase_regex = re.compile( 201 achtung_regex = re.compile( 225 suite_run_regex = re.compile( 237 search_end = re.compile(br"\);", re.MULTILINE) \ [all …]
|
12345678910