20881 Commits (3ae4c222e0ecd4e0c7e6f95b5f509619bbd2c6c3)
 

Author SHA1 Message Date
Lucas De Marchi 8de329fc81 AP_HAL_PX4: use empty I2CDevice 9 years ago
Lucas De Marchi c3d8ba3ea5 AP_HAL_SITL: use empty I2CDevice 9 years ago
Lucas De Marchi f22f4928dc AP_HAL_FLYMAPLE: fix constructor after I2CDevice 9 years ago
Lucas De Marchi e40785b002 AP_HAL_Linux: Add fake device to I2CDriver 9 years ago
Lucas De Marchi 5194f7e5ce AP_HAL_Linux: I2CDevice: method to read multiple times 9 years ago
Lucas De Marchi c394de31a0 AP_HAL_Linux: register I2CManager instance 9 years ago
Lucas De Marchi bc2f7f2783 AP_HAL_Linux: implement function to transfer data 9 years ago
Lucas De Marchi 2fc534d18d AP_HAL_Linux: implement methods to open the bus 9 years ago
Lucas De Marchi cd0e1dff82 AP_HAL_Linux: Add skeleton for I2CDevice 9 years ago
Lucas De Marchi a117c22c34 AP_HAL_Empty: add I2CDevice 9 years ago
Lucas De Marchi 2250d9d768 AP_HAL: initialize I2C manager 9 years ago
Lucas De Marchi f8e6c5b379 AP_HAL: add helper method to read registers 9 years ago
Lucas De Marchi b4ff2d7595 AP_HAL: add helper method to write register 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 2e60e1b1f2 AP_HAL: utility: Add OwnPtr implementation 9 years ago
Lucas De Marchi ae5da864e7 mk: make PX4, QURT and QFLIGHT use wrapper cstddef 9 years ago
Lucas De Marchi e1ae79688d AP_Common: add directory to add missing C/C++ symbols 9 years ago
Tom Pittenger 7fda3ba178 mk: fix SITL windows build 9 years ago
Julien Beraud c2db6bfb9d AP_Param: Fix warning 9 years ago
Lucas De Marchi f4bc5c60ba mk: px4: replace cp -f with cp 9 years ago
Peter Barker 529a0166d5 mk: px4: correct manipulation of files 9 years ago
Tom Pittenger 92fea608f3 Rover: add item_reached_msg to GUIDED 9 years ago
Tom Pittenger 786d14cd3c AP_RangeFinder: For LightWareSerial, write 'd' to support more devices 9 years ago
Andrew Tridgell b76aff2dcb AP_Arming: allow unconfigured GPS in SITL arming checks 9 years ago
Lucas De Marchi 7debd14683 AP_HAL_Linux: Scheduler: remove unused _in_io_proc 9 years ago
Lucas De Marchi fbb3bb2fd0 AP_HAL_Linux: Scheduler: remove unused _timer_event_missed 9 years ago
Lucas De Marchi f39a6745d1 Global: remove unused _timer_pending from scheduler 9 years ago
Lucas De Marchi 0ad436c337 AP_HAL_Linux: Scheduler: bring back scheduler table 9 years ago
Lucas De Marchi a1b62b4984 AP_HAL_Linux: Scheduler: use PeriodicThread 9 years ago
Lucas De Marchi 48e81c8589 AP_HAL_Linux: Thread: add PeriodicThread helper 9 years ago
Lucas De Marchi 860d5aaf84 AP_HAL_Linux: Scheduler: move rpcmem initialization to setup phase 9 years ago
Lucas De Marchi 0282ebb8ff AP_HAL_Linux: add method to check caller same as thread 9 years ago
Lucas De Marchi e3beef0f77 AP_HAL_Linux: Scheduler: remove unused parameter 9 years ago
Lucas De Marchi 2b61eaf9f2 Global: remove {begin,end}_atomic from scheduler 9 years ago
Lucas De Marchi 9aa49cda93 Global: remove system_initializing() from scheduler 9 years ago
Lucas De Marchi 9cf9fc152b AP_HAL_Linux: use pthread's barrier instead of polling 9 years ago
Lucas De Marchi 2b0e214168 AP_HAL_Linux: Scheduler: move synchronization to common method 9 years ago
Lucas De Marchi 66e6cd60d8 AP_HAL_Linux: Thread: allow to override run method 9 years ago
Lucas De Marchi a183ff8d32 AP_HAL_Linux: Scheduler: use Thread abstraction 9 years ago
Lucas De Marchi 3e0a83ede9 AP_HAL_Linux: add Thread abstraction class 9 years ago
Lucas De Marchi 5e9b45ebc2 AP_HAL_Linux: Scheduler: make microsleep() public 9 years ago
Andrew Tridgell 8ecf54bf75 Plane: use throttle slew when in quadplane assisted flight 9 years ago
Tom Pittenger 12fab6c59a AP_GPS: save cfg only when needed 9 years ago
Tom Pittenger 18163bd01f AP_GPS_UBLOX: save cfg only when needed 9 years ago
Michael du Breuil 55e64b3622 AP_GPS: u-blox: copy paste typo in a #else 9 years ago
Michael du Breuil 217a06322b AP_GPS: u-blox: don't throw 5hz update warnings if no fix 9 years ago
Tom Pittenger da01ceee53 AP_TECS: change order of update_speed() so it's not using the previous EAS_dem 9 years ago
Tom Pittenger afe9f544e5 AP_TECS: remove incorrect comment about TECS running at 5Hz, it runs at 10Hz. 9 years ago
Tom Pittenger a280396645 Plane: nonfunctional change, comment only. Units were in old in comment 9 years ago