267 Commits (f18802bc462792ad8e320419c4a084dace2f14b5)

Author SHA1 Message Date
Randy Mackay 810973ce95 HAL: define capability bitmask 10 years ago
Andrew Tridgell eca0940bc7 AP_HAL: allow for broadcast packets on UDP IPv4 10 years ago
Andrew Tridgell 3e4b0b9869 AP_HAL: added pollout() function to socket API 10 years ago
Andrew Tridgell 596ecde70d AP_HAL: added listen and accept APIs to socket API 10 years ago
Andrew Tridgell b07f7e873f AP_HAL: added pollin() interface for Socket API 10 years ago
Andrew Tridgell 5067359ed7 AP_HAL: fixed socket destructor 10 years ago
Staroselskii Georgii 1a588263e4 AP_HAL: added destructor for Socket 10 years ago
Staroselskii Georgii 4411c1fed4 AP_HAL: improved constness of Socket API 10 years ago
Vladislav Zakharov 97b51a4bcb AP_HAL: Added deinit() method to RCInput 10 years ago
Lucas De Marchi b83708f77f AP_HAL: use ARRAY_SIZE macro 10 years ago
Andrew Tridgell 4e0c2c5a9b AP_HAL: defined default log and terrain directories for bebop 10 years ago
Julien BERAUD f0bed711cf AP_HAL: added AK8963 I2C defines 10 years ago
Julien BERAUD e0b59942b0 AP_HAL: changed log directories for bebop 10 years ago
Julien BERAUD 5c414b4ca2 AP_HAL: Fix Compass I2C address for Bebop 10 years ago
Julien BERAUD 8d6123928f AP_HAL: Add i2c bus numbers and addresses 10 years ago
Julien BERAUD bef8001a09 AP_HAL: added MS5607 baro define 10 years ago
Julien BERAUD eea7ea8488 AP_HAL: split MPU6000 INS defines for I2C and SPI 10 years ago
Julien BERAUD 7275e33e79 AP_HAL: add the possibility to have more than 1 i2c 10 years ago
Andrew Tridgell a6f62c208e AP_HAL: added bebop Linux board type 10 years ago
Lucas De Marchi 384d650a23 AP_HAL: allow to have spi device state 10 years ago
Víctor Mayoral Vilches e5a90c7a34 AP_HAL: Util, add custom terrain and log methods 10 years ago
Gustavo Jose de Sousa 42eb73a1d1 AP_InertialSensor: add LSM9DS0 backend 10 years ago
Andrew Tridgell 7f239f5d46 AP_HAL: added get_shell_stream() 10 years ago
Eugene Shamaev 8cb367eaf8 AP_HAL: added rc_bind rcin method 10 years ago
Andrew Tridgell 979a571d68 AP_HAL: fixed example build 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 10 years ago
Eugene Shamaev ca482cf44a StorageManager: added example sketch 10 years ago
Max Basescu de50217809 AP_HAL: Added RC_OUTPUT_MIN_PULSEWIDTH set to 400 and RC_OUTPUT_MAX_PULSEWIDTH set to 2100 10 years ago
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