WORKS

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Committer:
cyberjoey
Date:
Sat Oct 22 01:31:58 2016 +0000
Revision:
9:6bb35cef007d
Parent:
1:55a6170b404f
WORKING

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nexpaq 1:55a6170b404f 1 #--- Inputs ----#
nexpaq 1:55a6170b404f 2 CPPUTEST_HOME = /usr
nexpaq 1:55a6170b404f 3 CPPUTEST_USE_EXTENSIONS = Y
nexpaq 1:55a6170b404f 4 CPPUTEST_USE_VPATH = Y
nexpaq 1:55a6170b404f 5 CPPUTEST_USE_GCOV = Y
nexpaq 1:55a6170b404f 6 CPP_PLATFORM = gcc
nexpaq 1:55a6170b404f 7 INCLUDE_DIRS =\
nexpaq 1:55a6170b404f 8 .\
nexpaq 1:55a6170b404f 9 ../common\
nexpaq 1:55a6170b404f 10 ../stubs\
nexpaq 1:55a6170b404f 11 ../../../..\
nexpaq 1:55a6170b404f 12 ../../../../source\
nexpaq 1:55a6170b404f 13 ../../../../mbed-client-libservice\
nexpaq 1:55a6170b404f 14 /usr/include\
nexpaq 1:55a6170b404f 15 $(CPPUTEST_HOME)/include\
nexpaq 1:55a6170b404f 16
nexpaq 1:55a6170b404f 17 CPPUTESTFLAGS = -D__thumb2__ -w
nexpaq 1:55a6170b404f 18 CPPUTEST_CFLAGS += -std=gnu99