ardupilot/libraries/AP_Common
Andrew Tridgell 57c4385a18 AP_Common: replace strlcat_P() with a C implementation
the one in the Arduino libc was giving us bogus results on one
machine, and is suspect. We couldn't spot what is wrong in the
assembler, but replacing the implementation with a C one fixes the
bug, so we replaced it
2011-11-26 17:02:56 +11:00
..
examples Clean up formatting for AP_Common 2011-10-28 14:43:43 -04:00
include Separated controller block class. 2011-11-24 13:28:14 -05:00
tools perl version of eedump 2011-08-07 10:36:31 +00:00
AP_Common.cpp Drop a couple things in here in support of code moving to libraries. 2010-09-11 06:13:28 +00:00
AP_Common.h AP_Common: replace strlcat_P() with a C implementation 2011-11-26 17:02:56 +11:00
AP_Loop.cpp Massive warning fixes. 2011-05-04 19:12:27 +00:00
AP_Loop.h Added battery monitoring, arming to apo. 2011-10-16 02:55:34 -04:00
AP_MetaClass.cpp Formatting and naming changes for conformance with the ArduPilot Coding Conventions. 2011-01-16 09:14:21 +00:00
AP_MetaClass.h ap_common: use intptr_t for pointer casts 2011-10-09 22:08:59 +11:00
AP_Test.h Clean up formatting for AP_Common 2011-10-28 14:43:43 -04:00
AP_Var_menufuncs.cpp Print the key associated with a variable when the variable is printed using AP_Var_menu_show. 2011-03-25 02:51:03 +00:00
AP_Var.cpp Clean up formatting for AP_Common 2011-10-28 14:43:43 -04:00
AP_Var.h Clean up formatting for AP_Common 2011-10-28 14:43:43 -04:00
AP_Vector.h Working on new hil message for mavlink. 2011-11-15 17:15:54 -05:00
Arduino.mk make configure default to 2560 2011-11-25 20:00:17 -08:00
c++.cpp Clean up formatting for AP_Common 2011-10-28 14:43:43 -04:00
c++.h Updated mavlink added eeprom class. 2010-12-23 23:02:51 +00:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00
menu.cpp desktop: fixed 2 crashes in the menu code 2011-11-07 22:56:13 +11:00