Searched refs:line (Results 201 – 225 of 819) sorted by relevance
12345678910>>...33
/Zephyr-latest/modules/mbedtls/ |
D | create_psa_files.py | 78 for line in content: 79 res = re.findall(r"^#define *(PSA_WANT_\w+)", line)
|
/Zephyr-latest/arch/xtensa/core/ |
D | gen_zsr.py | 47 for line in infile.readlines(): 48 m = re.match(r"^#define\s+([^ ]+)\s*(.*)", line.rstrip())
|
/Zephyr-latest/include/zephyr/linker/ |
D | debug-sections.ld | 19 SECTION_PROLOGUE(.line, 0,) { *(.line) }
|
/Zephyr-latest/soc/st/stm32/stm32wbax/ |
D | Kconfig.soc | 1 # ST Microelectronics STM32WBA MCU line
|
/Zephyr-latest/tests/drivers/uart/uart_errors/ |
D | README.txt | 2 the line. Error is generated by the second UART driver instance which sends
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.xec | 11 Enable XEC ECIA driver for Microchip MEC line of MCUs
|
D | Kconfig.multilevel.aggregator_template | 4 int "Level $(prev-level-num) IRQ line for $(cur-level) level aggregator $(aggregator)"
|
/Zephyr-latest/soc/st/stm32/stm32f2x/ |
D | Kconfig.soc | 1 # STMicroelectronics stm32f2 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32l5x/ |
D | Kconfig.soc | 1 # ST Microelectronics STM32L5 MCU line
|
/Zephyr-latest/scripts/pylib/twister/ |
D | expr_parser.py | 313 for line in open(sys.argv[1]).readlines(): 314 lex.input(line) 319 print(parser.parse(line)) 321 print(parse(line, local_env, None))
|
/Zephyr-latest/soc/nordic/nrf51/ |
D | Kconfig.soc | 1 # Nordic Semiconductor nRF51 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32f1x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32F1 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32h7x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32H7 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32l0x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32L0 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32u0x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32U0 MCU line
|
D | Kconfig.soc | 1 # ST Microelectronics STM32U0 MCU line
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | zperf.rst | 31 For example, the following command line must be used for UDP testing: 37 For TCP testing, the command line would look like this: 88 command line if you are testing UDP:
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 197 self.line = b"" 210 self.line = proc.stdout.readline() 225 if not reader_t.is_alive() and self.line != b"": 226 line_decoded = self.line.decode('utf-8', "replace") 947 line = "" 1000 line = line + c 1005 log_out_fp.write(strip_ansi_sequences(line)) 1007 line = line.rstrip() 1010 harness.handle(line) 1030 line = "" [all …]
|
/Zephyr-latest/soc/st/stm32/stm32f0x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32F0 MCU line
|
/Zephyr-latest/scripts/coccinelle/ |
D | returnvar.cocci | 57 "\". Return \"" + C + "\" on line " 58 + p2[0].line)
|
/Zephyr-latest/samples/subsys/console/getchar/ |
D | README.rst | 17 If you are interested in line by line console input, see
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split_test.py | 48 for idx, line in enumerate(lines): # pylint: disable=unused-variable 49 dic = json.loads(line)
|
/Zephyr-latest/boards/we/orthosie1ev/support/ |
D | openocd.cfg | 4 # Uncomment the line below to enable USB debugging.
|
/Zephyr-latest/soc/nxp/lpc/lpc51u68/ |
D | Kconfig.soc | 1 # LPC LPC51U68 MCU line
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/ |
D | Kconfig.soc | 1 # Raspberry Pi RP2350 MCU line
|
12345678910>>...33