... | ... | @@ -5,8 +5,8 @@ Nothing is written in stone, so if you'd like to contribute with your own discov |
|
|
### 📝 Basics
|
|
|
*Read these before you start coding*
|
|
|
|
|
|
- [Embedded Systems]
|
|
|
- [Miosix](https://drive.google.com/drive/u/1/folders/0B41AbAqKq4JnRE1UR2g4VHNQTkk)
|
|
|
- [Embedded Systems :link:](https://drive.google.com/drive/u/1/folders/1-rwNgoDdOFnwW-rfaqfmUa5ACIVehvXV)
|
|
|
- [Miosix presentation :link:](https://drive.google.com/drive/u/1/folders/0B41AbAqKq4JnRE1UR2g4VHNQTkk)
|
|
|
- [Git Workflow](Git-Workflow)
|
|
|
- [Coding Rules](Coding-Guidelines)
|
|
|
|
... | ... | @@ -15,7 +15,7 @@ Nothing is written in stone, so if you'd like to contribute with your own discov |
|
|
|
|
|
- [**Quick Start**](Boardcore-Quick-Start): first tutorial
|
|
|
- [Flashing on a board](Flashing-on-a-Target-Board)
|
|
|
- [GPIO Usage](GPIO-Usage-&-Used-Pins)
|
|
|
- [GPIO](GPIO-Usage-&-Used-Pins)
|
|
|
- [USART](Serial-Communication)
|
|
|
- [SPI](SPIDriver)
|
|
|
- [I2C]: hw and sw I2C drivers
|
... | ... | @@ -26,9 +26,9 @@ Nothing is written in stone, so if you'd like to contribute with your own discov |
|
|
|
|
|
**Advanced**
|
|
|
|
|
|
- [Software Design Checklist](https://docs.google.com/document/d/1u_3bGkFCiE6X2i0mnaNqzTScY26b-UPJ1Ju_1dFurco): steps to take into consideration when designing a new system
|
|
|
- [Board Support Package](BSP): How does the BSP work
|
|
|
- [Testing with Catch](Testing)
|
|
|
- [Designing a New Board :link:](https://docs.google.com/document/d/1u_3bGkFCiE6X2i0mnaNqzTScY26b-UPJ1Ju_1dFurco): steps to take into consideration when designing a new system
|
|
|
- [BSP](BSP): How does the board support package work
|
|
|
- [Testing](Testing)
|
|
|
- [Watchdogs]
|
|
|
|
|
|
### 🛠 Available Components
|
... | ... | |