947 Commits (395ca9d4930fda9aeb7813cbaf7b6ba07a2171ed)

Author SHA1 Message Date
Peter Barker 42c711a5b2 AP_HAL_Linux: remove pointless attach_interrupt override 7 years ago
Andrew Tridgell b347027e13 HAL_Linux: added Semaphore_Recursive 7 years ago
Peter Barker 8d5a9ead48 AP_HAL_Linux: attach_interrupt now takes a functor 7 years ago
Andrew Tridgell f1e10b0a8f HAL_Linux: make uart writes thread safe 7 years ago
Andrew Tridgell f005e60066 HAL_Linux: added support for HAL_Semaphore type 7 years ago
Lucas De Marchi 5068f2e8fd AP_HAL_Linux: fix log after tonealarm thread removal 7 years ago
Francisco Ferreira 1d7f3e48a4
AP_HAL_Linux: remove CAN thread management 7 years ago
Andrew Tridgell 03b7c08be6 HAL_Linux: added duration to toneAlarm_set_buzzer_tone 7 years ago
Jonathan Challinger ddf0333a24 AP_HAL_Linux: reflect changes to tonealarm interface 7 years ago
Aaron Wang Shi 1304d37699 AP_HAL_Linux: fix bhat GPS SPI conflict 7 years ago
Aaron Wang Shi 4f2d9c2c4d AP_HAL_Linux: support PWM input for BH hat 7 years ago
Michael du Breuil 2e135f4fc4 AP_HAL_Linux: Remove unused ADC include 7 years ago
Michael du Breuil 0aaa029f9b AP_HAL_Linux: GPIO_RPi: Fix UB when reading a pin 7 years ago
Michael du Breuil 1f7ee55211 AP_HAL_Linux: Remove GPIO::analogPinToDigitalPin() 7 years ago
Andrew Tridgell 1d1af5fd68 HAL_Linux: don't clear buffers on no baud change 7 years ago
Lucas De Marchi d2446e1219 AP_HAL_Linux: use Thread abstraction to create thread 7 years ago
Lucas De Marchi e11d268818 AP_HAL_Linux: Thread: allow loose running thread 7 years ago
Jack 4b24a61023 AP_HAL_Linux: fix spelling of generated in panics 7 years ago
Andrew Tridgell 070e3cf37b HAL_Linux: implement I2C bus masks 7 years ago
Andrew Tridgell 492978c0fa HAL_Linux: removed restriction on delay in threads 7 years ago
Andrew Tridgell 9918ae3209 HAL_Linux: implement thread_create() 7 years ago
Andrew Tridgell 9ae6734469 HAL_Linux: support uartG 7 years ago
Lucas De Marchi 49d08ba72a Global: remove minlure 7 years ago
Lucas De Marchi d31e85e738 AP_HAL_Linux: fix copy and paste error on gpio table 7 years ago
Michael du Breuil 7043738f3b AP_HAL_Linux: Clear UART buffers when opening a port 7 years ago
Hyungsub 97b93920b3 AP_HAL_Linux: fix memory leaks 7 years ago
Peter Barker c9dbdd7a5c AP_HAL_Linux: clarify method name, use common methods for setting time 7 years ago
Eugene Shamaev 7dd8308a8c AP_HAL_Linux: reducing indenting by linearizing the logic 7 years ago
mirkix b32b57ad75 AP_HAL_Linux: change SPI Bus for PocketPilot final design 7 years ago
Michael du Breuil 80d1a1de9a AP_HAL_Linux: Remove timer process suspension interface 7 years ago
Michael du Breuil 737c4ac36f AP_HAL_Linux: Remove RC overrides 7 years ago
Lucas De Marchi 88dc17fe6e AP_HAL_Linux: Storage: fix initialization 7 years ago
Lucas De Marchi 1f3b7b5687 AP_HAL_Linux: Storage: fix writing garbage while creating file 7 years ago
Lucas De Marchi 5526997d45 AP_HAL_Linux: Storage: prefer custom storage 7 years ago
Lucas De Marchi ff6e76ea6a AP_HAL_Linux: add custom storage directory 7 years ago
Lucas De Marchi 9e538632b3 AP_HAL_Linux: use AP_HAL_STORAGE_DIRECTORY 7 years ago
Andrew Tridgell b396b2a2e0 HAL_Linux: take account of available bytes in receive_time_constraint_us 7 years ago
Francisco Ferreira 5e821428a1 AP_HAL_Linux: remove Qualcomm board support 7 years ago
Andrew Tridgell b8eeac41c8 HAL_Linux: implement uart timestamp API 7 years ago
Michael du Breuil 517e20093e AP_HAL_Linux: Remove set_overrides() method 7 years ago
mirkix 95fbc222d5 AP_HAL_Linux: enable GPIOs for PocketPilot 7 years ago
Peter Barker d5cad015dc AP_HAL_Linux: move delay callback handling to base HAL Scheduler class 7 years ago
Andrew Tridgell 4404c95cc8 HAL_Linux: use ceilf() 7 years ago
Lucas De Marchi b1b4b66e65 AP_HAL_Linux: minlure: fix uart path 7 years ago
Lucas De Marchi 320db1d79b AP_HAL_Linux: remove unused i2c devpaths 7 years ago
Lucas De Marchi 2000e17646 AP_HAL: move get_device() method from AP_HAL_Linux 7 years ago
Lucas De Marchi 4f2498947b AP_HAL_Linux: remove redundant ifdef 7 years ago
mirkix 0c353d2af0 AP_HAL_Linux: change PocketPilot to final baro sensor 7 years ago
mirkix 598ae5c3f7 AP_HAL_Linux: PocketPilot: change pru to final design 7 years ago
Mark Whitehorn 7ad0318d4f AP_HAL_Linux: fix latent bug in ToneAlarm 7 years ago