dhgdh

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

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 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
nexpaq 1:55a6170b404f 2 <Project emblocks_ix="1.0.0" name="{{name}}">
nexpaq 1:55a6170b404f 3 <Target name="{{name}}" target="{{target}}">
nexpaq 1:55a6170b404f 4 <Source name="mbed.org" version="1.0.0">
nexpaq 1:55a6170b404f 5 <Toolchain name="{{toolchain}}"/>
nexpaq 1:55a6170b404f 6 <CC>
nexpaq 1:55a6170b404f 7 {% for s in cc_org %}<Switch name="{{s}}"/>
nexpaq 1:55a6170b404f 8 {% endfor %}
nexpaq 1:55a6170b404f 9 </CC>
nexpaq 1:55a6170b404f 10 <CPPC>
nexpaq 1:55a6170b404f 11 {% for s in cppc_org %}<Switch name="{{s}}"/>
nexpaq 1:55a6170b404f 12 {% endfor %}
nexpaq 1:55a6170b404f 13 </CPPC>
nexpaq 1:55a6170b404f 14 <Symbols>
nexpaq 1:55a6170b404f 15 {% for s in symbols %}<Symbol name="{{s}}"/>
nexpaq 1:55a6170b404f 16 {% endfor %}
nexpaq 1:55a6170b404f 17 </Symbols>
nexpaq 1:55a6170b404f 18 <LD>
nexpaq 1:55a6170b404f 19 {% for s in ld_org %}<Switch name="{{s}}"/>
nexpaq 1:55a6170b404f 20 {% endfor %}
nexpaq 1:55a6170b404f 21 </LD>
nexpaq 1:55a6170b404f 22 <Addobjects>
nexpaq 1:55a6170b404f 23 {% for s in object_files %}<Addobject name="{{s}}"/>
nexpaq 1:55a6170b404f 24 {% endfor %}
nexpaq 1:55a6170b404f 25 </Addobjects>
nexpaq 1:55a6170b404f 26 <Syslibs>
nexpaq 1:55a6170b404f 27 {% for s in sys_libs %}<Library name="{{s}}"/>
nexpaq 1:55a6170b404f 28 {% endfor %}
nexpaq 1:55a6170b404f 29 </Syslibs>
nexpaq 1:55a6170b404f 30 <Scriptfile path="{{script_file}}"/>
nexpaq 1:55a6170b404f 31 </Source>
nexpaq 1:55a6170b404f 32 <Assembler>
nexpaq 1:55a6170b404f 33 </Assembler>
nexpaq 1:55a6170b404f 34 <Compiler>
nexpaq 1:55a6170b404f 35 <Includepaths>
nexpaq 1:55a6170b404f 36 {% for s in include_paths %}<Includepath path="{{s}}"/>
nexpaq 1:55a6170b404f 37 {% endfor %}
nexpaq 1:55a6170b404f 38 </Includepaths>
nexpaq 1:55a6170b404f 39 <Symbols>
nexpaq 1:55a6170b404f 40 </Symbols>
nexpaq 1:55a6170b404f 41 </Compiler>
nexpaq 1:55a6170b404f 42 <Linker>
nexpaq 1:55a6170b404f 43 <Libraries>
nexpaq 1:55a6170b404f 44 {% for s in libraries %}<Library name="{{s}}"/>
nexpaq 1:55a6170b404f 45 {% endfor %}
nexpaq 1:55a6170b404f 46 </Libraries>
nexpaq 1:55a6170b404f 47 <Librarypaths>
nexpaq 1:55a6170b404f 48 {% for s in library_paths %}<Librarypath path="{{s}}"/>
nexpaq 1:55a6170b404f 49 {% endfor %}
nexpaq 1:55a6170b404f 50 </Librarypaths>
nexpaq 1:55a6170b404f 51 </Linker>
nexpaq 1:55a6170b404f 52 <Files>
nexpaq 1:55a6170b404f 53 {% for f in source_files %}<File name="{{f.name}}" type="{{f.type}}"/>
nexpaq 1:55a6170b404f 54 {% endfor %}
nexpaq 1:55a6170b404f 55 </Files>
nexpaq 1:55a6170b404f 56 </Target>
nexpaq 1:55a6170b404f 57 </Project>