summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 14:31:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 14:31:57 +0000
commit83edd56f6581555c199f3cc3a96ed80f58554c1a (patch)
tree9a7ba7a8ca91e9dac86f3002792743a46ff5780f /nuttx/ChangeLog
parent8ba1816945e9052220419265de013a3e51ebd7c8 (diff)
downloadnuttx-83edd56f6581555c199f3cc3a96ed80f58554c1a.tar.gz
nuttx-83edd56f6581555c199f3cc3a96ed80f58554c1a.tar.bz2
nuttx-83edd56f6581555c199f3cc3a96ed80f58554c1a.zip
Part I of port of Rhombus math library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5269 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3b39eabb4..918cd8608 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3525,4 +3525,7 @@
* binfmt/libelf: The basic ELF module execution appears fully functional.
* configs/shenzhou/src/up_relays.c: Add support for relays from the
Shenzhou board. Contributed by Darcy Gong.
-
+ * lib/fixedmath: Moved the old lib/math to lib/fixedmath to make room for
+ the math library from the Rhombus OS
+ * lib/math: Now contains the math library from the Rhombus OS by Nick Johnson
+ (submitted by Darcy Gong).