Andrew Tridgell
30fd792d40
CPUInfo: fixed SITL build
11 years ago
Andrew Tridgell
0749cc1fd9
Tools: we don't have AP_NavEKF.h yet
11 years ago
Andrew Tridgell
4d5346be79
CPUInfo: fixed SITL build
11 years ago
Andrew Tridgell
bdbf9a8935
CPUInfo: fixed build
11 years ago
Randy Mackay
a8970ee509
Tools: add additional divide timing
12 years ago
Andrew Tridgell
896dd648c9
Tools: fixed indent-tabs-mode
12 years ago
Andrew Tridgell
3f8fb48479
CPUInfo: test NaN and Infinity printing
12 years ago
James Bielman
5631f865b2
Update floating point calculations to use floats instead of doubles.
...
- Allows use of hardware floating point on the Cortex-M4.
- Added "f" suffix to floating point literals.
- Call floating point versions of stdlib math functions.
12 years ago
Andrew Tridgell
75c1666302
CPUInfo: added note on dataflash write cost
12 years ago
Andrew Tridgell
477ed294c6
CPUInfo: begin_atomic/end_atomic have been removed
12 years ago
Andrew Tridgell
1c3031f50d
CPUInfo: added output for PX4FMU
12 years ago
Andrew Tridgell
a56b8c7b67
Tools: port a couple of test sketches to PX4
12 years ago
Andrew Tridgell
374af1cd14
build: change from Arduino.mk to apm.mk
12 years ago
Pat Hickey
eb530b86e8
move Arduino.mk to /mk/Arduino.mk
12 years ago
Andrew Tridgell
2760c182f5
Tools: fixed CPUInfo build under SITL
12 years ago
Andrew Tridgell
07d8690fbe
Tools: convert CPUInfo to AP_HAL
12 years ago
Andrew Tridgell
adf6030cfa
CPUInfo: added acos(), asin() and atan2()
13 years ago
Andrew Tridgell
353186e822
CPUInfo: update with 64 bit timings
13 years ago
Andrew Tridgell
bb352c6bcf
don't need AP_Math.h here any more
13 years ago
Andrew Tridgell
85ecb05261
CPUInfo: added timing of sqrt()
13 years ago
Andrew Tridgell
81e52e43c1
added some notes on EEPROM speed
13 years ago
Andrew Tridgell
11ff665ca0
CPUInfo: show the speed of 64 bit maths
13 years ago
Andrew Tridgell
19781d5e4a
put output of CPUInfo test in git
14 years ago
Andrew Tridgell
d5b19840f0
Tools: added CPUInfo sketch
...
this shows the approximate cost of a wide range of common operations,
and the sizes of most data types
14 years ago