aboutsummaryrefslogtreecommitdiff
path: root/apps/mathlib
Commit message (Collapse)AuthorAgeFilesLines
* More formatting.James Goppert2013-01-134-28/+28
|
* Working on comments.James Goppert2013-01-133-45/+45
|
* Rebase of changes to sensor_hil_fixedwing branch.James Goppert2013-01-136-68/+164
|
* Fix a build breaker, remove C*HDRS as they aren't used.px4dev2013-01-121-12/+0
|
* Automatically generate depdencies for source files as they are compiled, ↵px4dev2013-01-121-3/+7
| | | | rather than using the NuttX dependency generator tool.
* Suppress warnings from ARM's DSP_Lib code that are spamming developers to no ↵px4dev2013-01-122-2/+9
| | | | | | benefit. Addresses #149
* Fix the CMSIS DSP_Lib include path specification. This avoids some scary ↵px4dev2013-01-081-1/+1
| | | | messages from 'make depend'.
* Test for CortexM4 and FPU rather than the ARM mathlib-internal define.px4dev2013-01-082-2/+6
|
* Rather than assume that px4fmu means CMSIS DSPlib, test for cortex M4 and FPU.px4dev2013-01-081-1/+3
|
* Fix fallout from removing the spurious CMSISpx4dev2013-01-064-7/+7
|
* Merge James's controllib bits into a separate library module.px4dev2013-01-068-10/+62
| | | | Add a top-level mathlib header to avoid having to dig around for specific headers.
* Move the math library pieces out of systemlib into mathlibpx4dev2013-01-0623-0/+2851
|
* Integrate the interesting parts of the CMSIS 3.01 (r3p1) DSP librarypx4dev2013-01-06266-0/+133213