diff --git a/CMakeLists.txt b/CMakeLists.txt index 7351fd7..b358bd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,9 @@ elseif(TARGET_DEV STREQUAL "STM32F334x8") elseif(TARGET_DEV STREQUAL "STM32F446xx") add_compile_definitions(STM32F446xx) add_compile_definitions(STM32F4xx) +elseif(TARGET_DEV STREQUAL "STM32F469xx") + add_compile_definitions(STM32F469xx) + add_compile_definitions(STM32F4xx) else() message(FATAL_ERROR "The target device is not supported") endif()