54 Commits (352121e16a9303ee9d02c29896f9a9437ea30094)

Author SHA1 Message Date
Andrew Tridgell 65d051cbc9 AP_HAL: added hal.flash driver 6 years ago
Francisco Ferreira 0645a5b11a
AP_HAL: introduce a CANProtocol interface and remove HAL CAN thread management 7 years ago
Eugene Shamaev 9b98c304c4 AP_HAL: top level HAL definitions for CAN bus driver 8 years ago
Lucas De Marchi 57ec968b44 AP_HAL: remove SPIDriver 9 years ago
Lucas De Marchi 3a5e8a17c7 AP_HAL: remove enum id for Ublox and RASPIO 9 years ago
Lucas De Marchi 81345cc112 AP_HAL: Remove enum for Dataflash 9 years ago
Lucas De Marchi b21ad36676 AP_HAL: remove I2CDriver 9 years ago
Lucas De Marchi cfb3124f2c AP_HAL_Linux: remove types for spi drivers 9 years ago
Patrick J.P eb44d75ed8 AP_HAL: Remove trailing spaces from AP_HAL_Namespace.h 9 years ago
Staroselskii Georgii b677f975e7 AP_Compass: added LSM9DS1 magnetometer support 9 years ago
Julien Beraud d0114eac05 AP_HAL: Add bebop SPI Device to spi devices 9 years ago
Lucas De Marchi dbf2aedf1e AP_HAL: replace header guard with pragma once 9 years ago
Lucas De Marchi 66f644c50d AP_HAL: add interface for SPIDevice devices 9 years ago
Lucas De Marchi 872b255384 AP_HAL: Add interface for I2CDevice 9 years ago
Lucas De Marchi 0eb450d379 AP_HAL: Add interface for I2C/SPI devices 9 years ago
Lucas De Marchi 9d5fb97819 Global: rename enum SPIDevice to SPIDeviceType 9 years ago
Julien BERAUD 2b681f2f13 AP_HAL: Add support for an Optflow driver 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
raspilot dcc7cf2739 AP_HAL: raspilot board type 10 years ago
Lucas De Marchi 1d39f548dc AP_HAL: remove aliases FUNCTOR_[BIND|TYPEF]_VOID 10 years ago
Andrew Tridgell 1bd61ae96e AP_HAL: no need to include AP_Vehicle_Type.h here any more 10 years ago
Andrew Tridgell 4dd47ead0e AP_HAL: removed old fastdelegate code 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
Andrew Tridgell d57fcf7e46 AP_HAL: added workaround for AVR delegates in PROGMEM 10 years ago
Staroselskii Georgii bf860ee41f AP_HAL_Linux: Ublox SPI stub 10 years ago
Víctor Mayoral Vilches 37793cd7fa AP_HAL_Namespace: Change LSM9DS0 into two different devices. 11 years ago
Víctor Mayoral Vilches 82186a3961 HAL: Add two new SPI devices 11 years ago
Andrew Tridgell 9b23921626 AP_HAL: added LSM9DSO_G SPI device 11 years ago
Víctor Mayoral Vilches 8af1b6faa7 AP_HAL_Linux: Add support for SPIDevice_LSM9DS0 11 years ago
Víctor Mayoral Vilches 5493be1b0d AP_HAL: Add SPIDevice_MPU9250 as a device. 11 years ago
Andrew Tridgell 9f24c45502 AP_HAL: removed separate Console class 12 years ago
Andrew Tridgell f2de4bb7b0 AP_HAL: implement AP_HAL::MemberProc via FastDelegate.h 12 years ago
Andrew Tridgell f0f5761e8d AP_HAL: make timed processes take void *argument 12 years ago
Andrew Tridgell d3f154bbae AP_HAL: include stdbool.h for ARM build 12 years ago
Pat Hickey 0d702045b8 AP_HAL: Add Util member for string utilities 12 years ago
Pat Hickey b79bd01761 SPIDriver: namespace explicit to better permit copypasta 12 years ago
Pat Hickey 9cee6cc941 AP_HAL: remove Dataflash driver 12 years ago
Pat Hickey f543cede01 AP_HAL & AP_HAL_AVR: new SPI driver model 12 years ago
Pat Hickey 73ccfaf2d7 AP_HAL: implement DigitalSource abstraction 12 years ago
Pat Hickey 017f592eef AP_HAL: add ConsoleDriver interface 12 years ago
Pat Hickey 279a755ab3 AP_HAL: AnalogIn interface fleshed out 12 years ago
Pat Hickey af68c09591 AP_HAL Namespace: typedef Proc and TimedProc 12 years ago
Pat Hickey 3b697fe299 AP_HAL: rename Log to Dataflash 12 years ago
Pat Hickey 5d2327f52f AP_HAL: Don't need a separate Console class, BetterStream will do. 12 years ago
Pat Hickey db76562cd5 AP_HAL: global rename PPMInput -> RCInput, PWMOutput -> RCOutput 12 years ago