Home
last modified time | relevance | path

Searched refs:line (Results 201 – 225 of 819) sorted by relevance

12345678910>>...33

/Zephyr-latest/modules/mbedtls/
Dcreate_psa_files.py78 for line in content:
79 res = re.findall(r"^#define *(PSA_WANT_\w+)", line)
/Zephyr-latest/arch/xtensa/core/
Dgen_zsr.py47 for line in infile.readlines():
48 m = re.match(r"^#define\s+([^ ]+)\s*(.*)", line.rstrip())
/Zephyr-latest/include/zephyr/linker/
Ddebug-sections.ld19 SECTION_PROLOGUE(.line, 0,) { *(.line) }
/Zephyr-latest/soc/st/stm32/stm32wbax/
DKconfig.soc1 # ST Microelectronics STM32WBA MCU line
/Zephyr-latest/tests/drivers/uart/uart_errors/
DREADME.txt2 the line. Error is generated by the second UART driver instance which sends
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.xec11 Enable XEC ECIA driver for Microchip MEC line of MCUs
DKconfig.multilevel.aggregator_template4 int "Level $(prev-level-num) IRQ line for $(cur-level) level aggregator $(aggregator)"
/Zephyr-latest/soc/st/stm32/stm32f2x/
DKconfig.soc1 # STMicroelectronics stm32f2 MCU line
/Zephyr-latest/soc/st/stm32/stm32l5x/
DKconfig.soc1 # ST Microelectronics STM32L5 MCU line
/Zephyr-latest/scripts/pylib/twister/
Dexpr_parser.py313 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/
DKconfig.soc1 # Nordic Semiconductor nRF51 MCU line
/Zephyr-latest/soc/st/stm32/stm32f1x/
DKconfig.defconfig1 # ST Microelectronics STM32F1 MCU line
/Zephyr-latest/soc/st/stm32/stm32h7x/
DKconfig.defconfig1 # ST Microelectronics STM32H7 MCU line
/Zephyr-latest/soc/st/stm32/stm32l0x/
DKconfig.defconfig1 # ST Microelectronics STM32L0 MCU line
/Zephyr-latest/soc/st/stm32/stm32u0x/
DKconfig.defconfig1 # ST Microelectronics STM32U0 MCU line
DKconfig.soc1 # ST Microelectronics STM32U0 MCU line
/Zephyr-latest/doc/connectivity/networking/api/
Dzperf.rst31 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/
Dhandlers.py197 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/
DKconfig.defconfig1 # ST Microelectronics STM32F0 MCU line
/Zephyr-latest/scripts/coccinelle/
Dreturnvar.cocci57 "\". Return \"" + C + "\" on line "
58 + p2[0].line)
/Zephyr-latest/samples/subsys/console/getchar/
DREADME.rst17 If you are interested in line by line console input, see
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_split_test.py48 for idx, line in enumerate(lines): # pylint: disable=unused-variable
49 dic = json.loads(line)
/Zephyr-latest/boards/we/orthosie1ev/support/
Dopenocd.cfg4 # Uncomment the line below to enable USB debugging.
/Zephyr-latest/soc/nxp/lpc/lpc51u68/
DKconfig.soc1 # LPC LPC51U68 MCU line
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/
DKconfig.soc1 # Raspberry Pi RP2350 MCU line

12345678910>>...33