mirror of https://github.com/rusefi/openblt.git
Refs #843. Moved call to LedBlinkExit() in the demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@701 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
a4d11856b7
commit
3bf7de5cf7
|
@ -79,8 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -91,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -79,8 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -91,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -79,8 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -91,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -79,8 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -91,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -79,9 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -92,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -79,9 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -92,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -79,9 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -92,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -79,9 +79,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -92,6 +89,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -80,9 +80,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -93,6 +90,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -80,9 +80,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -93,6 +90,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -80,9 +80,6 @@ blt_bool BackDoorEntryHook(void)
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep it pressed during reset.
|
* force the bootloader to stay active after reset, keep it pressed during reset.
|
||||||
*/
|
*/
|
||||||
|
@ -93,6 +90,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the D1 digital input on the board. to
|
/* additional and optional backdoor entry through the D1 digital input on the board. to
|
||||||
* force the bootloader to stay active after reset, connect D1 to ground.
|
* force the bootloader to stay active after reset, connect D1 to ground.
|
||||||
*/
|
*/
|
||||||
|
@ -64,6 +61,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the D1 digital input on the board. to
|
/* additional and optional backdoor entry through the D1 digital input on the board. to
|
||||||
* force the bootloader to stay active after reset, connect D1 to ground.
|
* force the bootloader to stay active after reset, connect D1 to ground.
|
||||||
*/
|
*/
|
||||||
|
@ -64,6 +61,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the D1 digital input on the board. to
|
/* additional and optional backdoor entry through the D1 digital input on the board. to
|
||||||
* force the bootloader to stay active after reset, connect D1 to ground.
|
* force the bootloader to stay active after reset, connect D1 to ground.
|
||||||
*/
|
*/
|
||||||
|
@ -64,6 +61,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton digital input on the
|
/* additional and optional backdoor entry through the pushbutton digital input on the
|
||||||
* board. to force the bootloader to stay active after reset, keep it pressed during
|
* board. to force the bootloader to stay active after reset, keep it pressed during
|
||||||
* reset for at least BOOT_BACKDOOR_ENTRY_TIMEOUT_MS.
|
* reset for at least BOOT_BACKDOOR_ENTRY_TIMEOUT_MS.
|
||||||
|
@ -65,6 +62,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton digital input on the
|
/* additional and optional backdoor entry through the pushbutton digital input on the
|
||||||
* board. to force the bootloader to stay active after reset, keep it pressed during
|
* board. to force the bootloader to stay active after reset, keep it pressed during
|
||||||
* reset for at least BOOT_BACKDOOR_ENTRY_TIMEOUT_MS.
|
* reset for at least BOOT_BACKDOOR_ENTRY_TIMEOUT_MS.
|
||||||
|
@ -65,6 +62,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton digital input on the
|
/* additional and optional backdoor entry through the pushbutton digital input on the
|
||||||
* board. to force the bootloader to stay active after reset, keep it pressed during
|
* board. to force the bootloader to stay active after reset, keep it pressed during
|
||||||
* reset for at least BOOT_BACKDOOR_ENTRY_TIMEOUT_MS.
|
* reset for at least BOOT_BACKDOOR_ENTRY_TIMEOUT_MS.
|
||||||
|
@ -65,6 +62,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
||||||
* resetting the microcontroller.
|
* resetting the microcontroller.
|
||||||
|
@ -65,6 +62,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
||||||
* resetting the microcontroller.
|
* resetting the microcontroller.
|
||||||
|
@ -65,6 +62,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
||||||
* resetting the microcontroller.
|
* resetting the microcontroller.
|
||||||
|
@ -65,6 +62,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -50,9 +50,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
||||||
* resetting the microcontroller.
|
* resetting the microcontroller.
|
||||||
|
@ -64,6 +61,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -50,9 +50,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
||||||
* resetting the microcontroller.
|
* resetting the microcontroller.
|
||||||
|
@ -64,6 +61,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
|
@ -50,9 +50,6 @@
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
blt_bool CpuUserProgramStartHook(void)
|
blt_bool CpuUserProgramStartHook(void)
|
||||||
{
|
{
|
||||||
/* clean up the LED driver */
|
|
||||||
LedBlinkExit();
|
|
||||||
|
|
||||||
/* additional and optional backdoor entry through the pushbutton on the board. to
|
/* additional and optional backdoor entry through the pushbutton on the board. to
|
||||||
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
* force the bootloader to stay active after reset, keep the pushbutton pressed while
|
||||||
* resetting the microcontroller.
|
* resetting the microcontroller.
|
||||||
|
@ -64,6 +61,8 @@ blt_bool CpuUserProgramStartHook(void)
|
||||||
*/
|
*/
|
||||||
return BLT_FALSE;
|
return BLT_FALSE;
|
||||||
}
|
}
|
||||||
|
/* clean up the LED driver */
|
||||||
|
LedBlinkExit();
|
||||||
/* okay to start the user program.*/
|
/* okay to start the user program.*/
|
||||||
return BLT_TRUE;
|
return BLT_TRUE;
|
||||||
} /*** end of CpuUserProgramStartHook ***/
|
} /*** end of CpuUserProgramStartHook ***/
|
||||||
|
|
Loading…
Reference in New Issue