2989 Commits (72414085b2c7de1f6ca1b9dc54aaf529cee1e982)

Author SHA1 Message Date
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 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 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 9f423a24ad HAL_PX4: yield CPU in delay() 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
Pat Hickey a556a95565 AP_ADC: uses new semaphore interface 12 years ago
Pat Hickey 390e96311e DataFlash: change to new style Semaphore library 12 years ago
Pat Hickey f178d1bd02 AP_HAL_Empty: implement new Semaphore interface 12 years ago
Pat Hickey 2d6b649aa4 AP_HAL_AVR: Semaphore unit test 12 years ago
Pat Hickey 0029148b3a AP_HAL_AVR: Implements new Semaphore interface 12 years ago
Pat Hickey 74e2ba2168 AP_HAL_AVR Scheduler: _in_timer_proc is volatile protected 12 years ago
Pat Hickey 81d77d4a70 AP_HAL: New semaphore interface 12 years ago
James Bielman acf05a29ee AP_InertialSensor_MPU6000: Poll status register if there is no data ready pin. 12 years ago
James Bielman 264db3670e AP_Baro: Add CONFIG_MS5611_SERIAL option to choose between SPI and I2C. 12 years ago
James Bielman 5753ae5692 AP_Baro: Add I2C support to MS5611 driver. 12 years ago
James Bielman a4af314b57 Add AP_HAL_SMACCM implementation. 12 years ago
Andrew Tridgell 1fc95a2d45 HAL_PX4: support PPM RC Input 12 years ago
Andrew Tridgell e729a8b277 AP_HAL: rename Semaphores cpp file to match header 12 years ago
Andrew Tridgell 38bccee230 HAL_PX4: initial RCInput driver (overrides only) 12 years ago
Andrew Tridgell 85007cb766 HAL_Empty: fixed throttle in Empty RCInput 12 years ago
Andrew Tridgell d492b72a2c HAL_PX4: use /dev/ttyS0 for uartA 12 years ago