Home
last modified time | relevance | path

Searched refs:DTC (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/cmake/modules/
DFindDtc.cmake5 # 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/
Dram_sections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra2a1/
Dram_sections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m2/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m3/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4w1/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/drivers/spi/
DKconfig.renesas_ra23 bool "RA MCU SPI DTC Support"
26 Enable the SPI DTC mode for SPI instances
DKconfig.renesas_ra823 bool "RA MCU SPI DTC Support"
27 Enable the SPI DTC mode for SPI instances
/Zephyr-latest/soc/renesas/ra/ra4m2/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4m3/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6e1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6e2/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4e1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4e2/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8m1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8t1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m4/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m5/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8d1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4l1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/boards/seagate/faze/
Dpre_dt_board.cmake4 # Suppress DTC warnings due to all GPIO nodes sharing the same register address.
/Zephyr-latest/snippets/usbip-native-sim/
DREADME.rst15 samples DTC overlays using the EXTRA_DTC_OVERLAY_FILE argument.
/Zephyr-latest/soc/renesas/ra/ra2l1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/cmake/toolchain/arcmwdt/
Dgeneric.cmake27 # 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