summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-31 16:53:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-31 16:53:05 +0000
commit051fc115cb2dedf13a2b00b4fa46d06b783d47bb (patch)
tree86e483ad27a158056974b1c794afda1a5db9bea1 /nuttx/ChangeLog
parentfe3199408b03f3b9df2d0daca9e2fefe29135746 (diff)
downloadnuttx-051fc115cb2dedf13a2b00b4fa46d06b783d47bb.tar.gz
nuttx-051fc115cb2dedf13a2b00b4fa46d06b783d47bb.tar.bz2
nuttx-051fc115cb2dedf13a2b00b4fa46d06b783d47bb.zip
Update README, LPC1766-STK button improvements, new Make targets, new Getting Started document
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f179381fb..6e016fc61 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2314,3 +2314,9 @@
logic.
*configs/olimex-lpc1766stk/src/up_buttons.c: Add support form the buttons
on the Olimex LPC1766-STK board.
+ * Makefile: Added 'apps_clean' and 'apps_distclean' target to simplify
+ managing the state of the application directory while in the NuttX directory
+ * Documentation/NuttXGettingStarted.html: Added a "Getting Started" Guide
+ for NuttX. At present, this is just a stub and it refers to the NuttX
+ top-level README.txt file which is the only, real "Getting Started" Guide
+ that exists for the time being.