Randy Mackay
|
ed19c25a97
|
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).
|
13 years ago |
James Goppert
|
77da85648d
|
Clean up formatting for AP_Common
|
13 years ago |
Andrew Tridgell
|
00d52a8bd7
|
ap_common: use intptr_t for pointer casts
this allows building on systems with pointers that aren't 16 bits long
|
14 years ago |
james.goppert
|
634f2734b5
|
Added AP_Controller library.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1379 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
14 years ago |
james.goppert
|
86feb8bf7b
|
Fixed issues with RcChannel EEPROM var ownership.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1369 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
14 years ago |
DrZiplok
|
632d0f574a
|
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
|
14 years ago |
DrZiplok
|
9b1863f4b2
|
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
|
14 years ago |
james.goppert
|
125b971173
|
Updated mavlink added eeprom class.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1239 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
14 years ago |
DrZiplok
|
d2a2ee0fd8
|
More runtime magic; this time support required for static class objects at function scope.
|
14 years ago |
DrZiplok
|
23ccff2ccd
|
Add support for 'new' and 'delete', so we can cons things on the fly.
|
15 years ago |