Searched refs:resources (Results 1 – 25 of 262) sorted by relevance
1234567891011
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/tests/device/ |
D | simulator_adapter_test.py | 28 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/ |
D | main.c | 20 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/ |
D | coap.rst | 46 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/ |
D | stm32f3_disco.overlay | 8 resources {
|
D | sam_e70_xplained.overlay | 8 resources {
|
D | it82xx2_evb.overlay | 8 resources {
|
D | it8xxx2_evb.overlay | 8 resources {
|
D | lpcxpresso54114_m4.overlay | 8 resources {
|
D | lpcxpresso55s69_cpu0.overlay | 8 resources {
|
D | nucleo_f091rc.overlay | 8 resources {
|
D | atsamd21_xpro.overlay | 8 resources {
|
D | esp32c3_devkitm.overlay | 8 resources {
|
D | esp32s2_saola.overlay | 8 resources {
|
D | esp32s3_devkitm.overlay | 8 resources {
|
D | mimxrt685_evk_cm33.overlay | 8 resources {
|
D | nucleo_f429zi.overlay | 8 resources {
|
D | nucleo_g474re.overlay | 8 resources {
|
D | nucleo_l073rz.overlay | 8 resources {
|
D | nucleo_l152re.overlay | 8 resources {
|
D | nucleo_l4r5zi.overlay | 8 resources {
|
D | thingy52_nrf52832.overlay | 8 resources {
|
D | udoo_neo_full_m4.overlay | 8 resources {
|
D | nucleo_f030r8.overlay | 8 resources {
|
/Zephyr-Core-3.4.0/tests/drivers/gpio/gpio_enable_disable_interrupt/boards/ |
D | native_posix.overlay | 8 resources {
|
/Zephyr-Core-3.4.0/tests/drivers/regulator/voltage/boards/ |
D | rpi_pico.overlay | 15 resources: resources {
|
1234567891011