Home
last modified time | relevance | path

Searched full:so (Results 1 – 25 of 2116) sorted by relevance

12345678910>>...85

/Zephyr-Core-3.4.0/samples/kernel/condition_variables/simple/
DREADME.rst78 [thread zephyr_app_main] done is 0 which is < 20 so waiting on cond
141 [thread zephyr_app_main] done is 1 which is < 20 so waiting on cond
144 [thread zephyr_app_main] done is 2 which is < 20 so waiting on cond
147 [thread zephyr_app_main] done is 3 which is < 20 so waiting on cond
150 [thread zephyr_app_main] done is 4 which is < 20 so waiting on cond
153 [thread zephyr_app_main] done is 5 which is < 20 so waiting on cond
156 [thread zephyr_app_main] done is 6 which is < 20 so waiting on cond
159 [thread zephyr_app_main] done is 7 which is < 20 so waiting on cond
162 [thread zephyr_app_main] done is 8 which is < 20 so waiting on cond
165 [thread zephyr_app_main] done is 9 which is < 20 so waiting on cond
[all …]
/Zephyr-Core-3.4.0/arch/xtensa/core/
DREADME-WINDOWS.rst11 Registers are grouped and rotated in units of 4, so there are 8 or 16
16 WINDOWBASE. The register file is cyclic, so for example if NREGS==64
42 many calls, so they need to be GPR data that lives in registers and
44 return value format and is used immediately, so it makes more sense
51 WINDOWSTART stores a bitmask with one bit per hardware quad (so it's 8
55 stay zero. So there is one set bit in WINDOWSTART corresponding to
60 So the CPU executing RETW checks to make sure that the register quad
70 so it's actually possible to trap again when the instruction restarts
75 frame. So there are six separate exception handlers to spill/fill
88 pointer. This is so that the callee (and exception handlers invoked
Dxtensa-asm2-util.S18 * (so you have to save off A0, but no other registers need to be
57 * in the registers, so we don't need to spill it or any
82 /* Push the original stack pointer so we know at restore
142 * by any interrupt entry so they are save to use. Note that EPC1 and
147 * than it started from. So we leverage the zsr.h framework to pick
220 * save area so they get restored as they are now. A2/A3
381 * So we handle TLB misses in a very simple way here until
411 * simulator so that traces will not have infinite iterations of
429 * So we have this here as a trampoline.
439 * so TLB misses would be raised. We will need to
[all …]
/Zephyr-Core-3.4.0/samples/posix/eventfd/
Dprj.conf7 # so provide reasonable defaults so it can be built.
/Zephyr-Core-3.4.0/samples/net/eth_native_posix/
Dnet_start_wireshark.sh18 # is created. This script will start wireshark so that it is possible to
33 # The startup of wireshark is slow so sleep here a bit so that everything
/Zephyr-Core-3.4.0/samples/net/sockets/echo_client/boards/
Dqemu_cortext_m3.conf1 # The addresses are selected so that qemu<->qemu connectivity works ok.
3 # addresses (so that peer address is ending to 2).
Dqemu_x86.conf1 # The addresses are selected so that qemu<->qemu connectivity works ok.
3 # addresses (so that peer address is ending to 2).
/Zephyr-Core-3.4.0/soc/xtensa/intel_adsp/cavs/
Dmultiprocessing.c26 * hardware interrupt (so we don't have to service it as a in soc_mp_startup()
55 * relative jump instruction, so we need an immediate, which in soc_start_core()
56 * can only be backwards-referenced. So we hand-assemble a in soc_start_core()
76 /* Disable automatic power and clock gating for that CPU, so in soc_start_core()
79 * be, so by default a core will launch successfully but then in soc_start_core()
98 * available, so it's sent shifted). The write to ITC in soc_start_core()
99 * triggers the interrupt, so that comes last. in soc_start_core()
179 * Mask timer interrupt for this CPU so it won't wake up in soc_adsp_halt_cpu()
197 * because power is controlled by the host, so synchronization in soc_adsp_halt_cpu()
/Zephyr-Core-3.4.0/tests/subsys/debug/coredump/src/
Dmain.c19 /* Call k_panic() directly so Renode doesn't pause execution. in func_3()
22 * a lot, so it's good to check that it causes a coredump. in func_3()
31 * builds may crash the system, so use, instead an in func_3()
/Zephyr-Core-3.4.0/tests/net/lib/dns_addremove/src/
Dmain.c219 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_do_not_add_add_callback6()
245 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_add_callback6()
265 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_remove_callback6()
284 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_remove_none_callback6()
308 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
325 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
343 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
367 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
394 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_do_not_add_add_callback()
419 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_add_callback()
[all …]
/Zephyr-Core-3.4.0/soc/arm/nxp_kinetis/kwx/
DKconfig.defconfig.mkw41z427 # MBEDTLS is larger but much faster than TinyCrypt so choose wisely
35 # KW41Z TRNG entropy source cannot be used as a Hardware RNG source so
/Zephyr-Core-3.4.0/tests/kernel/mem_protect/demand_paging/boards/
Dqemu_x86_tiny.conf7 # So here we are, tuning this manually.
10 # The following is needed so that .text and following
/Zephyr-Core-3.4.0/boards/arm/mimxrt1010_evk/
Dinit.c12 * considerations, so set the READADDROPT bit in the FlexSPI so it in SystemInitHook()
/Zephyr-Core-3.4.0/tests/subsys/pm/policy_api/src/
Dmain.c160 * latency given by any state, so we should stay active all the time in ZTEST()
171 * PM_STATE_RUNTIME_IDLE and PM_STATE_SUSPEND_TO_RAM, so we should in ZTEST()
183 * latency given by any state, so we should stay active all the time in ZTEST()
194 /* remove previous request, so we should recover behavior given by in ZTEST()
205 /* remove first request, so we should observe regular behavior again */ in ZTEST()
294 /* note: we can't easily mock k_cycle_get_32(), so test is not ideal */
310 * first event wins, so we must stay active in ZTEST()
317 /* remove first event so second event now wins, meaning we can now enter in ZTEST()
335 * system wakeup wins, so we can go up to runtime idle. in ZTEST()
341 /* modify event to occur in 10ms, so it now wins system wakeup and in ZTEST()
/Zephyr-Core-3.4.0/scripts/west_commands/zspdx/
Dspdxids.py35 Find an SPDX ID that is unique among others seen so far.
46 # determine whether spdxID is unique so far, or not
54 # need to add a "-1" to it, so that we don't end up overlapping
/Zephyr-Core-3.4.0/arch/x86/zefi/
DREADME.txt25 any platform top out at 200kb or so, and grub is at minimum about 5x
52 time by a system binary (ld-linux.so). But there is no ld-linux.so in
56 So we can only rely on the C file's internal linkage, which is done
75 a IP-relative addressing mode, so we'd have to do some kind of
/Zephyr-Core-3.4.0/samples/net/sockets/echo_client/
Dprj.conf39 # The addresses are selected so that qemu<->qemu connectivity works ok.
41 # addresses (so that peer address is ending to 2).
/Zephyr-Core-3.4.0/boards/arm/nrf52840_mdk_usb_dongle/
DKconfig.defconfig18 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application
23 # so no override is necessary.
/Zephyr-Core-3.4.0/tests/bsim/net/sockets/echo_test/
Dprj.conf41 # The addresses are selected so that qemu<->qemu connectivity works ok.
43 # addresses (so that peer address is ending to 2).
/Zephyr-Core-3.4.0/modules/mbedtls/
DKconfig69 The TLS standards mandate max payload size of 16384 bytes. So, for
75 mbedTLS uses this value separate for input and output buffers, so
76 twice this value will be allocated (on mbedTLS own heap, so the
130 This is compiler dependent, so if it does not work then please
137 directory, so that only basename part is left and logged.
183 be global so that various applications and libraries in Zephyr do not
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/l2cap/stress/
Dprj.conf12 # Disable auto-initiated procedures so they don't
35 # Governs BT_CONN_TX_MAX, and so must be >= than the max number of
/Zephyr-Core-3.4.0/boards/arm/bl654_usb/
DKconfig.defconfig15 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application
21 # so no override or limit is necessary.
/Zephyr-Core-3.4.0/dts/bindings/sensor/
Dti,ina23x-common.yaml24 This value should be selected so that measurement resolution is
35 so that low maximum currents can be measured with enough resolution.
/Zephyr-Core-3.4.0/subsys/debug/coredump/
Dcoredump_internal.h15 * These are for internal use only, so skip these in
39 * This sets up coredump subsys so coredump can be commenced.
/Zephyr-Core-3.4.0/samples/kernel/condition_variables/simple/src/
Dmain.c34 * we're going to manipulate done and use the cond, so we need the mutex in worker_thread()
68 printk("[thread %s] done is %d which is < %d so waiting on cond\n", in main()
82 printk("[thread %s] done == %d so everyone is done\n", in main()

12345678910>>...85