Update framework #6

Merged
meierj merged 67 commits from mueller/master into eive/develop 2021-07-23 18:26:40 +02:00
Showing only changes of commit 10e81fdfb8 - Show all commits

View File

@ -4,10 +4,11 @@
### FSFW Architecture ### FSFW Architecture
- Internal API changed completely to have separation of sources and headers - New src folder which contains all source files except the HAL, contributed code and test code
- External API mostly stayed the same - External and internal API mostly stayed the same
- Folder names are now all smaller case: internalError was renamed to internalerror and - Folder names are now all smaller case: internalError was renamed to internalerror and
FreeRTOS was renamed to freertos FreeRTOS was renamed to freertos
- Warning if optional headers are used but the modules was not added to the source files to compile
### HAL ### HAL