From: Justin Mitchell Date: Fri, 27 Sep 2013 16:23:49 +0000 (+0100) Subject: Remove the debug LED controls X-Git-Url: http://stoneship.org.uk/projects/git/?p=bootloader;a=commitdiff_plain;h=b339b9f729c7499d05faf51b4320a84186812d27 Remove the debug LED controls --- diff --git a/mybootload.X/main.asm b/mybootload.X/main.asm index 6bfe74e..9df5743 100644 --- a/mybootload.X/main.asm +++ b/mybootload.X/main.asm @@ -57,15 +57,15 @@ Start CODE 0x0000 ; simple test program Main - banksel ANSELA - CLRF ANSELA - banksel TRISA - CLRF TRISA - CLRF TRISC - banksel PORTA - BSF PORTA,5 ; green on - BCF PORTA,4 ; red off - SLEEP +; banksel ANSELA +; CLRF ANSELA +; banksel TRISA +; CLRF TRISA +; CLRF TRISC +; banksel PORTA +; BSF PORTA,5 ; green on +; BCF PORTA,4 ; red off +; SLEEP ; At the far end of memory... @@ -117,13 +117,13 @@ SetBaud ; debug lights ; debug RA5 green, RA4 red - banksel ANSELA - CLRF ANSELA - banksel TRISA - CLRF TRISA - banksel PORTA - BCF PORTA,5 ; green off - BSF PORTA,4 ; red on +; banksel ANSELA +; CLRF ANSELA +; banksel TRISA +; CLRF TRISA +; banksel PORTA +; BCF PORTA,5 ; green off +; BSF PORTA,4 ; red on ; Send the 'we heard you' ACK symbol CLRF crc diff --git a/mybootload.X/nbproject/Makefile-genesis.properties b/mybootload.X/nbproject/Makefile-genesis.properties index 705c4cd..9ef204a 100644 --- a/mybootload.X/nbproject/Makefile-genesis.properties +++ b/mybootload.X/nbproject/Makefile-genesis.properties @@ -1,5 +1,5 @@ # -#Fri Sep 27 11:45:23 BST 2013 +#Fri Sep 27 17:16:44 BST 2013 default.languagetoolchain.dir=/opt/microchip/mplabx/mpasmx com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=0d2b1469ad71adb787c711a416386331 default.languagetoolchain.version=5.52 diff --git a/mybootload.X/nbproject/configurations.xml b/mybootload.X/nbproject/configurations.xml index ef190a3..cdc8392 100644 --- a/mybootload.X/nbproject/configurations.xml +++ b/mybootload.X/nbproject/configurations.xml @@ -97,13 +97,6 @@ - - - - - - -