We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f758d commit 3961272Copy full SHA for 3961272
connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/CMakeLists.txt
@@ -3,6 +3,8 @@
3
4
if("DISCO_H747I" IN_LIST MBED_TARGET_LABELS)
5
add_subdirectory(TARGET_DISCO_H747I)
6
+elseif("PORTENTA_H7" IN_LIST MBED_TARGET_LABELS)
7
+ add_subdirectory(TARGET_PORTENTA_H7)
8
elseif("NUCLEO_H743ZI" IN_LIST MBED_TARGET_LABELS)
9
add_subdirectory(TARGET_NUCLEO_H743ZI)
10
elseif("NUCLEO_H743ZI2" IN_LIST MBED_TARGET_LABELS)
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/CMakeLists.txt
elseif("STM32H7A3xIQ" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_STM32H7A3xIQ)
endif()
0 commit comments