summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-29 13:57:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-29 13:57:32 -0600
commit6c9ec4933e27d479b84110b1f6f866a631300896 (patch)
tree50ea0741adf2a4abdd0cf7ffe58ac971a0b3be7e /nuttx/ChangeLog
parentd9acab47a1967713a2d328df3dca486ff07acd39 (diff)
downloadnuttx-6c9ec4933e27d479b84110b1f6f866a631300896.tar.gz
nuttx-6c9ec4933e27d479b84110b1f6f866a631300896.tar.bz2
nuttx-6c9ec4933e27d479b84110b1f6f866a631300896.zip
SAMA5: Add a little NuttX debug program to help debugger programs in NOR flash
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f7097b513..3e25e25c8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5222,4 +5222,9 @@
logic to re-configure the SAMA5D3x-EK NOR FLASH before while
running out of NOR FLASH. We need to change the NOR FLASH
timing BEFORE increasing the main clock (2013-7-29).
+ * configs/sama5d3-ek/norboot and src/nor_main.c: The norboot
+ configuration to help debug NuttX in NOR flash. It runs
+ out of ISRAM, configures NOR FLASH, then waits for you to
+ break in with a debugger to start the program in NOR FLASH
+ (2013-7-29).