Home
last modified time | relevance | path

Searched full:local (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/Zephyr-latest/tests/cmake/zephyr_get/
DCMakeLists.txt98 # Test with a local variable not controlled by sysbuild.
101 set(VARIABLE "local")
120 set(VARIABLE "local")
123 assert_equal(VARIABLE "local")
136 set(TESTCASE_VARIABLE "local")
142 # LOCAL sysbuild-defined value for this primary image.
145 # the LOCAL sysbuild-defined value for this secondary image.
149 # it has no LOCAL value of its own.
156 zephyr_get(TESTCASE_VARIABLE SYSBUILD LOCAL)
161 # This image has no LOCAL sysbuild-defined value.
[all …]
/Zephyr-latest/tests/bsim/
Dcompile.source19 local app_root="${app_root:-${ZEPHYR_BASE}}"
20 local BOARD_ROOT="${BOARD_ROOT:-${ZEPHYR_BASE}}"
21 local conf_file="${conf_file:-prj.conf}"
22 local extra_conf_file="${extra_conf_file:-""}"
23 local conf_overlay="${conf_overlay:-""}"
24 local snippet="${snippet:-""}"
28 local cmake_args=(${cmake_args:-"${default_cmake_args[@]}"})
29 local cmake_extra_args=(${cmake_extra_args:-""})
30 local ninja_args="${ninja_args:-""}"
31 local cc_flags="${cc_flags:-""}"
[all …]
/Zephyr-latest/tests/unit/timeutil/
Dtest_sync.c71 zassert_equal(ss.base.local, 0, in test_state_update()
72 "unexpected base local"); in test_state_update()
79 "non-increasing local got: %d", rv); in test_state_update()
83 si.local += 20; in test_state_update()
89 zassert_equal(ss.base.local, 0, in test_state_update()
90 "unexpected base local"); in test_state_update()
93 zassert_equal(ss.latest.local, si.local, in test_state_update()
94 "unexpected latest local"); in test_state_update()
132 zassert_equal(ss.base.local, si.local, in test_state_set_skew()
137 si.local += 3; in test_state_set_skew()
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mctl15 Enables support for control of local and remote media players
16 To enable support for control of a local media player, support for
17 local media player must be enabled
22 bool "Support for control of local media player"
24 This option enables support for control of a local media player
27 bool "Support for local control of local media player"
31 This option enables support for local application control of local
35 bool "Support for remote control of local media players"
38 This option enables support for remote control of local media
/Zephyr-latest/drivers/timer/
DKconfig.x8627 bool "Local APIC timer"
32 Use the x86 local APIC in periodic mode as the system time
39 bool "Local APIC timer using TSC deadline mode"
44 Extremely simple timer driver based the local APIC TSC
55 bool "Local APIC timer using TSC time source"
63 local APIC in one-shot mode as the timeout event source.
64 You must know the ratio of the TSC frequency to the local APIC
72 int "Local APIC timer IRQ"
75 This option specifies the IRQ used by the local APIC timer.
78 local vector table). This footgun is not intended to be
[all …]
/Zephyr-latest/doc/kernel/services/other/
Dthread_local_storage.rst3 Thread Local Storage (TLS)
6 Thread Local Storage (TLS) allows variables to be allocated on a per-thread
16 To enable thread local storage in Zephyr, :kconfig:option:`CONFIG_THREAD_LOCAL_STORAGE`
21 thread local storage and/or the toolchain does not support TLS.
24 :kconfig:option:`CONFIG_ERRNO` to let the variable ``errno`` be a thread local
29 Declaring and Using Thread Local Variables
32 The macro ``Z_THREAD_LOCAL`` can be used to declare thread local variables.
34 For example, to declare a thread local variable in header files:
52 Using the thread local variable is the same as using other variable, for example:
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.bash57 # function gets called, COMP_WORDS has already been populated so local
64 local exclude i j first
111 local exclude cur_ words_ cword_
145 local result=0
222 local IFS=$'\n'
226 local -a toks
227 local x tmp
235 local quoted
240 local xspec=${1:+"!*.@($1|${1^^})"}
271 local argument_flags=$1
[all …]
Dwest-completion.zsh12 local -a builtin_cmds=(
19 'forall[run a command in one or more local projects]'
25 local -a zephyr_ext_cmds=(
40 local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds})
59 local -a global_opts=(
69 local curcontext="$curcontext" context state state_descr line
70 local -a orig_words
97 local extra_args
108 local name="${_west_boards[$i]%%|*}"
109 local transformed_board="${_west_boards[$i]//|//}"
[all …]
/Zephyr-latest/samples/net/dsa/boards/
Dip_k66f.overlay8 local-mac-address = [00 00 12 13 00 10];
12 local-mac-address = [00 00 12 13 00 37];
16 local-mac-address = [00 00 12 13 00 27];
20 local-mac-address = [00 00 12 13 00 17];
/Zephyr-latest/samples/net/mdns_responder/
DREADME.rst41 $ avahi-resolve -4 -n zephyr.local
47 zephyr.local 192.0.2.1
53 $ avahi-resolve -6 -n zephyr.local
59 zephyr.local 2001:db8::1
71 + zeth IPv6 zephyr _zephyr._tcp local
72 = zeth IPv6 zephyr _zephyr._tcp local
73 hostname = [zephyr.local]
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst17 from shared memory and local system tick updated by the offset. User can observe
63 [00:00:00.054,534] <inf> main: Local timestamp: 1787, application core timestamp: 10056
64 [00:00:00.104,553] <inf> main: Local timestamp: 3426, application core timestamp: 11695
65 [00:00:00.154,571] <inf> main: Local timestamp: 5065, application core timestamp: 13334
66 [00:00:00.204,589] <inf> main: Local timestamp: 6704, application core timestamp: 14973
67 [00:00:00.254,608] <inf> main: Local timestamp: 8343, application core timestamp: 16612
69 [00:00:00.557,006] <inf> main: Local timestamp: 18252, application core timestamp: 18251
70 [00:00:00.607,025] <inf> main: Local timestamp: 19891, application core timestamp: 19890
71 [00:00:00.657,043] <inf> main: Local timestamp: 21530, application core timestamp: 21529
72 [00:00:00.707,061] <inf> main: Local timestamp: 23169, application core timestamp: 23168
[all …]
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
DKconfig7 menu "Local domain DVFS library"
10 module-str = Local domain DVFS library
14 bool "Local domain DVFS test"
19 bool "Local domain scale down after init"
/Zephyr-latest/include/zephyr/sys/
Dtimeutil.h82 * tracking when the local reference is the Zephyr tick counter. A reference
96 /** The nominal local counter rate in Hz.
99 * a local clock driven by a crystal oscillator an error of 25 ppm is
102 * local and reference clocks and apply it when converting between
125 /** The corresponding instance in the local time scale.
129 uint64_t local; member
143 /** Pointer to reference and local rate information. */
157 * The nominal rate for the local counter is assumed to be
161 * A duration in observed local clock ticks must be multiplied by
163 * the nominal local rate.
[all …]
/Zephyr-latest/dts/bindings/misc/
Dnordic,nrf-dppic-local.yaml5 Nordic Local DPPIC
8 Updated DPPIC binding set for Nordic products that have local DPPIC instances
11 compatible: "nordic,nrf-dppic-local"
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh21 local ret_zephyr=0
22 local ret_net_tools=0
33 local d
37 local l
81 local bridge_interface=""
82 local addresses="--ip=192.0.2.2 --ip6=2001:db8::2"
126 local bridge_interface=""
174 local pid="$(ps -o pid= --ppid "$1")"
189 local zephyrs="$zephyr_pid $(list_children "$zephyr_pid")"
200 local result=""
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/large_comp_data/
Dget_metadata_split.sh13 # 2. Client fetches its local metadata.
15 # received metadata with corresponding bytes in local data.
18 # received metadata with corresponding bytes in local data.
20 # correctly merged, continuous, and matches its local metadata.
Dget_comp128_data_split.sh14 # 2. Client fetch its local comp data.
16 # comp data with corresponding bytes in local comp data.
19 # comp data with correspending bytes in local comp data.
21 # correctly merged, continuous, and matches its local comp data.
Dget_comp129_data_split.sh14 # 2. Client fetch its local comp data.
16 # comp data with corresponding bytes in local comp data.
19 # comp data with correspending bytes in local comp data.
21 # correctly merged, continuous, and matches its local comp data.
Dget_comp130_data_split.sh14 # 2. Client fetch its local comp data.
16 # comp data with corresponding bytes in local comp data.
19 # comp data with correspending bytes in local comp data.
21 # correctly merged, continuous, and matches its local comp data.
Dget_comp2_data_split.sh14 # 2. Client fetch its local comp data.
16 # comp data with corresponding bytes in local comp data.
19 # comp data with correspending bytes in local comp data.
21 # correctly merged, continuous, and matches its local comp data.
Dget_comp0_data_split.sh14 # 2. Client fetch its local comp data.
16 # comp data with corresponding bytes in local comp data.
19 # comp data with correspending bytes in local comp data.
21 # correctly merged, continuous, and matches its local comp data.
Dget_comp1_data_split.sh14 # 2. Client fetch its local comp data.
16 # comp data with corresponding bytes in local comp data.
19 # comp data with correspending bytes in local comp data.
21 # correctly merged, continuous, and matches its local comp data.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_hostname.rst7 :local:
15 details) and needs to respond to ``<hostname>.local`` DNS queries.
25 postfix to the hostname. By default the link local address of the first network
26 interface is used as a postfix. In Ethernet networks, the link local address
27 refers to MAC address. For example, if the link local address is
/Zephyr-latest/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh35 local -a results=()
40 local exe_name="bs_${BOARD_TS}_tests_kconfig_perm"
41 local executable_name=${exe_name}
42 local executable_name=${BSIM_OUT_PATH}/bin/$executable_name
60 local app=tests/bsim/bluetooth/ll/edtt/hci_test_app
61 local conf_file=prj_dut_llcp.conf
62 local conf_overlay=$3
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/
Dpb_remote_client_server_same_dev.sh10 # second device (prov_device_pb_remote_server_same_dev) with local RPR server.
18 # device key refresh procedure on it self with local RPR client and server.
20 # composition refresh procedure on it self with local RPR client and server.
22 # address refresh procedure on it self with local RPR client and server.

12345678910>>...37