Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 262) sorted by relevance

1234567891011

/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/tests/device/
Dsimulator_adapter_test.py28 device: NativeSimulatorAdapter, resources: Path
30 device.device_config.build_dir = resources
33 assert device.command == [str(resources.joinpath('zephyr', 'zephyr.exe'))]
37 resources: Path, device: NativeSimulatorAdapter
43 script_path = resources.joinpath('mock_script.py')
59 resources: Path, device: NativeSimulatorAdapter
62 script_path = resources.joinpath('mock_script.py')
133 def test_if_unit_simulator_adapter_get_command_returns_proper_string(resources: Path) -> None:
134 device = UnitSimulatorAdapter(DeviceConfig(build_dir=resources))
137 assert device.command == [str(resources.joinpath('testbinary'))]
/Zephyr-Core-3.4.0/tests/drivers/regulator/voltage/src/
Dmain.c20 DT_FOREACH_PROP_ELEM(DT_NODELABEL(resources), regulators, REG_INIT)
24 DT_FOREACH_PROP_ELEM(DT_NODELABEL(resources), io_channels, ADC_INIT)
28 DT_PROP(DT_NODELABEL(resources), tolerance_microvolt);
30 static const unsigned int adc_avg_count = DT_PROP(DT_NODELABEL(resources),
32 static const int32_t set_read_delay_ms = DT_PROP(DT_NODELABEL(resources),
35 static const int32_t min_microvolt = DT_PROP(DT_NODELABEL(resources), min_microvolt);
36 static const int32_t max_microvolt = DT_PROP(DT_NODELABEL(resources), max_microvolt);
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dcoap.rst46 To create a CoAP server, resources for the server need to be defined.
48 resources that should be included in the responses of the ``.well-known/core``
53 static struct coap_resource resources[] = {
68 along with resources defined above to call the correct callback function
76 coap_handle_request(&request, resources, options, opt_num,
79 If :kconfig:option:`CONFIG_COAP_URI_WILDCARD` enabled, server may accept multiple resources
100 If the CoAP client knows about resources in the CoAP server, the client can start
102 about resources in the CoAP server, it can request resources through
/Zephyr-Core-3.4.0/tests/drivers/gpio/gpio_basic_api/boards/
Dstm32f3_disco.overlay8 resources {
Dsam_e70_xplained.overlay8 resources {
Dit82xx2_evb.overlay8 resources {
Dit8xxx2_evb.overlay8 resources {
Dlpcxpresso54114_m4.overlay8 resources {
Dlpcxpresso55s69_cpu0.overlay8 resources {
Dnucleo_f091rc.overlay8 resources {
Datsamd21_xpro.overlay8 resources {
Desp32c3_devkitm.overlay8 resources {
Desp32s2_saola.overlay8 resources {
Desp32s3_devkitm.overlay8 resources {
Dmimxrt685_evk_cm33.overlay8 resources {
Dnucleo_f429zi.overlay8 resources {
Dnucleo_g474re.overlay8 resources {
Dnucleo_l073rz.overlay8 resources {
Dnucleo_l152re.overlay8 resources {
Dnucleo_l4r5zi.overlay8 resources {
Dthingy52_nrf52832.overlay8 resources {
Dudoo_neo_full_m4.overlay8 resources {
Dnucleo_f030r8.overlay8 resources {
/Zephyr-Core-3.4.0/tests/drivers/gpio/gpio_enable_disable_interrupt/boards/
Dnative_posix.overlay8 resources {
/Zephyr-Core-3.4.0/tests/drivers/regulator/voltage/boards/
Drpi_pico.overlay15 resources: resources {

1234567891011