CMSIS-DAP

Dependencies:   mbed mbed API helper

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Fri May 23 18:22:30 2014 -0500
Parent:
5:56642da8625f
Commit message:
update to script

Changed in this revision

tools/make.py Show annotated file Show diff for this revision Revisions of this file
--- a/tools/make.py	Fri May 23 17:58:47 2014 -0500
+++ b/tools/make.py	Fri May 23 18:22:30 2014 -0500
@@ -9,11 +9,10 @@
 def build_program(args):
     path = os.getcwd()
     parent_path = os.sep.join(path.split(os.sep)[:-1])
-    parent_path += "\\output\\"
-    odir = " --destdir " + parent_path
+    odir = " --destdir " + parent_path + "\\output\\"
 
     mbeduser = " --user sam_grove"
-    preprocessor = " --extra_symbols" + " ONE,TWO"
+    preprocessor = " --extra_symbols" + " THREE"
     
     string = "python ./mbed-API-helper/mbedapi.py  --repo http://mbed.org/teams/HDK-Development/code/CMSIS-DAP/ --api http://mbed.org --platform FRDM-KL05Z"
     string += odir