summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2026-01-14 10:12:54 +0100
committerZixun LI <[email protected]>2026-01-14 10:12:54 +0100
commit46af312b610f6d85196f41ca3f1b80bc7e8ccfac (patch)
tree588094fa86df23b04d5483b0f625defb5467e6dc
parent4ae33547e3f6b12a53941b17851716fcdf9c1f2d (diff)
ci fix
Signed-off-by: Zixun LI <[email protected]>
-rw-r--r--hw/bsp/tm4c/family.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/bsp/tm4c/family.cmake b/hw/bsp/tm4c/family.cmake
index 9cef96b9d..41b8a597a 100644
--- a/hw/bsp/tm4c/family.cmake
+++ b/hw/bsp/tm4c/family.cmake
@@ -71,6 +71,9 @@ function(family_configure_example TARGET RTOS)
if (CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
set_source_files_properties(${CMAKE_CURRENT_FUNCTION_LIST_DIR}/family.c PROPERTIES COMPILE_FLAGS "-Wno-missing-prototypes")
+ set_source_files_properties(${STARTUP_FILE_${CMAKE_C_COMPILER_ID}} PROPERTIES
+ SKIP_LINTING ON
+ COMPILE_OPTIONS -w)
endif ()
# Flashing