summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-23 08:19:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-23 08:19:34 -0600
commitab692e74533ac5a7ccabe589a09640da5705377e (patch)
treee176a51caf793480f10aa7871dc15b24e7339840 /nuttx/ChangeLog
parentfa2903e34a1d4f32b1fed316c843134245d47ac2 (diff)
downloadnuttx-ab692e74533ac5a7ccabe589a09640da5705377e.tar.gz
nuttx-ab692e74533ac5a7ccabe589a09640da5705377e.tar.bz2
nuttx-ab692e74533ac5a7ccabe589a09640da5705377e.zip
configs/efm32-dk3650: Support for Energy Micro's development kit for the Leopard Gecko MCU. From Richard Cochran
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 95c0cfbb8..0fee2b7c0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6498,5 +6498,10 @@
* tools/Config.mk: 'cypath' must be called if we are using a Windows
native toolchain with the Cygwin 'make' to convert paths to proper
Windows paths. From Richard Cochran (2014-1-23).
- * /arch/arm/src/Makefile: dependency directory list is not computed
+ * /arch/arm/src/Makefile: dependency directory list is now computed
from the VPATH. From Richard Cochran (2014-1-23).
+ * arch/arm/src/efm32 and include/efm32: Basic support for the EFM3
+ processor family from Richarc Cochran (2014-1-23).
+ * configs/efm32-dk3650: This is Energy Micro's development kit for
+ the Leopard Gecko MCU, which is an ARM Cortex-M3 device. From Richard
+ Cochran (2014-1-23).