Enhanced Controller Base #276

Merged
gaisser merged 20 commits from KSat/fsfw:mueller/enhanced-controller into development 2020-12-10 17:25:25 +01:00
Showing only changes of commit 1f78496cd3 - Show all commits

View File

@ -5,3 +5,7 @@
- vRequestContextSwitchFromISR is declared extern "C" so it can be defined in
a C file without issues
### EnhancedControllerBase
- New base class for a controller which also implements HasActionsIF and HasLocalDataPoolIF