diff options
Diffstat (limited to '')
-rw-r--r-- | Lab5.X/nbproject/Makefile-genesis.properties | 4 | ||||
-rw-r--r-- | Lab5.X/nbproject/configurations.xml | 1 | ||||
-rw-r--r-- | Lab5.X/nbproject/private/private.xml | 6 |
3 files changed, 4 insertions, 7 deletions
diff --git a/Lab5.X/nbproject/Makefile-genesis.properties b/Lab5.X/nbproject/Makefile-genesis.properties index 0376466..b4b72a9 100644 --- a/Lab5.X/nbproject/Makefile-genesis.properties +++ b/Lab5.X/nbproject/Makefile-genesis.properties @@ -1,9 +1,9 @@ # -#Wed Apr 08 10:43:03 CDT 2020 +#Tue Apr 14 19:27:44 CDT 2020 default.Pack.dfplocation=C\:\\Program Files (x86)\\Microchip\\MPLABX\\v5.35\\packs\\Microchip\\PIC24F-GA-GB_DFP\\1.2.101 default.com-microchip-mplab-nbide-toolchainXC16-XC16LanguageToolchain.md5=859fc649e7017fd01769e2187e1537a7 default.languagetoolchain.dir=C\:\\Program Files\\Microchip\\xc16\\v1.50\\bin -configurations-xml=26589ca1d802028c5a31cd15231825b7 +configurations-xml=c230c626988d1c5900bc0ce5cfd47f7f com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=5db0f4d6bbe0ec2a1f1096ccfb9d7ad3 default.languagetoolchain.version=1.50 host.platform=windows diff --git a/Lab5.X/nbproject/configurations.xml b/Lab5.X/nbproject/configurations.xml index 3ea7dfd..c5c48be 100644 --- a/Lab5.X/nbproject/configurations.xml +++ b/Lab5.X/nbproject/configurations.xml @@ -194,6 +194,7 @@ <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.bootflash" value="true"/> <property key="memories.configurationmemory" value="true"/> <property key="memories.dataflash" value="true"/> diff --git a/Lab5.X/nbproject/private/private.xml b/Lab5.X/nbproject/private/private.xml index f2aa828..6807a2b 100644 --- a/Lab5.X/nbproject/private/private.xml +++ b/Lab5.X/nbproject/private/private.xml @@ -2,10 +2,6 @@ <project-private xmlns="http://www.netbeans.org/ns/project-private/1"> <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> - <group> - <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab5.X/lab5_main.c</file> - <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab5.X/lab5_lcd.c</file> - <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab5.X/lab5_lcd.h</file> - </group> + <group/> </open-files> </project-private> |