summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-21 15:19:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-21 15:19:13 -0600
commit18b3c169f7f6688071975ce78e9a8d4e496e2746 (patch)
treea986fdb7f9e80f126214ad4aa0c7991e87ee801e
parente3e07e56e21aea839b31f2a2ed77625cbea5bf15 (diff)
downloadpx4-nuttx-18b3c169f7f6688071975ce78e9a8d4e496e2746.tar.gz
px4-nuttx-18b3c169f7f6688071975ce78e9a8d4e496e2746.tar.bz2
px4-nuttx-18b3c169f7f6688071975ce78e9a8d4e496e2746.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d8a8cba35..bfe60eace 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9844,4 +9844,13 @@
Maguranis (2015-02-20).
* "Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to
arch/arm/tiva/tiva_gpio.h where they belong (2015-02-20).
- * arch/arm/src/tiva: Tiva GPIO clean-up by Calvin Maguranis (2015-02-20).
+ * arch/arm/src/stm32/stm32_pwr.c, stm32_pwr.h, and stm32_rtcc.c: Changes
+ to support fully write protecting the backup domain. N.B.
+ stm32_pwr_enablebkp did not account for the delay from enable to the
+ domain being writable. The KISS solution is a up_udelay. A more
+ complex solution would be a negated write test with restore. From
+ David Sidrane (2015-02-21).
+ * arch/arm/src/stm32/stm32_bbsram.c, stm32_bbsram.h, Kconfig, and
+ Make.defs: Adds the ability to use the STM32F2 and STM32F4 Battery
+ Backedup SRAM in the file system. With an option to Save Panic
+ context to one of the files. From David Sidrane (2015-02-21).