23 Commits (669daa9321958f477ee74445914c8d25579520ea)

Author SHA1 Message Date
DrZiplok 582cc1e229 Enable map file generation. 14 years ago
jasonshort e6d86e7efa removed yaw towards WP option. Should now be handled with a mission script. 14 years ago
jasonshort e74dabca33 Added more wp options 14 years ago
deweibel@gmail.com 596b33a08b Change waypoint/command storage to include options byte. 14 years ago
tridge60@gmail.com a633617eef added -Wformat in Arduino.mk 14 years ago
tridge60@gmail.com 860998d337 implemented typesafe PSTR() 14 years ago
jasonshort bb715378a1 removed options - not going to go that route without proper GCS support. 14 years ago
jasonshort 852b3874d5 Added Options Bitmask to Location Struct 14 years ago
DrZiplok c18fd76449 Try to pre-empt subsequent inclusions of wiring.h by grabbing it here and giving ourselves a chance to undo some of the less well-advised macros it defines. 14 years ago
DrZiplok@gmail.com 2caea855cd Don't include AP_Vector (in preparation for retirement) and AP_Loop (because it's not being used by APM*). Interested clients can still include AP_Loop if they need it. 14 years ago
DrZiplok@gmail.com 44cac7a853 Add a new macro PROGMEM_STRING that can be used to define a constant string in program memory. 14 years ago
DrZiplok faa2b9909e Break AP_Var and friends out into their own header. 14 years ago
DrZiplok 6f4e63e8b3 Move ToRad here to match ToDeg 14 years ago
james.goppert 482f124212 Added macros to AP_Common.h 14 years ago
james.goppert 54fa069f10 Fixed include problem in AP_RcChannel. 14 years ago
james.goppert 76b4dd5f73 Fixed RC_ChannelB errors. 14 years ago
james.goppert 60f9a6d216 Added AP_Variable. 14 years ago
james.goppert 0a4bc9b172 Added Loop class. 14 years ago
james.goppert 125b971173 Updated mavlink added eeprom class. 14 years ago
DrZiplok@gmail.com 458dfde81d Move the warning controls for APM out to AP_Common. This makes it easier to grab these for libraries uniformly. 14 years ago
DrZiplok@gmail.com eb6113e685 Add a simple commandline menu library. 15 years ago
DrZiplok@gmail.com dc85377587 Don't count on things including <stdint.h> before AP_Common.h. 15 years ago
DrZiplok@gmail.com 10f3a6f9cb Drop a couple things in here in support of code moving to libraries. 15 years ago