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
|
jalr t0, ra
|
||||||
nop
|
nop
|
||||||
|
|
||||||
/* Just in case main returns, go into infinite loop */
|
/* Just in case main returns, go into an infinite loop */
|
||||||
|
|
||||||
halt:
|
halt:
|
||||||
1:
|
1:
|
||||||
@ -521,7 +521,6 @@ halt:
|
|||||||
nop
|
nop
|
||||||
.end __start_nuttx
|
.end __start_nuttx
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Device Configuration
|
* Device Configuration
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user