104 Commits (24f6aee93ce4cd275c3df7571b288b03a13f5228)

Author SHA1 Message Date
Leonard Hall 157f786adf Global: rename desired to target in PID info 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Michael du Breuil ca28a01bbf PID: Remove examples/keywords 7 years ago
Michael du Breuil f8ac4efb1d PID: Add a full reset method 7 years ago
Pierre Kancir 720edc0fde PID: example fix travis warning 8 years ago
murata 9de6318b77 PID: Unify from print or println to printf. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Fernandes Pinheiro, Daker 51bf638ad3 PID: Remove unused method get_pid_4500 9 years ago
Grant Morphett 944541b287 PID: Added PID_Info to class for PID logging 9 years ago
Andrew Tridgell abe850c397 PID: fixed example build 9 years ago
Ricardo de Almeida Gonzaga 287eb69502 PID: Fix typos 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Lucas De Marchi 96c30aea39 PID: replace header guard with pragma once 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
Lucas De Marchi d387deb2f5 PID: fix example using wrong type 9 years ago
Randy Mackay adfa03ce69 PID: add parameter descriptions 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Caio Marcelo de Oliveira Filho e839892524 PID: use millis/micros/panic functions 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Andrew Tridgell 1ffe899a18 PID: fixed example build 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Caio Marcelo de Oliveira Filho e8d9c4dc9b PID: remove unnecessary includes from example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Gustavo Jose de Sousa e925820d90 PID: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell fce95178e7 PID: convert example from .pde to .cpp 10 years ago
Andrew Tridgell f449b34fdd PID: fix for HAL_SITL rename 10 years ago
Tom Pittenger f3d13656ba PID: fix compile warnings re float constants 10 years ago
Andrew Tridgell 184420355d PID: fixed example build 11 years ago
Kevin Hester c2184cb8e4 PID: fixup line endings 11 years ago
Andrew Tridgell 37ad9e3f82 PID: fixed example build 12 years ago
Andrew Tridgell 6862791d66 PID: fixed indent-tabs-mode 12 years ago
Andrew Tridgell ba83950fc4 libraries: replace constrain() with constrain_float() 12 years ago
Andrew Tridgell 6123ea2dac PID: added get_pid_4500() 12 years ago
Andrew Tridgell fe964fcda0 PID: change to float input/output 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell 374af1cd14 build: change from Arduino.mk to apm.mk 12 years ago
Andrew Tridgell 62bfded26c PID: fixed example build 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Andrew Tridgell 7d27e420ae AP_HAL: remove unnecessary Arduino.h includes 12 years ago
Andrew Tridgell 306d53b4ae PID: updates for new AP_Param API 12 years ago
Pat Hickey 39d14c8a93 PID: ported to AP_HAL 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago