Home
last modified time | relevance | path

Searched full:here (Results 1 – 25 of 1418) sorted by relevance

12345678910>>...57

/Zephyr-Core-3.5.0/scripts/west_commands/
Drun_tests.py27 here = os.path.abspath(os.path.dirname(__file__)) variable
29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini',
33 print(f'Running mypy from {here}:\n\t' +
36 subprocess.run(mypy, check=True, cwd=here)
37 print(f'Running pytest from {here}:\n\t' +
40 subprocess.run(pytest, check=True, cwd=here)
DREADME.txt5 Before adding more here, consider whether you might want to put new
7 on the multi-repo need to be in upstream west, not here. Try to limit
8 what goes in here to Zephyr-specific features.
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/
Drimage_modules.c8 /* These two modules defined here aren't runtime data used by Zephyr or
11 * DSP. As it happens most of the data here is ignored by both layers,
14 * For each module here, two UUIDs are allowed, one used on APL, and the
18 * on cAVS 1.8+ platforms here.
/Zephyr-Core-3.5.0/tests/drivers/build_all/fpga/
Dprj.conf8 # Must disable pinctrl here because otherwise there is an error in
9 # fpga_ice40.c here about the two nodes both declaring the same pinctrl data
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_error_case/src/
Dmain.c28 /* should not go here*/ in thread_timer_start_null()
63 /* should not go here*/ in thread_timer_stop_null()
97 /* should not go here*/ in thread_timer_status_get_null()
131 /* should not go here*/ in thread_timer_status_sync_null()
165 /* should not go here*/ in thread_timer_remaining_ticks_null()
199 /* should not go here*/ in thread_timer_expires_ticks_null()
232 /* should not go here*/ in thread_timer_user_data_get_null()
267 /* should not go here*/ in thread_timer_user_data_set_null()
300 /**do nothing here**/ in test_timer_handle()
/Zephyr-Core-3.5.0/tests/subsys/openthread/
Dradio_stub.c13 /* needed here so the static device_get_binding does not get renamed */
16 /* OpenThread not enabled here */
/Zephyr-Core-3.5.0/lib/cpp/minimal/
Dcpp_vtable.cpp24 void __class_type_info::dummy() { } // causes the vtable to get created here in dummy()
25 void __si_class_type_info::dummy() { } // causes the vtable to get created here in dummy()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dperipheral.c33 /* Central should bond here, and trigger a disconnect. */ in peripheral()
41 /* Central should bond here. */ in peripheral()
47 /* Central should disconnect here. */ in peripheral()
/Zephyr-Core-3.5.0/boards/arm/sparkfun_thing_plus_nrf9160/
DKconfig.board12 # (board.c), so it is forced here to be enabled always, not only
19 # (board.c), so it is forced here to be enabled always, not only
/Zephyr-Core-3.5.0/arch/common/
Drom_start_offset.ld12 * is absolute, so assigning offset here results in moving location counter
15 * We can't use '. += CONFIG_ROM_START_OFFSET' here because there might be some
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Dnetworking_with_host.rst26 * Here IP packets are exchanged between Zephyr and the host system via serial
32 * Here IP packets are exchanged between Zephyr and the host system via QEMU's
67 * Here, the Zephyr instance is run on a real board and the connectivity to
79 * Here, two Zephyr instances are running and there is IEEE 802.15.4 link layer
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dperipheral.c34 /* Central should bond here and trigger a disconnect. */ in peripheral()
46 /* Central should bond here and trigger a disconnect. */ in peripheral()
56 /* Central should pair without bond here and trigger a disconnect. */ in peripheral()
/Zephyr-Core-3.5.0/samples/arch/smp/pktqueue/src/
Dpktqueue.h18 struct phdr_desc *head; /* packet headers are removed from here */
19 struct phdr_desc *tail; /* packet headers are added here*/
/Zephyr-Core-3.5.0/tests/kernel/sched/schedule_api/src/
Duser_api.c62 * though here in a test they always will be and in any case in ZTEST_USER()
102 /* should not go here */ in thread_suspend_init_null()
139 /* should not go here */ in thread_resume_init_null()
176 /* should not go here */ in thread_priority_get_init_null()
213 /* should not go here */ in thread_priority_set_init_null()
252 /* should not go here */ in thread_priority_set_overmax()
292 /* should not go here */ in thread_priority_set_upgrade()
328 /* should not go here */ in thread_wakeup_init_null()
/Zephyr-Core-3.5.0/drivers/pm_cpu_ops/
DKconfig27 Say Y here if you want Zephyr to communicate with system firmware
38 Say Y here if you need to enable PSCI interface shell commands
/Zephyr-Core-3.5.0/scripts/schemas/
Dsnippet-schema.yml26 Snippet-wide appending can be done here:
34 Board-specific appending can be done here:
/Zephyr-Core-3.5.0/include/zephyr/kernel/internal/
Dsched_priq.h13 /* Two abstractions are defined here for "thread priority queues".
23 * larger code size (due to the data structure itself, the code here
47 * small number (max 32 here) of fixed priorities. This corresponds
/Zephyr-Core-3.5.0/doc/kernel/services/threads/
Dnothread.rst78 disabled. Subsystems that are not listed here should not be expected to
95 *List/table of supported drivers to go here*
103 *List/table of supported drivers to go here*
120 *List/table of supported drivers to go here, including which API options
/Zephyr-Core-3.5.0/dts/bindings/spi/
Dspi-device.yaml23 Use the macros not the actual enum value, here is the concordance
36 Use the macros not the actual enum value, here is the concordance
/Zephyr-Core-3.5.0/doc/
Dsubstitutions.txt1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here)
5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/
Dvectors.S15 /* This is the vector table. MTVEC points here.
17 * Use 4-byte intructions here. 1 instruction = 1 entry of the table.
/Zephyr-Core-3.5.0/tests/posix/eventfd/
DKconfig32 as possible on the hot path. Say 'y' here to add extra assertions
39 as possible on the hot path. Say 'y' here to skip reporting.
/Zephyr-Core-3.5.0/subsys/net/lib/config/
DKconfig79 Use 0 here if uncertain.
86 Use 2001:db8::1 here if uncertain.
93 Use 2001:db8::2 here if uncertain.
102 Use 192.0.2.1 here if uncertain.
122 Use 192.0.2.2 here if uncertain.
/Zephyr-Core-3.5.0/tests/boot/with_mcumgr/
DREADME.rst6 (more information can be found here :ref:`integration-with-pytest`)
11 More information about MCUmgr can be found here :ref:`mcu_mgr`.
/Zephyr-Core-3.5.0/scripts/dts/
DREADME.txt18 The 'python-devicetree' subdirectory you find here next to this
22 For now, the 'main' copy will continue to be hosted here in the zephyr

12345678910>>...57