summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-19 12:58:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-19 12:58:54 -0600
commit4777dc363f223c9f8c81772bf3f94838440058bd (patch)
tree3449284ac6225b672894075bdd9e4288cbd4f07a /nuttx/ChangeLog
parentc4915afcef7d9f3f63d7567a10130165f83b176b (diff)
downloadpx4-nuttx-4777dc363f223c9f8c81772bf3f94838440058bd.tar.gz
px4-nuttx-4777dc363f223c9f8c81772bf3f94838440058bd.tar.bz2
px4-nuttx-4777dc363f223c9f8c81772bf3f94838440058bd.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7a5827697..c28a5b85f 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10017,3 +10017,6 @@
configs/pic32mz-starterkit/nsh/Make.defs: Changes that will permit
building of the PIC32MZ Start Kit configuration using MPLAB and the
XC32 toolchain. From David Sidrane (2015-03-17).
+ * arch/arm/src/stm32/stm32_rtc_lowerhalf.c: Fix some errors in the
+ STM32 RTC lower-half driver that cause compilation failures. From
+ shilo.xyz (2015-03-19).