forked from fluffyaudio/MultiVersio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5283953
Showing
52 changed files
with
43,592 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Project Name | ||
TARGET = MultiEffect | ||
|
||
# Library Locations | ||
LIBDAISY_DIR = ../../libdaisy | ||
DAISYSP_DIR = ../../DaisySP | ||
CMSIS_DIR = $(LIBDAISY_DIR)/Drivers/CMSIS | ||
|
||
# Sources | ||
CPP_SOURCES = MultiEffect.cpp | ||
|
||
# Core location, and generic Makefile. | ||
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core | ||
include $(SYSTEM_FILES_DIR)/Makefile |
Oops, something went wrong.