|
|
|
# hello
|
|
|
|
* world
|
|
|
|
* and
|
|
|
|
* skyward
|
|
|
|
|
|
|
|
-----
|
|
|
|
### Nothing else
|
|
|
|
* to
|
|
|
|
* Say |
|
|
\ No newline at end of file |
|
|
|
### 📝 Basics
|
|
|
|
*Read these before you start coding*
|
|
|
|
|
|
|
|
- [**Getting Started**](Basics): what you need to know about Embedded Development, C++, Git etc...
|
|
|
|
- [Git Workflow](Git-Workflow)
|
|
|
|
- [Coding Rules](Coding-Guidelines)
|
|
|
|
|
|
|
|
*First tutorials*
|
|
|
|
- [**LED blink example**](Boardcore-Quick-Start)
|
|
|
|
- [Flashing on a board](Flashing-on-a-Target-Board)
|
|
|
|
- [Eclipse IDE Configuration](Eclipse-Configuration)
|
|
|
|
|
|
|
|
### 📚 Components & Guides
|
|
|
|
|
|
|
|
*Drivers*
|
|
|
|
|
|
|
|
- [GPIO](GPIO-Usage-&-Used-Pins)
|
|
|
|
- [USART](Serial-Communication)
|
|
|
|
- [SPI](SPIDriver)
|
|
|
|
- [I2C]: hw and sw I2C drivers
|
|
|
|
- [CanBus]: CanBus driver
|
|
|
|
- [Interrupts](Interrupts)
|
|
|
|
- [DMA]
|
|
|
|
|
|
|
|
*Application Layer*
|
|
|
|
|
|
|
|
- [Common Interfaces](Boardcore-Interfaces)
|
|
|
|
- [Synchronization]
|
|
|
|
- State Machines
|
|
|
|
- [State Machines](State-Machines-Examples-and-Best-Practices)
|
|
|
|
- [Events Cheatsheet](Events-Cheatsheet)
|
|
|
|
- [EventBroker]
|
|
|
|
- Testing
|
|
|
|
- [Catch testing framework](Testing)
|
|
|
|
|
|
|
|
*Other Components*
|
|
|
|
|
|
|
|
- [Skyward Build System (SBS)](Skyward-Build-System-(SBS))
|
|
|
|
- [Board Support Package (BSP)](BSP)
|
|
|
|
- [SensorManager](SensorManager)
|
|
|
|
- [Mavlink](Mavlink) |
|
|
\ No newline at end of file |