|
|
@ -156,12 +156,13 @@ makeSubmodulesProject("${PROJECT_ADDITIONAL_DIRS}" "${PROJECT_TO_COMPILE_LIST}"
|
|
|
|
message("${BoldBlue}+-------------------------------+${ColourReset}")
|
|
|
|
message("${BoldBlue}+-------------------------------+${ColourReset}")
|
|
|
|
|
|
|
|
|
|
|
|
# Stick All the libraries together, only for code redability futher down.
|
|
|
|
# Stick All the libraries together, only for code redability futher down.
|
|
|
|
set(GENERATED_LIBRARIES ${STARTUP_UCODE}
|
|
|
|
set(GENERATED_LIBRARIES ${PROJECT_LIBS}
|
|
|
|
|
|
|
|
${STARTUP_UCODE}
|
|
|
|
${SYSTEM_LIBS}
|
|
|
|
${SYSTEM_LIBS}
|
|
|
|
${PERIPHERAL_LIBS}
|
|
|
|
${PERIPHERAL_LIBS}
|
|
|
|
${DRIVER_LIBS}
|
|
|
|
${DRIVER_LIBS}
|
|
|
|
${LIBRARIES_LIBS}
|
|
|
|
${LIBRARIES_LIBS})
|
|
|
|
${PROJECT_LIBS})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
####################################################################################################
|
|
|
|
####################################################################################################
|
|
|
|
# Overview
|
|
|
|
# Overview
|
|
|
|