summaryrefslogtreecommitdiffstats
path: root/nbproject/configurations.xml
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-05-04 01:37:04 +0200
committerNao Pross <naopross@thearcway.org>2018-05-04 01:37:04 +0200
commit7bec778c9a59416e3214ac28a6bce29dd03c9c00 (patch)
treea21c42d3ae7d6909963ce9b4818f90ae1b15c454 /nbproject/configurations.xml
parentStart own HAL implementation based on MCC's generated files (diff)
downloadSAMLiquidSmoke-7bec778c9a59416e3214ac28a6bce29dd03c9c00.tar.gz
SAMLiquidSmoke-7bec778c9a59416e3214ac28a6bce29dd03c9c00.zip
Update pin class to support input and output mode
Also, minor changes in uart1.tpp
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r--nbproject/configurations.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml
index ced59db..c64a84e 100644
--- a/nbproject/configurations.xml
+++ b/nbproject/configurations.xml
@@ -4,6 +4,10 @@
<logicalFolder name="HeaderFiles"
displayName="Header Files"
projectFiles="true">
+ <logicalFolder name="f1" displayName="hal" projectFiles="true">
+ <itemPath>hal/pin.hpp</itemPath>
+ <itemPath>hal/uart.hpp</itemPath>
+ </logicalFolder>
<logicalFolder name="MCC Generated Files"
displayName="MCC Generated Files"
projectFiles="true">
@@ -20,6 +24,10 @@
<logicalFolder name="SourceFiles"
displayName="Source Files"
projectFiles="true">
+ <logicalFolder name="hal" displayName="hal" projectFiles="true">
+ <itemPath>hal/pin.tpp</itemPath>
+ <itemPath>hal/uart1.tpp</itemPath>
+ </logicalFolder>
<logicalFolder name="MCC Generated Files"
displayName="MCC Generated Files"
projectFiles="true">
@@ -39,6 +47,7 @@
</logicalFolder>
<sourceRootList>
<Elem>mcc_generated_files</Elem>
+ <Elem>hal</Elem>
</sourceRootList>
<projectmakefile>Makefile</projectmakefile>
<confs>
@@ -211,7 +220,6 @@
<property key="ToolFirmwareFilePath"
value="Press to browse for a specific firmware version"/>
<property key="ToolFirmwareOption.UseLatestFirmware" value="true"/>
- <property key="firmware.download.all" value="false"/>
<property key="memories.configurationmemory" value="true"/>
<property key="memories.dataflash" value="true"/>
<property key="memories.eeprom" value="true"/>