summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 18:19:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 18:19:49 +0000
commitbae532d2adc61dc1db83f878366c54cc880b16f6 (patch)
tree6ced77dc71414b79d4b72c350137c4356160d736 /nuttx/ChangeLog
parentc17d30566b3b01abb2451595cdd7845fb47eb64e (diff)
downloadnuttx-bae532d2adc61dc1db83f878366c54cc880b16f6.tar.gz
nuttx-bae532d2adc61dc1db83f878366c54cc880b16f6.tar.bz2
nuttx-bae532d2adc61dc1db83f878366c54cc880b16f6.zip
configs/cloudctrl and tools/prebuild.py from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5378 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c5537e17a..452dd3519 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3652,5 +3652,11 @@
match how they are enabled for other architectures.
* configs/ez80f910200kitg: Convert to use mconf configuration.
* sched/pause.c: Implements the POSIX pause() function.
-
+ * ez80: Lots of changes to ez80 configurations and build logic as I
+ struggle to get a clean Windows build (still not working).
+ * tools/prebuild.py: A Python script for Darcy Gong that can automate
+ many build/configuration operations.
+ * configs/cloudctrl: Darcy Gong's CloudController board. This is a
+ small network relay development board. Based on the Shenzhou IV development
+ board design. It is based on the STM32F107VC MCU.