aboutsummaryrefslogtreecommitdiff
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
commit5b7a650b16980bb2a395fa76df170d8948da72a9 (patch)
tree9a7ba7a8ca91e9dac86f3002792743a46ff5780f /nuttx/ChangeLog
parent0b6dd037e6acaba9cba46754890cc43f9b8d1b5c (diff)
downloadpx4-firmware-5b7a650b16980bb2a395fa76df170d8948da72a9.tar.gz
px4-firmware-5b7a650b16980bb2a395fa76df170d8948da72a9.tar.bz2
px4-firmware-5b7a650b16980bb2a395fa76df170d8948da72a9.zip
Part I of port of Rhombus math library
git-svn-id: http://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).