/Zephyr-latest/samples/kernel/condition_variables/simple/ |
D | README.rst | 80 [thread zephyr_app_main] done is 0 which is < 20 so waiting on cond 143 [thread zephyr_app_main] done is 1 which is < 20 so waiting on cond 146 [thread zephyr_app_main] done is 2 which is < 20 so waiting on cond 149 [thread zephyr_app_main] done is 3 which is < 20 so waiting on cond 152 [thread zephyr_app_main] done is 4 which is < 20 so waiting on cond 155 [thread zephyr_app_main] done is 5 which is < 20 so waiting on cond 158 [thread zephyr_app_main] done is 6 which is < 20 so waiting on cond 161 [thread zephyr_app_main] done is 7 which is < 20 so waiting on cond 164 [thread zephyr_app_main] done is 8 which is < 20 so waiting on cond 167 [thread zephyr_app_main] done is 9 which is < 20 so waiting on cond [all …]
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 11 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
|
/Zephyr-latest/samples/posix/eventfd/ |
D | prj.conf | 7 # so provide reasonable defaults so it can be built.
|
/Zephyr-latest/tests/lib/devicetree/devices/ |
D | testcase.yaml | 4 # We only need this to run on one platform so use native_sim as it 8 # The test instantiate few vnd,i2c devices so it fails with boards with
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | qemu_cortext_m3.conf | 1 # The addresses are selected so that qemu<->qemu connectivity works ok. 3 # addresses (so that peer address is ending to 2).
|
D | qemu_x86.conf | 1 # The addresses are selected so that qemu<->qemu connectivity works ok. 3 # addresses (so that peer address is ending to 2).
|
/Zephyr-latest/kernel/ |
D | smp.c | 85 /* Called from within z_swap(), so assumes lock already held */ 123 /* Initialize the dummy thread struct so that in smp_init_top() 153 /* Clear the ready flag so the newly powered up CPU can in start_cpu() 182 /* We are only starting one CPU so we do not need to synchronize in k_smp_cpu_start() 183 * across all CPUs using the start_flag. So just set it to 1. in k_smp_cpu_start() 211 /* We are only starting one CPU so we do not need to synchronize in k_smp_cpu_resume() 212 * across all CPUs using the start_flag. So just set it to 1. in k_smp_cpu_resume() 225 * entry into scheduler. So set the start flag to 0 here. in z_smp_init() 237 /* Let loose those CPUs so they can start scheduling in z_smp_init()
|
/Zephyr-latest/tests/net/socket/service/ |
D | testcase.yaml | 4 # timer stability issues, so keep it disabled until the root cause 6 # eventfd API does not work with native_posix so exclude it here
|
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/boards/ |
D | qemu_x86_tiny.conf | 7 # So here we are, tuning this manually. 10 # The following is needed so that .text and following
|
/Zephyr-latest/tests/posix/common/boards/ |
D | qemu_x86_tiny.conf | 7 # So here we are, tuning this manually. 10 # The following is needed so that .text and following
|
/Zephyr-latest/tests/net/lib/dns_addremove/src/ |
D | main.c | 219 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-latest/tests/subsys/input/api/ |
D | testcase.yaml | 16 # check. So limit this to 1 CPU only so this check's assumption
|
/Zephyr-latest/boards/nxp/mimxrt1010_evk/ |
D | init.c | 12 * considerations, so set the READADDROPT bit in the FlexSPI so it in SystemInitHook()
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser.py | 37 # Python doesn't support %ll for integer specifiers, so remove extra 'l' 43 # Python doesn't support %hh for integer specifiers, so remove extra 'h' 46 # No %p for pointer either, so use %x
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 27 # level 2, underneath other hardware interrupts like timer, so it 28 # can't reliably do this. Unselect so the tests don't try to exercise 75 # This single-core device doesn't have S32C1I and so has no built-in
|
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/ |
D | testcase.yaml | 6 # between CPUs. So the zbus_channel struct data goes 10 # memcpy(). So exclude these platforms from running in
|
/Zephyr-latest/dts/arm/microchip/mec5/ |
D | mec5_pkg176_pwms.dtsi | 7 /* So far all Microchip MEC5 family of SoC's so add three more PWM's
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | Kconfig.defconfig | 15 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application 20 # so no override is necessary.
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | spdxids.py | 38 Find an SPDX ID that is unique among others seen so far. 49 # determine whether spdxID is unique so far, or not 57 # need to add a "-1" to it, so that we don't end up overlapping
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | multiprocessing.c | 28 * hardware interrupt (so we don't have to service it as a in soc_mp_startup() 57 * relative jump instruction, so we need an immediate, which in soc_start_core() 58 * can only be backwards-referenced. So we hand-assemble a in soc_start_core() 95 /* Disable automatic power and clock gating for that CPU, so in soc_start_core() 98 * be, so by default a core will launch successfully but then in soc_start_core() 117 * available, so it's sent shifted). The write to ITC in soc_start_core() 118 * triggers the interrupt, so that comes last. in soc_start_core() 213 * Mask timer interrupt for this CPU so it won't wake up in soc_adsp_halt_cpu() 233 * because power is controlled by the host, so synchronization in soc_adsp_halt_cpu()
|
/Zephyr-latest/boards/ezurio/bl654_usb/ |
D | Kconfig.defconfig | 12 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application 18 # so no override or limit is necessary.
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | Kconfig.defconfig | 13 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application 18 # the offset is applied here so that the full partition size can be used when
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 25 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-latest/subsys/debug/coredump/ |
D | coredump_internal.h | 15 * These are for internal use only, so skip these in 29 * This sets up coredump subsys so coredump can be commenced.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina23x-common.yaml | 14 This value should be selected so that measurement resolution is 25 so that low maximum currents can be measured with enough resolution.
|