basic shell commands implemented

This commit is contained in:
tkl
2016-08-11 11:04:54 +02:00
parent 94b4ddb9c8
commit c7af671814
10 changed files with 197 additions and 36 deletions

View File

@@ -9,6 +9,11 @@ endif
OS_LIB = kosmos-$(ARCH)-$(BOARD)$(DBG_EXT)
LIBS += $(OS_LIB)
INCLUDES += \
$(SRC_DIR) \
$(SRC_DIR)/firmware
CFLAGS += \
-Wno-unused-function \
-O$(OPTIM) \