Searched refs:DTC (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/cmake/modules/ |
D | FindDtc.cmake | 5 # FindDTC module for locating devicetree compiler, DTC. 9 # 'DTC' 11 # Set to 'DTC-NOTFOUND' if dtc was not found. 20 DTC 24 if(DTC) 28 ${DTC} --version 36 string(REGEX MATCH "Version: DTC v?([0-9]+[.][0-9]+[.][0-9]+).*" out_var ${dtc_version_output}) 42 REQUIRED_VARS DTC 47 # DTC was found but version requirement is not met, or dtc was not working. 48 # Treat it as DTC was never found by resetting the result from `find_program()` [all …]
|
/Zephyr-latest/soc/renesas/ra/ra4m1/ |
D | ram_sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra2a1/ |
D | ram_sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6m1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6m2/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6m3/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra4w1/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.renesas_ra | 23 bool "RA MCU SPI DTC Support" 26 Enable the SPI DTC mode for SPI instances
|
D | Kconfig.renesas_ra8 | 23 bool "RA MCU SPI DTC Support" 27 Enable the SPI DTC mode for SPI instances
|
/Zephyr-latest/soc/renesas/ra/ra4m2/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra4m3/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6e1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6e2/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra4e1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra4e2/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra8m1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra8t1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6m4/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6m5/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra8d1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra4l1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/boards/seagate/faze/ |
D | pre_dt_board.cmake | 4 # Suppress DTC warnings due to all GPIO nodes sharing the same register address.
|
/Zephyr-latest/snippets/usbip-native-sim/ |
D | README.rst | 15 samples DTC overlays using the EXTRA_DTC_OVERLAY_FILE argument.
|
/Zephyr-latest/soc/renesas/ra/ra2l1/ |
D | sections.ld | 9 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/cmake/toolchain/arcmwdt/ |
D | generic.cmake | 27 # On very early stage build system needs to get access to DTC preprocessor. 31 # This workaround uses any (first awailable, independent on ARCH) toolchain from SDK for DTC prepro…
|
12