zephyr/samples/drivers/disco/Makefile
Maciek Borzecki 291415a6c4 samples/drivers/disco: add 'disco' sample program
Add a sample program for blinking with GPIO connected LEDs. The sample
program by assumes the use of Nucleo-64 F103RB development board as the
target and will need to be updated for other platforms. The intention is
that the code will serve as an example of how to use GPIOs in one's
code.

Change-Id: Ia190a7ad5b07181731c9f502d87bd0ef0ba1abde
Origin: Original
Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com>
2016-03-18 20:49:32 +00:00

7 lines
122 B
Makefile

MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
BOARD ?= nucleo_f103rb
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc