Improvements:

- HAL re-organized
- FreeRTOS running stable
- UART finished
- SPI1 & SPI3 finished and functional
- Display driver added (functional)


git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@172 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2017-09-20 06:51:53 +00:00
parent f5dd9e0f09
commit c9562e8bfd
313 changed files with 8279 additions and 50216 deletions

View File

@@ -0,0 +1,15 @@
all:
# $(MAKE) -C Keypad
$(MAKE) -C Display
$(MAKE) -C Misc
$(MAKE) -C Platform
clean:
# $(MAKE) -C Keypad clean
$(MAKE) -C Display clean
$(MAKE) -C Misc clean
$(MAKE) -C Platform clean
.PHONY: all clean