Randy Mackay
|
98f3386ea0
|
Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h".
Modified FastSerial's write function to return size_t (number of bytes written).
|
2012-01-28 12:25:47 +09:00 |
James Goppert
|
585507f188
|
Clean up formatting for AP_Common
|
2011-10-28 14:43:43 -04:00 |
Andrew Tridgell
|
88668dd2d1
|
ap_common: use intptr_t for pointer casts
this allows building on systems with pointers that aren't 16 bits long
|
2011-10-09 22:08:59 +11:00 |
james.goppert
|
1f9bc81bd6
|
Added AP_Controller library.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1379 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-31 06:20:28 +00:00 |
james.goppert
|
9f11c97463
|
Fixed issues with RcChannel EEPROM var ownership.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1369 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-30 05:25:28 +00:00 |
DrZiplok
|
1dabb6c9ce
|
Don't actually implement __cxa_pure_virtual, we'd prefer to have link-time errors rather than classes with pure virtual functions.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1341 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-28 23:33:27 +00:00 |
DrZiplok
|
ed8e70aff0
|
operator new[] should return a zeroed class object just like operator new does.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1337 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-28 23:29:46 +00:00 |
james.goppert
|
0a3e657b76
|
Updated mavlink added eeprom class.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1239 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-23 23:02:51 +00:00 |
DrZiplok
|
d2a2ee0fd8
|
More runtime magic; this time support required for static class objects at function scope.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@855 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-11-18 17:52:41 +00:00 |
DrZiplok
|
23ccff2ccd
|
Add support for 'new' and 'delete', so we can cons things on the fly.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@668 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-10-17 04:02:06 +00:00 |