|
@@ -34,6 +34,7 @@ ENDIF()
|
|
|
|
|
|
|
|
INCLUDE(ChibiOS16_LD)
|
|
INCLUDE(ChibiOS16_LD)
|
|
|
INCLUDE(ChibiOS16_HAL)
|
|
INCLUDE(ChibiOS16_HAL)
|
|
|
|
|
+INCLUDE(ChibiOS16_Community)
|
|
|
|
|
|
|
|
|
|
|
|
|
IF(${CHIBIOS_KERNEL} STREQUAL rt)
|
|
IF(${CHIBIOS_KERNEL} STREQUAL rt)
|
|
@@ -44,7 +45,7 @@ ENDIF()
|
|
|
|
|
|
|
|
INCLUDE(ChibiOS16_Various)
|
|
INCLUDE(ChibiOS16_Various)
|
|
|
|
|
|
|
|
-SET(CHIBIOS_COMPONENTS nil rt hal ${CHIBIOS_HAL_MODULES} ${CHIBIOS_HAL_LIB_MODULES} ${CHIBIOS_VARIOUS_MODULES})
|
|
|
|
|
|
|
+SET(CHIBIOS_COMPONENTS nil rt hal ${CHIBIOS_HAL_MODULES} ${CHIBIOS_HAL_LIB_MODULES} ${CHIBIOS_VARIOUS_MODULES} ${CHIBIOS_COMMUNITY_MODULES})
|
|
|
|
|
|
|
|
IF(NOT ChibiOS_LINKER_SCRIPT)
|
|
IF(NOT ChibiOS_LINKER_SCRIPT)
|
|
|
MESSAGE(STATUS "ChibiOS doesn't have linker script for your chip, please specify it directly using ChibiOS_LINKER_SCRIPT variable.")
|
|
MESSAGE(STATUS "ChibiOS doesn't have linker script for your chip, please specify it directly using ChibiOS_LINKER_SCRIPT variable.")
|