Skip to content

Commit

Permalink
Gator 2.0 initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesrg committed Oct 8, 2024
1 parent df73c04 commit 6c8cfae
Show file tree
Hide file tree
Showing 39 changed files with 3,605 additions and 0 deletions.
435 changes: 435 additions & 0 deletions platform/drumlogue/Gator-delfx/Makefile

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions platform/drumlogue/Gator-delfx/config.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PROJECT := $(lastword $(subst /, , $(dir $(abspath $(lastword $(MAKEFILE_LIST))))))
PROJECT_TYPE := $(lastword $(subst -, , $(PROJECT)))
UNIT_NAME := \"$(firstword $(subst -, , $(PROJECT)))\"
CSRC = header.c
CXXSRC = unit.cc
UINCDIR = ../../inc ../../prologue/inc/utils
ULIBS = -lm
ULIBS += -lc
UDEFS = -DUNIT_NAME=$(UNIT_NAME) -DUNIT_TARGET_MODULE=k_unit_module_$(PROJECT_TYPE) -DPARAM_COUNT=8
1 change: 1 addition & 0 deletions platform/drumlogue/Gator-delfx/header.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../../src/gator.c"
1 change: 1 addition & 0 deletions platform/drumlogue/Gator-delfx/unit.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../../src/gator.cc"
Loading

0 comments on commit 6c8cfae

Please sign in to comment.