Add untested version of clock enable manager

This commit is contained in:
2020-02-03 19:19:31 +01:00
parent 87db430a17
commit 5f9bc29701
4 changed files with 198 additions and 0 deletions

View File

@@ -24,10 +24,14 @@ endif
##Custom Files###
CFILES += adc-meas.c
# Shellmatta
CFILES += shellmatta/src/shellmatta.c shellmatta/src/shellmatta_autocomplete.c shellmatta/src/shellmatta_escape.c shellmatta/src/shellmatta_history.c shellmatta/src/shellmatta_utils.c
INCLUDEPATH += -Ishellmatta/api
DEFINES += -DSHELLMATTA_STRIP_PRINTF
# RCC Manager
CFILES += clock-enable-manager.c
#TODO
###################################################################################