... | ... | @@ -2,21 +2,21 @@ Boardcore is an evolving project to which many have contributed over the years, |
|
|
|
|
|
Nothing is written in stone, so if you'd like to contribute with your own discoveries and suggestions, you're more than welcome!
|
|
|
|
|
|
### 📝 Contributing
|
|
|
### 📝 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)
|
|
|
|
|
|
### 📚 Tutorials & Guides
|
|
|
*How to use boardcore components*
|
|
|
|
|
|
*First tutorials*
|
|
|
- [**LED blink example**](Boardcore-Quick-Start)
|
|
|
- [Flashing on a board](Flashing-on-a-Target-Board)
|
|
|
- [Eclipse IDE Configuration](Eclipse-Configuration)
|
|
|
|
|
|
**Drivers**
|
|
|
### 📚 Components & Guides
|
|
|
|
|
|
*Drivers*
|
|
|
|
|
|
- [GPIO](GPIO-Usage-&-Used-Pins)
|
|
|
- [USART](Serial-Communication)
|
... | ... | @@ -26,7 +26,7 @@ Nothing is written in stone, so if you'd like to contribute with your own discov |
|
|
- [Interrupts](Interrupts)
|
|
|
- [DMA]
|
|
|
|
|
|
**Application Layer**
|
|
|
*Application Layer*
|
|
|
|
|
|
- [Common Interfaces](Boardcore-Interfaces): Singleton, ActiveObject, EventHandler
|
|
|
- [Utilities](Utils): PinObserver, ButtonHandler, Queues
|
... | ... | @@ -39,7 +39,7 @@ Nothing is written in stone, so if you'd like to contribute with your own discov |
|
|
- [Catch testing framework](Testing)
|
|
|
- [Diagnostic Tools](Diagnostic-tools)
|
|
|
|
|
|
**Other Components**
|
|
|
*Other Components*
|
|
|
|
|
|
- [Skyward Build System (SBS)](Skyward-Build-System-(SBS))
|
|
|
- [Board Support Package (BSP)](BSP)
|
... | ... | |