added bootloader project - currently only able to be enumerated by USB host but doesn't do anything else yet

This commit is contained in:
2019-08-10 15:30:49 -04:00
parent 402eaed8e6
commit e137112603
7 changed files with 926 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>com.microchip.mplab.nbide.embedded.makeproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/make-project/1">
<name>clubdance_v2_bootloader</name>
<creation-uuid>83d0bbc4-5bc9-4994-8d56-e4dbd464f4f2</creation-uuid>
<make-project-type>0</make-project-type>
<c-extensions>c</c-extensions>
<cpp-extensions/>
<header-extensions>h</header-extensions>
<asminc-extensions/>
<sourceEncoding>ISO-8859-1</sourceEncoding>
<make-dep-projects/>
<sourceRootList>
<sourceRootElem>../../common_src</sourceRootElem>
<sourceRootElem>../framework</sourceRootElem>
<sourceRootElem>../src</sourceRootElem>
</sourceRootList>
<confList>
<confElem>
<name>default</name>
<type>2</type>
</confElem>
</confList>
<formatting>
<project-formatting-style>false</project-formatting-style>
</formatting>
</data>
</configuration>
</project>