aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-27 17:25:35 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-27 17:25:35 +0000
commitcdc05213b85c0120f1524b1f20c93acb3e42b34e (patch)
treefba95c4add1ca1c4d8451bcfcbecb89c3102353c /nuttx/ChangeLog
parent30cabc02d49b348d93a5cdbe56aafb46b38d946c (diff)
downloadpx4-firmware-cdc05213b85c0120f1524b1f20c93acb3e42b34e.tar.gz
px4-firmware-cdc05213b85c0120f1524b1f20c93acb3e42b34e.tar.bz2
px4-firmware-cdc05213b85c0120f1524b1f20c93acb3e42b34e.zip
Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now uses the Pinquino toolchain by default:
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4984 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.
+