Implemented habr's checkm8 POC... works beautifully!

This commit is contained in:
2019-12-24 13:21:25 -05:00
parent 4e06d079d9
commit e9ffe7fa36
31 changed files with 7368 additions and 14 deletions

View File

@@ -880,7 +880,6 @@ function(setup_arduino_core VAR_NAME BOARD_ID)
if(NOT TARGET ${CORE_LIB_NAME})
set(BOARD_CORE_PATH ${${BOARD_CORE}.path})
find_sources(CORE_SRCS ${BOARD_CORE_PATH} True)
message("${CORE_SRCS}")
# Debian/Ubuntu fix
list(REMOVE_ITEM CORE_SRCS "${BOARD_CORE_PATH}/main.cxx")
add_library(${CORE_LIB_NAME} ${CORE_SRCS})