summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 19:26:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 19:26:13 +0000
commit0cc81559c174c954df29d22f6960ecf85a4aa4e0 (patch)
tree5edce9ce7fbf9386157f993fbdc242a114dc48b7 /nuttx/ChangeLog
parent99f17aadf65f632a7b2a21c2d04edb7eafed28ec (diff)
downloadnuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.tar.gz
nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.tar.bz2
nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.zip
Qencoder fixes from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5354 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ce2db55b5..5fa67d3fe 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3622,4 +3622,7 @@
Makefile.unix.
* Makefile: This is a new top-level Makefile that just includes
either Makefile.unix or Makefile.win
+ * configs/stm3240g-eval/src: Qencoder fixes from Ryan Sundberg.
+ * arch/arm/src/stm32/stm32_qencoder.c: TIM3 bug fix from Ryan Sundberg.
+ * tools/mkromfsimg.sh: Correct typo in an error message (Ryan Sundberg)