889 Commits (83e563922536b4b560b8fa7dcb5b8d57cdd33d9b)

Author SHA1 Message Date
Lucas De Marchi 1d39f548dc AP_HAL: remove aliases FUNCTOR_[BIND|TYPEF]_VOID 10 years ago
Andrew Tridgell 5c86005160 AP_HAL: removed spurious delay example 10 years ago
Andrew Tridgell 1bd61ae96e AP_HAL: no need to include AP_Vehicle_Type.h here any more 10 years ago
Andrew Tridgell 36b19b26ce AP_HAL: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 4dd47ead0e AP_HAL: removed old fastdelegate code 10 years ago
Andrew Tridgell ac3fc2f373 AP_HAL: fixed build warnings 10 years ago
Andrew Tridgell 4705be97bf AP_HAL: support %lld and %llu in internal printf 10 years ago
Andrew Tridgell 1a2b02a563 AP_HAL: removed AVR special case 10 years ago
Lucas De Marchi 84f399ec3c APMrover2: Start using new Functor implementation 10 years ago
Lucas De Marchi 20ef7efaf6 AP_HAL: use functor macros 10 years ago
Lucas De Marchi 9f0af5b9cb AP_HAL: add fallback implementation of functor macros 10 years ago
Lucas De Marchi 83efb9280b AP_HAL: use variadic templates in FastDelegate 10 years ago
Lucas De Marchi 4b5cf24a81 Allow to change to functor implementation 10 years ago
Lucas De Marchi a1e1503e1a AP_HAL: Add Functor implementation 10 years ago
Andrew Tridgell 9336914598 AP_HAL: added sendto socket method 10 years ago
Andrew Tridgell d57fcf7e46 AP_HAL: added workaround for AVR delegates in PROGMEM 10 years ago
Andrew Tridgell be587beedc AP_HAL: disable nagle on sockets for faster local operation 10 years ago
Randy Mackay 0d72f3ac29 AP_HAL: fix example sketches 10 years ago
Andrew Tridgell 414f4125de AP_HAL: use FD_CLOEXEC to prevent sockets being inherited in SITL 10 years ago
Andrew Tridgell 692fc18698 AP_HAL: protect Socket.h from double include 10 years ago
Tom Pittenger 4b6d0d8e24 AP_HAL: replace fabs() with fabsf() 10 years ago
Andrew Tridgell 2369e06815 AP_HAL: fixed SITL build on windows 10 years ago
Andrew Tridgell 4c11002976 AP_HAL: added HAL_OS_SOCKETS define 10 years ago
Andrew Tridgell 08b9ed3342 AP_HAL: added socket handling class 10 years ago
Andrew Tridgell 35d22b9d57 AP_HAL: added getopt_cpp class 10 years ago
Andrew Tridgell 40e3b422b5 HAL_SITL: rename HAL_AVR_SITL to HAL_SITL 10 years ago
Andrew Tridgell df21c6c68d AP_HAL: support micros64() and millis64() on all platforms 10 years ago
Mikhail Avkhimenia 7ba6a5e346 AP_HAL: Specify terrain directory for Navio 10 years ago
Andrew Tridgell 55019abd71 AP_HAL: allow for default parameter override for PX4 and SITL 10 years ago
Andrew Tridgell b52918331a AP_HAL: make PXF use AK8963 compass by default 10 years ago
Andrew Tridgell d186b82edc AP_HAL: consolidate AK8963 defines 10 years ago
mirkix 4f1dd85e47 AP_HAL: Add test sketch for RC input to RC output pass through 10 years ago
Andrew Tridgell c63540f7b1 AP_HAL: added delay_microseconds_boost() 10 years ago
Jonathan Challinger aa7776ea59 AP_HAL: add soft_armed state to hal.util 10 years ago
Grant Morphett 525787078f AP_HAL: Changes to fix the warnings in rover sitl build. 10 years ago
Andrew Tridgell 3075cb058d AP_HAL: changed semantics of RCInput.new_input() 10 years ago
Emile Castelnuovo a0673b56f9 AP_HAL: added new VRBRAIN boards and new subtypes 10 years ago
LukeMike edd0f13845 AP_HAL: mapped the different sizes of storage for all VR boards 10 years ago
Randy Mackay f84d31b838 HAL: fix example sketch 10 years ago
mirkix d11c5286c3 AP_HAL: HAL_COMPASS_AK8963 used but not defined anywhere 10 years ago
mirkix 7ceb93befa AP_HAL: make the examples usable with Linux 10 years ago
mirkix 70445d11f6 AP_HAL: add support for BBBMINI, simple ArduPilot DIY Cape for the BeagleBone Black 10 years ago
Andrew Tridgell 6fb00f4fc3 AP_HAL: create a common utility/RingBuffer.h header 10 years ago
Staroselskii Georgii a08a34f863 AP_HAL: changed default compass for Navio 10 years ago
Staroselskii Georgii e4a21f291d AP_HAL_Linux: added LinuxSPIUARTDriver that can handle SPI-driven Ublox 10 years ago
Andrew Tridgell 6993be54b7 HAL_Linux: raise storage size to 16k 10 years ago
Andrew Tridgell 5aabfd4dc4 AP_HAL: added RCInput example sketch 10 years ago
Andrew Tridgell 8e36c1cd60 AP_HAL: fixed RCOutput example 10 years ago
Andrew Tridgell 4ec6a74829 AP_HAL: addex UART_test example sketch 10 years ago
Andrew Tridgell 9e0a7e6631 AP_HAL: fixed printf example build 10 years ago