Home
last modified time | relevance | path

Searched refs:line (Results 301 – 325 of 819) sorted by relevance

1...<<11121314151617181920>>...33

/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dboard.cmake4 # for the SparkFun Pro Micro RP2040 by a command-line argument.
12 # Set RPI_PICO_DEBUG_ADAPTER to select debug adapter by command-line arguments.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_load.py56 for idx, line in enumerate(lines): # pylint: disable=unused-variable
57 dic = json.loads(line)
DREADME.md110 Add `true` in line 62 as the second parameter of function
115 Add the line below in `int main(void)`, just before the line `while(1)`:
155 screen and saved in `output.txt`, in the format of "x,y,z" per line.
158 when it ends. New data will begin with a line "-,-,-".
/Zephyr-latest/drivers/gpio/
DKconfig.mmio3212 driving an LED, or chip-select line for an SPI device.
DKconfig.nrfx15 Enable GPIO driver for nRF line of MCUs.
/Zephyr-latest/samples/drivers/led/led_strip/boards/
Desp32c3_devkitm.overlay11 line-idle-low;
Desp32s2_saola.overlay11 line-idle-low;
Desp32s3_devkitm_procpu.overlay11 line-idle-low;
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_coverage.py209 for line in expected:
210 match = re.search(line, err)
341 for line in expected_content:
342 result = re.search(line, err)
Dtest_printouts.py398 for line in output:
399 if line.strip():
401 match = re.search(info_regex, line)
403 err_lines.append(line)
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig19 Static VRINGs alignment. This should take into account the cache line
/Zephyr-latest/submanifests/
Dexample.yaml.sample12 # branch, change the 'revision' line accordingly.
/Zephyr-latest/soc/nxp/kinetis/k2x/
DKconfig.soc1 # Kinetis K2X MCU line
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
DKconfig.soc1 # LPC LPC54XXX MCU line
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/
DKconfig1 # Raspberry Pi RP235XX MCU line
/Zephyr-latest/soc/st/stm32/stm32wbax/
DKconfig.defconfig1 # ST Microelectronics STM32WBA MCU line
/Zephyr-latest/boards/st/nucleo_l053r8/support/
Dopenocd.cfg15 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/boards/st/nucleo_l073rz/support/
Dopenocd.cfg15 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/tests/drivers/stepper/drv8424/api/boards/
Dmimxrt1060_evk_mimxrt1062_qspi_B.overlay29 gpio-line-names =
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst67 hardware interrupts are combined into one line that is then routed to
93 * '-' means interrupt line and is numbered from 0 (right most).
95 to nested controllers and one device 'A' on line 4.
96 * One of the LEVEL 2 controllers has interrupt line 5 connected to
97 a LEVEL 3 nested controller and one device 'C' on line 3.
99 device 'B' on line 2.
100 * The LEVEL 3 controller has one device 'D' on line 2.
116 controller has device D on line 2, connected to the LEVEL 2 controller's line
117 5, that is connected to the LEVEL 1 controller's line 9 (2 -> 5 -> 9).
230 a second ISR/argument pair on the same interrupt line is made (using
[all …]
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c293 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle() argument
304 buf = hci_vs_err_assert(file, line); in bt_ctlr_assert_handle()
318 LOG_ERR("Controller assert in: %s at %d", file, line); in bt_ctlr_assert_handle()
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py507 def parse_input_string(line): argument
509 mem_region, rest = line.split(':', 1)
532 for line in input_rel_dict.split('|'):
533 if ':' not in line:
536 mem_region, phdr, flag_list, file_list = parse_input_string(line)
/Zephyr-latest/doc/safety/images/
Dzephyr-safety-process.svg1line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Certification …
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1271 for linenr, line in enumerate(f, 1):
1273 line = line.rstrip()
1275 match = set_match(line)
1327 match = unset_match(line)
1333 if line and not line.lstrip().startswith("#"):
1335 .format(line),
1862 for line in f:
1863 match = self._set_match(line)
2227 line = self._readline()
2228 if not line:
[all …]
/Zephyr-latest/drivers/input/
DKconfig.evdev12 an evdev device path in the --evdev command line argument.

1...<<11121314151617181920>>...33