Searched refs:line (Results 301 – 325 of 819) sorted by relevance
1...<<11121314151617181920>>...33
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/ |
D | board.cmake | 4 # 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/ |
D | data_load.py | 56 for idx, line in enumerate(lines): # pylint: disable=unused-variable 57 dic = json.loads(line)
|
D | README.md | 110 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/ |
D | Kconfig.mmio32 | 12 driving an LED, or chip-select line for an SPI device.
|
D | Kconfig.nrfx | 15 Enable GPIO driver for nRF line of MCUs.
|
/Zephyr-latest/samples/drivers/led/led_strip/boards/ |
D | esp32c3_devkitm.overlay | 11 line-idle-low;
|
D | esp32s2_saola.overlay | 11 line-idle-low;
|
D | esp32s3_devkitm_procpu.overlay | 11 line-idle-low;
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_coverage.py | 209 for line in expected: 210 match = re.search(line, err) 341 for line in expected_content: 342 result = re.search(line, err)
|
D | test_printouts.py | 398 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/ |
D | Kconfig | 19 Static VRINGs alignment. This should take into account the cache line
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 12 # branch, change the 'revision' line accordingly.
|
/Zephyr-latest/soc/nxp/kinetis/k2x/ |
D | Kconfig.soc | 1 # Kinetis K2X MCU line
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
D | Kconfig.soc | 1 # LPC LPC54XXX MCU line
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/ |
D | Kconfig | 1 # Raspberry Pi RP235XX MCU line
|
/Zephyr-latest/soc/st/stm32/stm32wbax/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32WBA MCU line
|
/Zephyr-latest/boards/st/nucleo_l053r8/support/ |
D | openocd.cfg | 15 # There is only system reset line and JTAG/SWD command can be issued when SRST
|
/Zephyr-latest/boards/st/nucleo_l073rz/support/ |
D | openocd.cfg | 15 # There is only system reset line and JTAG/SWD command can be issued when SRST
|
/Zephyr-latest/tests/drivers/stepper/drv8424/api/boards/ |
D | mimxrt1060_evk_mimxrt1062_qspi_B.overlay | 29 gpio-line-names =
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 67 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/ |
D | main.c | 293 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/ |
D | gen_relocate_app.py | 507 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/ |
D | zephyr-safety-process.svg | 1 …line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Certification …
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 1271 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/ |
D | Kconfig.evdev | 12 an evdev device path in the --evdev command line argument.
|
1...<<11121314151617181920>>...33