Floopper bloopper (#245)
* add floopper bloopper build * enhance canvas api * update submodule
This commit is contained in:
@@ -24,6 +24,7 @@ BUILD_VIBRO_DEMO = 1
|
||||
BUILD_SD_TEST = 1
|
||||
BUILD_GPIO_DEMO = 1
|
||||
BUILD_MUSIC_PLAYER = 1
|
||||
BUILD_FLOOPPER_BLOOPPER = 1
|
||||
BUILD_IBUTTON = 1
|
||||
endif
|
||||
|
||||
@@ -259,6 +260,17 @@ CFLAGS += -DBUILD_MUSIC_PLAYER
|
||||
C_SOURCES += $(wildcard $(APP_DIR)/music-player/*.c)
|
||||
endif
|
||||
|
||||
APP_FLOOPPER_BLOOPPER ?= 0
|
||||
ifeq ($(APP_FLOOPPER_BLOOPPER), 1)
|
||||
CFLAGS += -DAPP_FLOOPPER_BLOOPPER
|
||||
BUILD_FLOOPPER_BLOOPPER = 1
|
||||
endif
|
||||
BUILD_FLOOPPER_BLOOPPER ?= 0
|
||||
ifeq ($(BUILD_FLOOPPER_BLOOPPER), 1)
|
||||
CFLAGS += -DBUILD_FLOOPPER_BLOOPPER
|
||||
C_SOURCES += $(wildcard $(APP_DIR)/floopper-bloopper/*.c)
|
||||
endif
|
||||
|
||||
APP_IBUTTON ?= 0
|
||||
ifeq ($(APP_IBUTTON), 1)
|
||||
CFLAGS += -DAPP_IBUTTON
|
||||
|
||||
Reference in New Issue
Block a user