[project] rename zybo -> zybo-test and add another minimal zybo project

This commit is contained in:
Travis Geiselbrecht
2014-07-14 17:35:47 -07:00
parent 4d011b03b1
commit 3105dc7c36
4 changed files with 14 additions and 9 deletions

12
project/zybo-test.mk Normal file
View File

@@ -0,0 +1,12 @@
# top level project rules for the armemu-test project
#
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULES += \
app/tests \
app/stringtests \
app/shell \
lib/debugcommands
include $(LOCAL_DIR)/zybo.mk

View File

@@ -4,10 +4,3 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := zybo
MODULES += \
app/tests \
app/stringtests \
app/shell \
lib/debugcommands

View File

@@ -1,4 +1,4 @@
#!/bin/sh
make zybo -j &&
make zybo-test -j &&
xmd -tcl scripts/zybo-xmd.tcl

View File

@@ -3,7 +3,7 @@ connect arm hw
rst
after 1000
stop
dow -data build-zybo/lk.bin 0
dow -data build-zybo-test/lk.bin 0
rwr pc 0
con