Ardupilot2/libraries/AP_Common
Peter Barker 7259f3fa2f AP_Common: rearrange headers for consistency
Move attribute definitions all into AP_Common, rather than being split between two files

Remove unused SITL_printf macros

Stop AP_Common including board information

Include AP_Common.h in AP_HAL::Sempahore for WARN_IF_UNUSED; this was the cause of a circular import problem fixed by other commits in this patch.
2019-02-15 08:15:45 +11:00
..
examples/AP_Common AP_Common: example fix travis warning 2017-04-13 19:56:16 +01:00
missing AP_Common: fixed cygwin ChibiOS build 2018-03-02 17:11:31 +11:00
tests AP_Common: add tests for Bitmask 2018-12-10 12:52:41 +09:00
AP_Common.cpp AP_Common: unify Location_Class and Location 2019-01-16 11:45:29 +11:00
AP_Common.h AP_Common: rearrange headers for consistency 2019-02-15 08:15:45 +11:00
AP_FWVersion.cpp AP_Common: AP_FWVersion: create singleton 2018-06-18 19:10:37 +01:00
AP_FWVersion.h AP_Common: AP_FWVersion: create singleton 2018-06-18 19:10:37 +01:00
AP_Test.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Bitmask.cpp AP_Common: Bitmask: use sizeof() in place of constant 2018-12-10 12:52:41 +09:00
Bitmask.h AP_Common: Bitmask: choose builtin based on type for find_first_set 2018-12-10 12:52:41 +09:00
c++.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02: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
Location.cpp AP_Common: unify Location_Class and Location 2019-01-16 11:45:29 +11:00
Location.h AP_Common: Move LOCATION_ALT_MAX_M declaration from AP_Common.h to Location.h 2019-02-13 11:53:18 +09:00
Semaphore.h AP_Common: allow more than one WITH_SEMAPHORE per context 2018-09-06 08:23:02 +10:00