added cmake support for csp lib

This commit is contained in:
2020-12-29 13:59:31 +01:00
committed by Robin Mueller
parent aa3168b2c7
commit d8185c0611
42 changed files with 490 additions and 67 deletions

View File

@ -13,7 +13,7 @@ SHELL = /bin/sh
# Chip & board used for compilation
# (can be overriden by adding CHIP=chip and BOARD=board to the command-line)
BOARD_FILE_ROOT = bsp_linux
BOARD_FILE_ROOT = bsp_q7s
BOARD = linux
OS_FSFW = linux
CUSTOM_DEFINES += -D$(OS_FSFW)