summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-12 10:56:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-12 10:56:42 -0600
commit9deb3f90a3569cd328565e322c2f4dbeaa6f151f (patch)
tree83a6a80d5e1d6edae7f0e830031d387bd7450681 /nuttx/ChangeLog
parent537877aa6db12c6961a1d0afbb19ffd35a253764 (diff)
downloadnuttx-9deb3f90a3569cd328565e322c2f4dbeaa6f151f.tar.gz
nuttx-9deb3f90a3569cd328565e322c2f4dbeaa6f151f.tar.bz2
nuttx-9deb3f90a3569cd328565e322c2f4dbeaa6f151f.zip
SAM4S: Add NSH configuration. Calibrated delay loops. Port now seems fully functional
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 853d6ac97..3445a53c4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3848,7 +3848,7 @@
* configs/olimex-lpc1766stk/wlan: Remove non-functional
configuration.
* configs/stm32f4discovery/src and nuttx/drivers/lcd/ug-2864hsweg01.c:
- Updates and correctinos for the UG-2864HSWEG01 from Darcy Gong.
+ Updates and corrections for the UG-2864HSWEG01 from Darcy Gong.
* configs/lm326965-ek: All configurations converted to use the
kconfig-frontends configuration tool.
* configs/Kconfig: NSH_MMCSDSPIPORTNO should depend on MMCSD_SPI,
@@ -4948,7 +4948,12 @@
* arch/arm/src/sam34: SAM3S support: GPIO, chip characteristics,
peripheral Kconfig (2013-6-11).
* arch/arm/src/sam34/chip/sam4s_pinmap.h: Add SAM4S pin configuration
- definitinos (2013-6-11).
+ definitions (2013-6-11).
* arch/arm/src/sam34/sam4s_periphclks.h: Add macros to manage SAM4S
peripheral clocks (2013-6-11).
- * configs/sam4s-xplained: Configuratino builds error-free (2013-6-11).
+ * configs/sam4s-xplained: Configuration builds error-free (2013-6-11).
+ * configs/sam4s-xplained/nsh: Added an NSH configuration for the
+ SAM4S Xplained board. Both the OS test and the NSH configurations
+ no execute error-free. Delay loops calibrated for both the SAM4L
+ and SAM4S boards (2013-6-12).
+