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 7c70a0c commit e7315e8Copy full SHA for e7315e8
targets/TARGET_Analog_Devices/TARGET_ADUCM302X/TARGET_ADUCM3029/CMakeLists.txt
@@ -20,12 +20,6 @@ if ("EV_COG_AD3029LZ" IN_LIST MBED_TARGET_LABELS)
20
TARGET_EV_COG_AD3029LZ/device/startup_ADuCM3029.c
21
)
22
23
- target_compile_options(mbed-core
24
- INTERFACE
25
- -mcpu=cortex-m3
26
- )
27
- endif()
28
-
29
set_property(GLOBAL PROPERTY MBED_TARGET_LINKER_FILE ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
30
31
target_include_directories(mbed-core
0 commit comments