update changelog

This commit is contained in:
Robin Müller 2021-07-19 18:35:16 +02:00
parent ce93b9220e
commit 10e81fdfb8
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 3 additions and 2 deletions

View File

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