summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-27 17:25:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-27 17:25:35 +0000
commit0b1a74a038400b61713d4947524b74c3c3d231c0 (patch)
treefba95c4add1ca1c4d8451bcfcbecb89c3102353c /nuttx/ChangeLog
parentcfe14dccae1e63f5067ea29d27921fda26d735b2 (diff)
downloadnuttx-0b1a74a038400b61713d4947524b74c3c3d231c0.tar.gz
nuttx-0b1a74a038400b61713d4947524b74c3c3d231c0.tar.bz2
nuttx-0b1a74a038400b61713d4947524b74c3c3d231c0.zip
Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now uses the Pinquino toolchain by default:
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4984 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 34a4f5a61..189784597 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3080,3 +3080,13 @@
Alan Carvalho de Assis.
* drivers/power/pm_changestate.c. Correct a case where interrupts were not
being re-enabled. Found by Diego Sanchez.
+ * configs/mirtoo/nxffs/defconfig: This Mirtoo NXFFS configuration now uses the
+ open Pinguino toolchain by default. This is necessary because the free C32
+ toolchain does not support any optimization and the unoptimized NXFFS image
+ hits the PIC32MX2 FLASH size (128K). There is plenty of room to grow using
+ the Pinguino toolchain with -O2 optimization.
+ * configs/mirtoo/src/up_adc.c. This is just a stub for now, but this is
+ where Mirtoo ADC logic will eventually need to go.
+ * arch/mips/src/pic32mx/pic32mx-gpio.c: Now supports the PIC32MX1/2 ANSEL
+ IOPORT register.
+