-
Notifications
You must be signed in to change notification settings - Fork 29
/
blutunode.release.mak
37 lines (33 loc) · 997 Bytes
/
blutunode.release.mak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
###########################################################
# Makefile generated by xIDE
#
# Project: blutunode
# Configuration: Release
# Generated: Sat Sep 15 14:13:39 2012
#
# WARNING: Do not edit this file. Any changes will be lost
# when the project is rebuilt.
#
###########################################################
OUTPUT=blutunode
OUTDIR=D:/projects-paul/blutunode
HARDWARE_INDEX=1
DEFS=
DEBUGTRANSPORT=SPITRANS=LPT SPIPORT=1
EXECUTION_MODE=vm
STACKSIZE=320
TRANSPORT=bcsp
FIRMWARE=unified
FIRMWAREIMAGE=
LIBRARY_VERSION=
LIBS=-lconnection_debug -lbdaddr
INPUTS=\
command_parse.parse\
btnode.c\
msg_dump.c\
commands.c\
utils.c\
btnode.h\
utils.h
-include blutunode.mak
include $(BLUELAB)/Makefile.vm