added BBB support

This commit is contained in:
2021-05-05 20:25:52 +02:00
committed by Robin Mueller
parent 57d457c43e
commit 1a7186ee1e
24 changed files with 243 additions and 21 deletions

View File

@ -53,8 +53,8 @@ endif()
if(TGT_BSP)
if (${TGT_BSP} MATCHES "arm/raspberrypi")
set(BSP_PATH "bsp_rpi")
if (${TGT_BSP} MATCHES "arm/raspberrypi" OR ${TGT_BSP} MATCHES "arm/beagleboneblack")
set(BSP_PATH "bsp_linux_board")
elseif(${TGT_BSP} MATCHES "arm/q7s")
set(BSP_PATH "bsp_q7s")
else()