Timer class consists of systack_handler functionality with an internal timer for global counter in main()
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<!-- liblinks.xml
|
|
|
|
NXP LPCXpresso IDE "Smart update wizard" script file
|
|
When executed on a particular application project, will
|
|
add appropriate links to the specified library project.
|
|
|
|
Note that this script assumes that the application project
|
|
contains the standard 'Debug' and 'Release' build
|
|
configurations.
|
|
-->
|
|
|
|
<project name="" update="true">
|
|
<setting id="all.compiler.inc">
|
|
<value>${MacroStart}workspace_loc:/${ProjName}/inc${MacroEnd}</value>
|
|
</setting>
|
|
<setting id="assembler.inc">
|
|
<value>${MacroStart}workspace_loc:/${ProjName}/inc${MacroEnd}</value>
|
|
</setting>
|
|
<setting id="linker.libs">
|
|
<value>${ProjName}</value>
|
|
</setting>
|
|
<setting id="linker.paths" buildType="Debug">
|
|
<value>${MacroStart}workspace_loc:/${ProjName}/Debug${MacroEnd}</value>
|
|
</setting>
|
|
<setting id="linker.paths" buildType="Release">
|
|
<value>${MacroStart}workspace_loc:/${ProjName}/Release${MacroEnd}</value>
|
|
</setting>
|
|
<requires msg="Library project `${ProjName}` not found">
|
|
<value>${ProjName}</value>
|
|
</requires>
|
|
</project>
|
|
|