Add a tool to create proper nuttx.hex files for PICkit2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3640 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
dd49aabad6
commit
6b540239d6
@ -513,7 +513,7 @@ __start_nuttx:
|
||||
jalr t0, ra
|
||||
nop
|
||||
|
||||
/* Just in case main returns, go into infinite loop */
|
||||
/* Just in case main returns, go into an infinite loop */
|
||||
|
||||
halt:
|
||||
1:
|
||||
@ -521,7 +521,6 @@ halt:
|
||||
nop
|
||||
.end __start_nuttx
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* Device Configuration
|
||||
****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user