7058 Commits (06e63d31675a92d6fe6e214a172441f27770bb9c)
 

Author SHA1 Message Date
Andrew Tridgell 319e1a4e84 HAL_PX4: support setting servo rate 12 years ago
Pat Hickey 0660873fa7 AP_HAL_AVR: pull-up UART RX lines to fix GPS spoofing (Tridge) 12 years ago
Pat Hickey 1b7b096b05 AP_Relay: fix pin used on APM2/SITL per Sando on drones-discuss 12 years ago
Andrew Tridgell b079a96eaf Copter: removed GPS_STATUS message 12 years ago
Andrew Tridgell c48714be16 Copter: enabled PX4 sensors 12 years ago
Andrew Tridgell f7e5f88199 AP_GPS: make UBLOX driver a bit more robust 12 years ago
Andrew Tridgell 3b0398dc14 AP_GPS: fixed UBLOX example for PX4 12 years ago
Pat Hickey dd27984eac SITL: instansiate EmptyI2CDriver with EmptySemaphore 12 years ago
Pat Hickey 0db60464f7 AP_HAL_Empty: add semaphore to I2CDriver 12 years ago
Pat Hickey 4c31cc0c2b AP_HAL_AVR: add semaphore to I2CDriver 12 years ago
Pat Hickey 3da864499d AP_HAL Semaphore: don't use limits, they don't work on c++ 12 years ago
James Bielman bb4474fa6d AP_HAL_SMAACM: Add timeout for SPI transfers. 12 years ago
James Bielman eca1417858 AP_HAL: Add semaphores to I2C driver. 12 years ago
Andrew Tridgell 30447018d5 HAL_PX4: handle %S in format strings 12 years ago
Andrew Tridgell c16db01395 HAL_SITL: add pragma pack 12 years ago
Andrew Tridgell 08d518e07f HAL_PX4: switch to libc vdprintf() 12 years ago
Andrew Tridgell c15bf95e19 AP_Baro: fixed example build on AVR 12 years ago
Andrew Tridgell 84bd10d279 HAL_PX4: minor cleanups 12 years ago
Andrew Tridgell aa64a41512 AP_Baro: removed debug line 12 years ago
Andrew Tridgell 5829d44a22 HAL_PX4: disable failsafe handler 12 years ago
Andrew Tridgell 0fcc6d7389 HAL_PX4: added an RC Output driver 12 years ago
Andrew Tridgell 4fe7ad6267 AP_Baro: added averaging to PX4 baro driver 12 years ago
Andrew Tridgell 38f56be2c4 Plane: enable hardware sensors on PX4 12 years ago
Andrew Tridgell 26bc278181 AP_Compass: use queue length 10 in PX4 driver 12 years ago
Andrew Tridgell dbcaa4cf3c AP_Baro: average over multiple samples in PX4 baro driver 12 years ago
Andrew Tridgell 44837a11f2 HAL_PX4: added baudrate support to UART driver 12 years ago
Andrew Tridgell 965fc8a9d1 HAL_PX4: enable uartB as GPS port 12 years ago
Andrew Tridgell 2f111b857b AP_GPS: ported test code for PX4 12 years ago
Andrew Tridgell f701d0cc85 AP_GPS: a couple more places where we should restart 12 years ago
Andrew Tridgell 3bfff4bd6d AP_GPS: pragma pack is needed on ARM 12 years ago
Andrew Tridgell 741174f5d5 AP_Compass: first cut at a PX4 compass driver 12 years ago
Andrew Tridgell 477ed294c6 CPUInfo: begin_atomic/end_atomic have been removed 12 years ago
Andrew Tridgell 1fb3f01f5b git: ignore some more file types 12 years ago
Andrew Tridgell 2ac6541526 AP_Baro: added PX4 barometer driver 12 years ago
Andrew Tridgell cf5d102912 AP_Common: added board ID for PX4 12 years ago
Andrew Tridgell fd23f6bd33 InertialSensor: added PX4 example sketch 12 years ago
Andrew Tridgell ae09b31176 AP_InertialSensor: added PX4 gyro/accel driver 12 years ago
Andrew Tridgell 2e2f96d721 Plane: cope with a HIL_STATE packet before GPS init 12 years ago
Andrew Tridgell 9f423a24ad HAL_PX4: yield CPU in delay() 12 years ago
Andrew Tridgell 9e0096ddb5 Plane: fix handling of sensors HIL startup 12 years ago
Pat Hickey bc3b6fcb9f AP_HAL_AVR_SITL: remove begin/end atomic, adjust timer procs 12 years ago
Pat Hickey 688ec864dc AP_HAL_AVR: deprecate begin/end atomic, timer procs run on resume 12 years ago
Pat Hickey ea2a03344e AP_HAL Scheduler: remove begin_atomic and end_atomic from api 12 years ago
James Bielman 8f4a2e4c0e AP_HAL_SMACCM: Scheduler timer process implemented correctly. 12 years ago
James Bielman d84ba8ef59 Use HAL suspend/resume timer procs rather than atomic. 12 years ago
James Bielman 578c4859e4 AP_HAL_SMACCM: Update to new semaphore interface. 12 years ago
Andrew Tridgell 155fca8a4b HAL_PX4: make APM sketches into daemons 12 years ago
Pat Hickey 8503f3e2ae Optflow: uses new Semaphore 12 years ago
Pat Hickey d808c19c10 AP_InertialSensor_MPU6000: uses new semaphores 12 years ago
Pat Hickey 5d91f342bb AP_Baro_MS5611: uses new semaphore lib 12 years ago