File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
if ("DISCO_H747I" IN_LIST MBED_TARGET_LABELS )
5
5
add_subdirectory (TARGET_DISCO_H747I )
6
+ elseif ("PORTENTA_H7" IN_LIST MBED_TARGET_LABELS )
7
+ add_subdirectory (TARGET_PORTENTA_H7 )
6
8
elseif ("NUCLEO_H743ZI" IN_LIST MBED_TARGET_LABELS )
7
9
add_subdirectory (TARGET_NUCLEO_H743ZI )
8
10
elseif ("NUCLEO_H743ZI2" IN_LIST MBED_TARGET_LABELS )
Original file line number Diff line number Diff line change 3
3
4
4
if ("DISCO_H747I" IN_LIST MBED_TARGET_LABELS )
5
5
add_subdirectory (TARGET_DISCO_H747I )
6
+ elseif ("PORTENTA_H7" IN_LIST MBED_TARGET_LABELS )
7
+ add_subdirectory (TARGET_PORTENTA_H7 )
6
8
elseif ("STM32H7A3xIQ" IN_LIST MBED_TARGET_LABELS )
7
9
add_subdirectory (TARGET_STM32H7A3xIQ )
8
10
endif ()
You can’t perform that action at this time.
0 commit comments