... | ... | @@ -9,22 +9,21 @@ Nothing is written in stone, so if you'd like to contribute with your own discov |
|
|
|
|
|
- [Git Workflow](https://github.com/skyward-er/skyward-boardcore/wiki/Git-Workflow)
|
|
|
- [Coding Guidelines](https://github.com/skyward-er/skyward-boardcore/wiki/Coding-Guidelines)
|
|
|
- [Miosix for Skyward](https://drive.google.com/drive/u/1/folders/0B41AbAqKq4JnRE1UR2g4VHNQTkk)
|
|
|
- [Eclipse IDE Configuration](https://github.com/skyward-er/skyward-boardcore/wiki/Eclipse-Configuration)
|
|
|
|
|
|
*Other things to know*
|
|
|
*Other things to look at*
|
|
|
- [Codestyle](../wiki/Codestyle) (clang-format and linter)
|
|
|
- [Templates](../wiki/Templates) (typical file structure, copyright ecc)
|
|
|
|
|
|
### 📚 Guides
|
|
|
### 📚 Tutorials
|
|
|
*Things that will help you getting familiar with Boardcore*
|
|
|
|
|
|
- [Eclipse IDE Configuration](https://github.com/skyward-er/skyward-boardcore/wiki/Eclipse-Configuration)
|
|
|
- [**Boardcore Quick Start**](../wiki/Boardcore-Quick-Start)
|
|
|
- [GPIO Usage](../wiki/GPIO-Usage-&-Used-Pins)
|
|
|
- [Serial Communication](../wiki/Serial-Communication)
|
|
|
- [Software I2C and SPI Communication]
|
|
|
- [**Writing a driver**](https://github.com/skyward-er/skyward-boardcore/wiki/Writing-a-driver)
|
|
|
- [Writing a driver](https://github.com/skyward-er/skyward-boardcore/wiki/Writing-a-driver)
|
|
|
- [Writing a sensor]
|
|
|
- [Writing a test]
|
|
|
- [Flashing on a board](https://github.com/skyward-er/skyward-boardcore/wiki/Flashing-on-a-Target-Board)
|
|
|
- [**Cheat Sheet**](https://github.com/skyward-er/skyward-boardcore/wiki/Cheat-Sheet)
|
|
|
|
... | ... | @@ -39,14 +38,18 @@ Nothing is written in stone, so if you'd like to contribute with your own discov |
|
|
- [Fault Counters]
|
|
|
- [BusTemplate]
|
|
|
- [Serialization]
|
|
|
- [Mavlink]
|
|
|
|
|
|
### ⚠️ Work In Progress
|
|
|
### ⚠️ Utils
|
|
|
|
|
|
- [Alain's stuff](../wiki/Alain-Random-Stuff)
|
|
|
- [Working with Submodules](../wiki/Working-with-Submodules)
|
|
|
|
|
|
-----------------------------------
|
|
|
### Useful External Links
|
|
|
|
|
|
* [Miosix Wiki](https://miosix.org/wiki/index.php?title=Main_Page) for the installation.
|
|
|
* [Miosix for Skyward (slides)](https://drive.google.com/drive/u/1/folders/0B41AbAqKq4JnRE1UR2g4VHNQTkk)
|
|
|
* [Miosix Doxygen](https://miosix.org/doxygen/doxygen_k2.01/index.html) for the full documentation (classes, constants ecc).
|
|
|
* [Official Skyward docs](https://github.com/skyward-er/elc-internal-reports/tree/master/Software) |
|
|
\ No newline at end of file |
|
|
* [Skyward resports](https://github.com/skyward-er/elc-internal-reports/)
|
|
|
* [Skyward's Wiki](http://wiki.skywarder.eu/index.php?title=Main_Page) |
|
|
\ No newline at end of file |