Searched refs:line (Results 176 – 200 of 819) sorted by relevance
12345678910>>...33
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 181 line = self.readline(0.1, print_output) 184 lines.append(line) 185 if regex and regex_compiled.search(line): 203 line = self.readline(0.1, print_output) 204 lines.append(line)
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.max32 | 9 Enable GPIO driver for MAX32 line of MCUs
|
D | Kconfig.stm32 | 11 Enable GPIO driver for STM32 line of MCUs
|
/Zephyr-latest/soc/st/stm32/stm32mp1x/ |
D | Kconfig.soc | 1 # STMicroelectronics STM32MP1 MPU line
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | log_parser.py | 61 for line in hexfile.readlines(): 62 hexdata += line.strip()
|
/Zephyr-latest/subsys/net/ip/ |
D | nbr.h | 119 void net_nbr_unref_debug(struct net_nbr *nbr, const char *caller, int line); 132 int line);
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.stm32 | 14 Enable IWDG driver for STM32 line of MCUs 37 Enable WWDG driver for STM32 line of MCUs
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | Kconfig | 20 prompt "Instruction cache line size" 59 prompt "Data cache line size"
|
/Zephyr-latest/soc/nordic/nrf51/ |
D | Kconfig | 1 # Nordic Semiconductor nRF51 MCU line
|
D | Kconfig.defconfig | 1 # Nordic Semiconductor nRF51 MCU line
|
/Zephyr-latest/subsys/console/ |
D | getline.c | 30 return cmd->line; in console_getline()
|
/Zephyr-latest/soc/st/stm32/stm32l1x/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32L1 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32l4x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32L4 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32wbx/ |
D | Kconfig.soc | 1 # ST Microelectronics STM32WB MCU line
|
/Zephyr-latest/tests/bsim/bluetooth/audio/ |
D | README.txt | 4 This application will, based on the command line arguments, select one of
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/ |
D | README.txt | 4 This application will, based on the command line arguments, select one of
|
/Zephyr-latest/soc/st/stm32/stm32g4x/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32G4 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32h7rsx/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32H7RS MCU line
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | Kconfig.defconfig | 1 # Nordic Semiconductor nRF52 MCU line
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig.defconfig | 1 # Nordic Semiconductor nRF53 MCU line
|
/Zephyr-latest/soc/nordic/nrf91/ |
D | Kconfig.defconfig | 1 # Nordic Semiconductor nRF91 MCU line
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | binary_adapter_test.py | 63 file_lines = [line.strip() for line in file.readlines()] 79 file_lines = [line.strip() for line in file.readlines()]
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7b3.dtsi | 11 * STM32H7B3 line contains the same peripherals as STM32H7B0.
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 172 for line in buf.split('\n'): 173 if line[0] != ":": 177 while i < len(line) - 1: 178 rec.append(int(line[i:i+2], 16)) 214 for line in to_str(r).split('\n'): 215 words = re.split(r'\s+', line)
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/ |
D | Kconfig.soc | 1 # Raspberry Pi RP2040 MCU line
|
12345678910>>...33