16 bit fixed point precision with basic math, logarithms, trigonometric functions, and exponentiation. Available in binary and decimal resolutions. Re-entrant, thread safe, fully interruptible.

Fork of s16math by Bryan Batten

Files at this revision

API Documentation at this revision

Comitter:
bbatten
Date:
Wed Sep 03 17:12:36 2014 +0000
Parent:
0:306417d5f0a0
Commit message:
16 bit fixed point precision with basic math, logarithms, trigonometric; functions, and exponentiation. Available in binary and decimal; resolutions. Re-entrant, thread safe, fully interruptible.

Changed in this revision

PackageNotes.txt Show annotated file Show diff for this revision Revisions of this file
s16math-0_13-eval.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PackageNotes.txt	Wed Sep 03 17:12:36 2014 +0000
@@ -0,0 +1,28 @@
+This package is an incomplete version of the full evaluation package
+due to limitations in upload capabilities.
+
+First, there are no man pages because files with the extension ".3m"
+are rejected.
+
+Second all text files - even make files - had to have an extension
+of ".txt" added in order to upload them. So to make the examples,
+you need to either specify "make -f Makefile ..." on the command line,
+or rename the makefiles in the example subdirectories back to
+"Makefile" after you download the package.
+
+Third, the upload tool rejects executables, so I renamed the executable
+in examples/x86 from "multest" to "multest.txt". To run it, you
+probably want to rename it back to just "multest". To load and run
+the executable in examples/kl46z on your development board, you should
+rename it from "multest.txt" back to "multest.bin". Alternately, using
+the make command should produce a correctly named executable in both
+subdirectories.
+
+You can also download a zip file of the evaluation package from the
+Microchip code host. Go to:
+
+http://embeddedcodesource.com/developer/tau_tian/s16math__fixed_precision_math_library
+
+and click on the download button.
+
+Sorry, and thanks.
\ No newline at end of file
--- a/s16math-0_13-eval.lib	Tue Sep 02 05:17:00 2014 +0000
+++ b/s16math-0_13-eval.lib	Wed Sep 03 17:12:36 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/bbatten/code/s16math-0_13-eval/#41f51a399047
+http://mbed.org/users/bbatten/code/s16math-0_13-eval/#44598ced2a01