add example and fix makefile

This commit is contained in:
Zaltora 2018-05-01 10:15:42 +02:00
parent a0a0cbf2da
commit a02af3f279
5 changed files with 87 additions and 14 deletions

View file

@ -0,0 +1,4 @@
# Simple makefile for simple example
PROGRAM=dsm_test
EXTRA_COMPONENTS = extras/dsm
include ../../common.mk