summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-04 12:29:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-04 12:29:19 +0000
commitc07e3aeb901dac03d1faff65b4c6eda1de25141c (patch)
tree67ad77464ffc9b98908f63a61f3d62a7529a9fc8 /nuttx/ChangeLog
parentf831ee4825edac31395b26876023e792cda23281 (diff)
downloadnuttx-c07e3aeb901dac03d1faff65b4c6eda1de25141c.tar.gz
nuttx-c07e3aeb901dac03d1faff65b4c6eda1de25141c.tar.bz2
nuttx-c07e3aeb901dac03d1faff65b4c6eda1de25141c.zip
Add Yu Qiang's patch for RGMP support on the ARM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3843 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 73a100a34..16813774d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1977,3 +1977,8 @@
examples/nxlines.
* arch/graphics: Used apps/examples/nxlines to (finally) verify the NX
trapezoid drawing functions and (wide) line drawing functions.
+ * arch/rgmp and configs/rgmp. Yu Qiang has ported RGMP to the OMAP4430 (arm)
+ pandaboard and release the new RGMP 0.3 version. The main changes are: (1)
+ Separate configs/rgmp/x86 and configs/rgmp/arm configuration directory, and
+ (2) Extract architecture dependent code in arch/rgmp/include and
+ arch/rgmp/src into corresponding x86/ and arm/ directories.