From 29ef78075bf08567eb9617ef2e856c026b627087 Mon Sep 17 00:00:00 2001 From: Alvise De Faveri <alvise.defaveri@skywarder.eu> Date: Tue, 26 Feb 2019 02:29:23 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ba9516b8..0efb6fec6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To build, use `make` or `skyward-boardcore/sbs` (for more info, type `skyward-bo ## Folder Structure -| src/ | sources! | +| **src/** | **sources!** | | ---------------------- | --------------------------------------------------- | | boards/ | Classes source files, divided per board. | | entrypoints/ | Each file here is a "*main*" to be built with SBS. | @@ -24,11 +24,7 @@ To build, use `make` or `skyward-boardcore/sbs` (for more info, type `skyward-bo ## Content -This repo contains software components that are specific to R2A. Please refer to [R2A-OBSW-SDD](https://docs.google.com/document/d/1ZR1zA4Dz7wDNBRiWThYC5OAfe9hZfSOdGBmbz2ConWU/edit) and [R2A-OBSW-SRS](https://docs.google.com/document/d/1yGYri5w8BWR6EBI6hym_Pu-zaps5E749E4Xsp1WGpJw/edit) documents for details. - -The other common components (*EventBroker*, *Logger*, basic drivers etc...) are located in the `skyward-boardcore` repository, as well as the build system (SBS) and the operating system (MIOSIX). Please refer to that repo's documentation for more info. - -The Ignition Board software is developed in a [dedicated repository](https://git.skywarder.eu/r2a/skyward-r2x-ignition), for safety reasons. +This repo contains software components that are specific to R2A-Mini a.k.a Hermes. ## Contributing -- GitLab