summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
commit96483c3637253cf00027a6312ba422a411f913bf (patch)
tree5255227726fb856a15edddc84b46c356cd9be2ff /nuttx/ChangeLog
parent1077db9bc326ffdebacf9589393f085c2b8e7755 (diff)
downloadpx4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.gz
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.bz2
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.zip
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7b54b6192..046370d62 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -630,7 +630,7 @@
wrong by 64 bytes (Kevin Franzen).
* eZ80Acclaim!: Corrected some stack handling errors during interrupt handling
context save and restore (Kevin Franzen).
- * eZ80Acclaim!: Corrected vector intialization logic (Kevin Franzen).
+ * eZ80Acclaim!: Corrected vector initializeation logic (Kevin Franzen).
* eZ80Acclaim!: Corrected overflow problem in the calculation of UART baud rate
divisor, the system timer divisor, and the EMAC poll timer.
* eZ80Acclaim!: Fixed GPIO pin configuration get serial output
@@ -4639,7 +4639,7 @@
6.28 2013-06-14 Gregory Nutt <gnutt@nuttx.org>
* arch/arm/src/lpc17xx/lpc17_i2c.c: Interrupts were not being
- re-enabled in the I2C intialization function (2013-4-30).
+ re-enabled in the I2C initializeation function (2013-4-30).
* net/sendto.c: Added skeleton of implementation of send timeouts
for UDP. However, this functionality really does not make
sense, so it is disabled in the code (2013-4-30).
@@ -6160,4 +6160,7 @@
* drivers/mtd/mtd_nand.c: Fix a typo in calculation of page number
(2013-12-02).
* drivers/mtd/README.txt: New README file (2013-12-04).
+ * arch/arm/src/lm/lm_start.c: Don't initialize .data if not running
+ from FLASH (2013-12-05).
+