mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
@@ -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
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user