Skip to content

Commit

Permalink
Update build_options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Mar 8, 2024
1 parent fab04ff commit 1a303d4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/general/build_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,21 @@ TBA

### C2A Core 機能
#### `C2A_USE_ALL_CORE_APPS`
`ON` にすることで,全ての Core Application をビルドする.
`ON` にすることで,全ての [Core Application](/applications/) をビルドする.
その場合, `/src_user/applications/CMakeLists.txt` にビルドしたい Core Application を適宜追加すること.

https://github.com/arkedge/c2a-core/blob/459dbbf84d9587730f248ccbadb5a5745b28903d/examples/subobc/src/src_user/applications/CMakeLists.txt#L9-L13


#### `C2A_USE_ALL_CORE_TEST_APPS`
`ON` にすることで,全ての [Core Test Application](/applications/test_app/) をビルドする.


#### `C2A_USE_ALL_CORE_LIB`
`ON` にすることで,全ての [Core Library](/library/) をビルドする.



### その他
#### `C2A_USE_STDINT_WRAPPER`
C89 ターゲットでビルドする際に `ON` にすることで,コンパイラが提供するものではなく,ユーザ定義の `stdint.h` を使う.
Expand Down

0 comments on commit 1a303d4

Please sign in to comment.