From 0314eacdc5f4db50cf2df8c7214b500838a793ca Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Fri, 22 Sep 2023 22:23:14 +0200 Subject: [PATCH 1/2] Add submodule --- .gitmodules | 3 +++ src_aobc | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 src_aobc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4ccd100 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src_aobc"] + path = src_aobc + url = https://github.com/ut-issl/c2a-aobc.git diff --git a/src_aobc b/src_aobc new file mode 160000 index 0000000..2f13014 --- /dev/null +++ b/src_aobc @@ -0,0 +1 @@ +Subproject commit 2f130140fc301d227c9ec150ccd58059514be5a2 From bfb5151905c58f98dc1d6258c6c3d5cbb67d23dd Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Fri, 22 Sep 2023 22:25:34 +0200 Subject: [PATCH 2/2] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfcbd6d..b933396 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Overview - `C2A-AOBC-EXAMPLE` is an example of a project-specific repository of `C2A-AOBC`. -- Users can copy this directory to make their simulation environment. +- Users can refer this directory to make their flight software repository. - **NOTE**: Please rewrite all words like `example, EXAMPLE, or Example` to suit your project in this document after you copy the directory. After that, please delete this description. - For other detailed descriptions, please also see README of [c2a-aobc](https://github.com/ut-issl/c2a-aobc). @@ -11,7 +11,7 @@ - Directory tree ``` - - c2a-aobc-example (Examples directory) + - c2a-aobc-example - src_aobc (git submodule) - src_aobc_example - project definition files. @@ -24,7 +24,6 @@ ## Build with vMicro for real AOBC (Attitude On Board Computer) development - Please see the `README` of [c2a-aobc](./src_aobc/README.md) - - This link will be available after the repository construction of `c2a-aobc-example`. ## Build with S2E for SILS test