- added IODevice support

- fixed some issues with the logger and stack sizes

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@216 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2017-09-26 11:11:33 +00:00
parent 7bcde7ff5d
commit 1bcb4809db
48 changed files with 1033 additions and 11740 deletions

View File

@@ -1,12 +1,12 @@
all:
# $(MAKE) -C Keypad
$(MAKE) -C Keypad
$(MAKE) -C Display
$(MAKE) -C Misc
$(MAKE) -C Platform
clean:
# $(MAKE) -C Keypad clean
$(MAKE) -C Keypad clean
$(MAKE) -C Display clean
$(MAKE) -C Misc clean
$(MAKE) -C Platform clean