-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from RobertK66/OBCSW-6-rework-the-readme-md
OBCSW-6 Test Jira Link for documentation changes
- Loading branch information
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
* | ||
* Created on: 29.01.2022 | ||
* Author: Robert | ||
* | ||
*/ | ||
//!!!used by github build. Do not remove!!! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,34 @@ | ||
obc_1769_core | ||
============= | ||
|
||
|
||
|
||
Implements hardware abstractions and Layer2(3) modules for usage of the OBC | ||
hardware in cubesat projects. | ||
|
||
|
||
|
||
Documentation | ||
------------- | ||
- [Architecture](doc/m00_modules.md) ([Reasoning...](doc/m90_apendix_a.md)) | ||
- [Debug Interface](doc/m01_debug_if.md) | ||
- [How to Flash the OBC image](doc/m02_flash_prog.md) | ||
- [OBC Timestamps/RTC and related time formats](doc/m03_systime.md) | ||
|
||
- [Architecture](doc/m00_modules.md) ([Reasoning...](doc/m90_apendix_a.md)) | ||
|
||
- [Debug Interface](doc/m01_debug_if.md) | ||
|
||
- [How to Flash the OBC image](doc/m02_flash_prog.md) | ||
|
||
- [OBC Timestamps/RTC and related time formats](doc/m03_systime.md) | ||
|
||
|
||
|
||
Build Status | ||
------------ | ||
[![Build with MCU Expresso](https://github.com/RobertK66/obc_1769_core/workflows/Build%20with%20MCU%20Expresso/badge.svg)](https://github.com/RobertK66/obc_1769_core/actions/workflows/build.yml) [![OBC Manual as PDF](https://github.com/RobertK66/obc_1769_core/workflows/OBC%20Manual%20as%20PDF/badge.svg)](https://github.com/RobertK66/obc_1769_core/actions/workflows/make-docu.yml) [![Latest Release](https://github.com/RobertK66/obc_1769_core/workflows/Release%20a%20build%20with%20Doku/badge.svg)](https://github.com/RobertK66/obc_1769_core/actions/workflows/release.yml) | ||
|
||
<https://github.com/RobertK66/obc_1769_core/actions/workflows/build.yml> | ||
<https://github.com/RobertK66/obc_1769_core/actions/workflows/make-docu.yml> | ||
<https://github.com/RobertK66/obc_1769_core/actions/workflows/release.yml> | ||
|
||
Download | ||
-------- | ||
|
||
[Latest Release](https://github.com/RobertK66/obc_1769_core/releases/latest) |