@@ -4,16 +4,15 @@ Nothing is written in stone, so if you'd like to contribute with your own discov
### Getting Started
What's in this wiki?
*[Table of Contents](_sidebar)
Feel lost? Start from these:
*[Learning the Basics](Basics): Introduction to C++, Embedded Development, Git, life and everything else.
*[LED Blink Tutorial](Boardcore-Quick-Start): It's the *Hello World* of embedded development
What's in this wiki?
*[Table of Contents](_sidebar)
### Useful Links
*[Doxygen](https://documentation.skywarder.eu/skyward-boardcore/doxygen_doc_generation/). The doxygen documentation of this codebase
*[Hermes Report](https://drive.google.com/drive/u/1/folders/12d6nkudUnvfC6FfBuFln2O2ALJvKw04D): Contains a good example of how boardcore is used in a rocket OBSW
*[miosix-kernel](https://github.com/fedetft/miosix-kernel): Original repo of the kernel
*[SCS Drive folder](https://drive.google.com/drive/u/1/folders/1Gt7fGQ1R5vGCKLfnSsZS7BzAP-8QZnpE): Why not
\ No newline at end of file
*[Hermes Report](https://drive.google.com/drive/u/1/folders/12d6nkudUnvfC6FfBuFln2O2ALJvKw04D): Contains a good example of how boardcore is used in a rocket on-board software (OBSW)
*[miosix-kernel](https://github.com/fedetft/miosix-kernel) and [Miosix Wiki](https://miosix.org/wiki/index.php?title=Special:AllPages): Original repo of the kernel and its Wiki page.