summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-02 13:27:18 +0700
committerhathach <[email protected]>2023-06-02 13:27:18 +0700
commitfcf77914546496d88d5915223095d93bb63c67fe (patch)
tree2169b5f5378afb1b3286d92b978ff563bbe0d70b /src
parente7090c75148820ff3a4ad60c718684c46c954c18 (diff)
add IAR support for G0 with cmake
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ad9fbc7c0..09f41c9ab 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -65,6 +65,8 @@ function(add_tinyusb TARGET)
-Wreturn-type
-Wredundant-decls
)
+ elseif (CMAKE_C_COMPILER_ID STREQUAL "IAR")
+
endif ()
endfunction()