Skip to content

Commit

Permalink
Merge pull request #306 from arkedge/feature/add_mobc_subobc_build_op…
Browse files Browse the repository at this point in the history
…tion

MOBC やsub OBC を想定したコードをビルド対象に加えるためのビルドオプションを追加
  • Loading branch information
meltingrabbit committed Mar 29, 2024
2 parents cbed1eb + a66034e commit 4472ef1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ option(C2A_USE_ALL_CORE_APPS "Use C2A-core all Applications" ON)
option(C2A_USE_ALL_CORE_TEST_APPS "Use C2A-core all Test Applications" ON)
option(C2A_USE_ALL_CORE_LIB "Use C2A-core all library" ON)

## C2A build target board option (標準実装などがこのオプションによってスイッチされる.デフォルトでは sub OBC を想定)
option(C2A_MOBC_FEATURES "Enable some features for MOBC" OFF)

## C2A CCSDS select
# See alse; /docs/core/ccsds.md
option(C2A_USE_CORE_CCSDS_AOS_SPACE_DATA_LINK_PROTOCOL "Use C2A-core CCSDS AOS SPACE DATA LINK PROTOCOL implementation" OFF)
Expand Down

0 comments on commit 4472ef1

Please sign in to comment.