Added filesystem module, tests and implementation for it in emulator.

This commit is contained in:
t-moe
2015-05-10 01:17:58 +02:00
parent c652b6bd05
commit e2bce8f163
15 changed files with 498 additions and 5 deletions

View File

@@ -15,14 +15,16 @@ SOURCES += \
main.cpp \
ll_tft.cpp \
ll_system.cpp \
ll_touch.cpp
ll_touch.cpp \
ll_filesystem.cpp
HEADERS += \
mainwindow.h \
INCLUDEPATH+= ../../common/lowlevel/ \
../../common/touch/ \
../../common/tft/
../../common/tft/ \
../../common/filesystem
FORMS += \