Andrew Tridgell
|
94e3322e24
|
Copter: fixed build on px4
|
12 years ago |
Andrew Tridgell
|
2294acc652
|
AC_PID: fixed build on ARM
|
12 years ago |
Andrew Tridgell
|
e7dea077b4
|
AP_Motors: fixed example sketch
|
12 years ago |
Andrew Tridgell
|
5053fb8acc
|
HAL_PX4: implement atomic operations
|
12 years ago |
Andrew Tridgell
|
5a70f3becf
|
HAL_PX4: added a scheduler implementation
|
12 years ago |
Andrew Tridgell
|
e25e500516
|
AP_HAL: fixed SPI3 Semaphores.h
|
12 years ago |
rmackay9
|
886329898c
|
ArduCopter: minor fixup to a few parameter descriptions
|
12 years ago |
rmackay9
|
45b6dbf580
|
AP_Limit: small fixes to make parameter descriptions appear in mission planner
|
12 years ago |
rmackay9
|
ac028cca74
|
ArduCopter: remove spaces to allow MP to parse RC Channel parameter descriptions
|
12 years ago |
rmackay9
|
42a5d183da
|
ArduCopter: added parameter descriptions for optflow, throttle and loiter pid controllers
|
12 years ago |
rmackay9
|
ffa923981c
|
ArduCopter: added parameter description for navigation and some throttle controllers
|
12 years ago |
rmackay9
|
4a975d35ce
|
ArduCopter: add parameter descriptions for loiter's lat and lon rate controllers
|
12 years ago |
rmackay9
|
c595a1e9a2
|
ArduCopter: updated parameters for roll, pitch and yaw rate controllers.
Also added reference to AP_Motors_Class.cpp so that parameter descriptions can be seen in mission planner.
|
12 years ago |
rmackay9
|
cf409abc63
|
AP_Mount: add parameter descriptions
|
12 years ago |
rmackay9
|
e594f18b75
|
AP_InertialSensor: added parameter descriptions
|
12 years ago |
Andrew Tridgell
|
a3c26d44e4
|
AP_HAL: rename Sempahore.h to Semaphores.h
this is needed to allow build on MacOS, as its case-insensitive
filesystem picks up the NuttX semaphore.h
|
12 years ago |
rmackay9
|
55e6544e64
|
AP_InertialNav: added parameter descriptions
|
12 years ago |
rmackay9
|
bf77a0f2e4
|
AP_Compass: added parameter descriptions
|
12 years ago |
rmackay9
|
9e5861ccaf
|
AP_AHRS: small fix to parameter comments
|
12 years ago |
Andrew Tridgell
|
a56b8c7b67
|
Tools: port a couple of test sketches to PX4
|
12 years ago |
Andrew Tridgell
|
534169d148
|
build: fixed up px4-clean to clean both trees
|
12 years ago |
Andrew Tridgell
|
7daa697f4b
|
build: move the main PX4 build logic to APM tree
|
12 years ago |
rmackay9
|
77331f6538
|
AP_AHRS: another attempt at updating the TRIM parameter descriptions
|
12 years ago |
rmackay9
|
e6c10f4f0b
|
AP_ARHS: add description to AHRS_TRIM parameters
|
12 years ago |
Andrew Tridgell
|
92605a63ea
|
build: give an error if PX4_ROOT not defined for PX4 build
|
12 years ago |
Andrew Tridgell
|
374af1cd14
|
build: change from Arduino.mk to apm.mk
|
12 years ago |
Andrew Tridgell
|
07eed60ae4
|
Plane: use new apm.mk
|
12 years ago |
Andrew Tridgell
|
af647650c5
|
build: added makefile wrappers for px4 or AVR build
|
12 years ago |
Andrew Tridgell
|
2fe77fa6fa
|
Plane: check for APPDIR to pull in px4 build logic
|
12 years ago |
Andrew Tridgell
|
2ba2e1c279
|
Derivative: removed reference to DESKTOP_BUILD
|
12 years ago |
Andrew Tridgell
|
3f6f0b6d79
|
Oilpan: removed reference to DESKTOP_BUILD
|
12 years ago |
Andrew Tridgell
|
e56a7eacec
|
Copter: don't pass board version to motors
|
12 years ago |
Andrew Tridgell
|
f91ddf5df9
|
AP_Motors: removed board type define
|
12 years ago |
Andrew Tridgell
|
394dccf9a8
|
Copter: make config defaults match 2.9
|
12 years ago |
Andrew Tridgell
|
ba1a6eb073
|
AP_HAL: fixed SITL build
|
12 years ago |
Andrew Tridgell
|
197583be9b
|
build: force signed char
this was the default with the AVR compiler anyway, but this makes it
clearer what we assume
|
12 years ago |
Andrew Tridgell
|
d0ae51e92a
|
memcheck: fixed for PX4 build
|
12 years ago |
Andrew Tridgell
|
f9ab781d57
|
APM_Control: include AP_Common.h
|
12 years ago |
Andrew Tridgell
|
456e8bfb6e
|
AP_Common: include stdlib.h for abs()
|
12 years ago |
Andrew Tridgell
|
609ef220a6
|
AP_GPS: more state machine fixes for MTK19 GPS
|
12 years ago |
Andrew Tridgell
|
ac8fcd5b23
|
AP_Common: include stdbool.h for ARM
|
12 years ago |
Andrew Tridgell
|
d6b00bd848
|
AP_ADC: fixed bool problem on ARM
|
12 years ago |
Andrew Tridgell
|
d3f154bbae
|
AP_HAL: include stdbool.h for ARM build
|
12 years ago |
Andrew Tridgell
|
4764a03aaa
|
AP_Param: fixed ARM PX4 build
|
12 years ago |
Andrew Tridgell
|
3ac3aeb1b1
|
AHRS: fixed build on ARM
|
12 years ago |
Andrew Tridgell
|
5277dd4b0f
|
APM_Control: fixed build on ARM
|
12 years ago |
Andrew Tridgell
|
5a56b845c0
|
Rover: use GRAVITY_MSS
|
12 years ago |
Andrew Tridgell
|
ead38f917f
|
Copter: use GRAVITY_MSS
|
12 years ago |
Andrew Tridgell
|
4cdb3cd390
|
Plane: use GRAVITY_MSS
|
12 years ago |
Andrew Tridgell
|
eb74fddd9f
|
AP_Math: added global GRAVITY_MSS define
|
12 years ago |