6518 Commits (7681fef988061d080401e08dc71528f150e92056)
 

Author SHA1 Message Date
Pat Hickey 7681fef988 AP_HAL: BetterStream gets vprintf and vprintf_P methods 12 years ago
Pat Hickey ec8f08d743 AP_HAL_AVR_SITL: rename vprintf utility to print_vprintf 12 years ago
Pat Hickey 5ab4e57673 AP_HAL_AVR: rename vprintf function to print_vprintf 12 years ago
Pat Hickey 1b0bde2779 AP_HAL_AVR: rename vprintf files to print_vprintf 12 years ago
Andrew Tridgell bada70d871 InertialSensor: fixed example build on 1280 12 years ago
Andrew Tridgell 8a70e173a7 AP_HAL: restrict build to right board type 12 years ago
Andrew Tridgell 3c0440b0b4 Math: use common degrees() and radians() functions 12 years ago
Andrew Tridgell 7277d4934d AP_InertialSensor: move constructor into cpp 12 years ago
Andrew Tridgell c63c4f22e2 Plane: fixed formatting 12 years ago
Andrew Tridgell ceb3f577d8 libraries: use new math functions 12 years ago
Andrew Tridgell cf18534163 Plane: use new functions 12 years ago
Andrew Tridgell 06357c40f2 Copter: use new functions 12 years ago
Andrew Tridgell be39ccf02c Rover: use new constrain_int16 function 12 years ago
Andrew Tridgell a072afa223 AP_Math: expand some macros into functions 12 years ago
Pat Hickey 2ad4fed8cd Rover/Copter/Plane: change from vsnprintf to vsnprintf_P 12 years ago
Pat Hickey edb076a6c5 ArduPlane: use hal's vsnprintf 12 years ago
Pat Hickey 2f1846165b ArduRover: use hal's vsnprintf 12 years ago
Pat Hickey 54b98c0a7c ArduPlane: use hal's vsnprintf 12 years ago
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 12 years ago
Pat Hickey 4c715bfd04 AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 12 years ago
Pat Hickey 771f2a3acf AP_HAL_Empty: add Util driver 12 years ago
Pat Hickey f9eff068f9 AP_HAL_AVR: UtilityStringTest added 12 years ago
Pat Hickey defc539e57 AP_HAL_AVR: implement string Utils in terms of existing vprintf 12 years ago
Pat Hickey b3abe89989 AP_HAL_AVR: add Util stubs 12 years ago
Pat Hickey 0d702045b8 AP_HAL: Add Util member for string utilities 12 years ago
Pat Hickey 372c0074b1 AP_HAL_AVR: remove old style HAL_AVR classes (deprecated) 12 years ago
Andrew Tridgell 2679eabdef Cleanup: removed unused AP_GPS_IMU 12 years ago
Andrew Tridgell 678c281f78 Cleanup: removed unused AP_Navigation 12 years ago
Andrew Tridgell 4ee969f439 Tools: fixed build_all.sh script 12 years ago
Andrew Tridgell 62d7fd1a26 Plane: fixed HIL builds 12 years ago
Andrew Tridgell a02f723f3a Copter: fixed HIL builds 12 years ago
Andrew Tridgell cd0258c6e8 Tools: port VARTest to AP_HAL 12 years ago
Andrew Tridgell 32afc3f9ae Filter: fixed example warnings 12 years ago
Andrew Tridgell 29f5e346c2 Menu: fixed example warnings 12 years ago
Andrew Tridgell a76688e630 Math: fixed example warnings 12 years ago
Andrew Tridgell b8843489be HAL_AVR: fixed example warnings 12 years ago
Andrew Tridgell b673320f72 ADC: fixed example warnings 12 years ago
Andrew Tridgell 22ada8b9c3 RC_Channel: fixed example build 12 years ago
Andrew Tridgell 62bfded26c PID: fixed example build 12 years ago
Andrew Tridgell 393455cdbb RangeFinder: fixed example build 12 years ago
Andrew Tridgell b06e072c87 AP_InertialSensor: fixed example build 12 years ago
Andrew Tridgell c15eb97c8d AP_Baro: fixed example build 12 years ago
Andrew Tridgell bd2a733a6b HAL_Empty: allow example build for other backends 12 years ago
Andrew Tridgell 8beaec61a8 AP_GPS: fixed build for new syntax 12 years ago
Andrew Tridgell 958b27f06d fixup 12 years ago
Andrew Tridgell 306dc926ff Tools: allow targets to be specified in build_examples.sh 12 years ago
Andrew Tridgell 2e8e84ba8b Copter: switch to using targets.mk 12 years ago
Pat Hickey 23d6c79313 Arduino.mk: fixes to obey HAL_BOARD in user's config.mk 12 years ago
Andrew Tridgell ba733dcc3e Rover: use targets.mk 12 years ago
Andrew Tridgell 940cbc900f Plane: use targets.mk 12 years ago