summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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).