283 Commits (f18802bc462792ad8e320419c4a084dace2f14b5)

Author SHA1 Message Date
Andrew Tridgell 024d3b71e7 HAL_Linux: use a semaphore in suspend_timer_procs() 11 years ago
Andrew Tridgell ead82ee581 HAL_Linux: implement millis64() and micros64() 11 years ago
Andrew Tridgell b9dc2335ee HAL_Linux: run timer thread at average 1kHz without drift 11 years ago
Andrew Tridgell 8f280d212b HAL_Linux: don't use usleep() in suspend_timer_procs() 11 years ago
Andrew Tridgell 94e14f5dcb HAL_Linux: split off RCOutput class to be specific to PXF and ERLE 11 years ago
Andrew Tridgell 2ce219aeb8 HAL_Linux: split RCInput class into generic and PRU implementations 11 years ago
Andrew Tridgell b4be93113c HAL_Linux: prevent read past end of buffer 11 years ago
Andrew Tridgell b40bd479c4 HAL_Linux: moved FRAM vs FS choice into HAL_Linux headers 11 years ago
Andrew Tridgell 9fccb5f5ed HAL_Linux: clear more UART flags 11 years ago
Andrew Tridgell c87b0adc29 HAL_Linux: the MS5611 seems to be a bit happier at higher speed 11 years ago
Andrew Tridgell 6cc304e486 HAL_Linux: RCOutput should default to 50Hz on all boards 11 years ago
Andrew Tridgell 9d948d5a26 HAL_Linux: fixed name space collision in RCOutput 11 years ago
Andrew Tridgell 721d349922 HAL_Linux: fixed build of BusTest 11 years ago
Andrew Tridgell a4ef512f10 SPIDriver: fixed handling of 0 based SPI bus numbers 11 years ago
Andrew Tridgell 5fb2ad0068 HAL_Linux: fixed safety of RCInput code 11 years ago
bugobliterator ac11d282b5 HAL_Linux: Add support for PPM input to HAL_Linux 11 years ago
bugobliterator 4b2f7cd163 HAL_Linux: Add FRAM HAL driver support for non-volatile storage 11 years ago
Victor Mayoral Vilches 8a71fdf092 HAL_Linux: minor syntax fix in UARTDriver 11 years ago
Silvia b6baf78e73 HAL_Linux:duplicate `#include <sys/types<`deleted 11 years ago
Silvia 7fd0e8345d HAL_Linux: Duplicate `#include <unistd.h>`deleted 11 years ago
Andrew Tridgell d40d0f6aec AP_HAL: removed old storage type read/write functions 11 years ago
Mikhail Avkhimenia a09fbb4171 HAL_Linux: Add SPI configuration for Navio 11 years ago
Andrew Tridgell 03e8e5f2b9 HAL_Linux: setup for all 6 SPI devices for PXF cape 11 years ago
Andrew Tridgell 05f5d91709 HAL_Linux: fixed BusTest build 11 years ago
Andrew Tridgell 9e921719ca HAL_Linux: added bus scanning test 11 years ago
Andrew Tridgell bcc8768358 HAL_Linux: fixed a build warning 11 years ago
Andrew Tridgell 1b85b12738 HAL_Linux: made I2C driver more portable 11 years ago
Andrew Tridgell 224515f3eb HAL_Linux: fixed indexing of device array for SPI 11 years ago
Andrew Tridgell 3292055af2 HAL_Linux: fixed dataflash SPI 11 years ago
Andrew Tridgell 6312b9f8c0 HAL_Linux: allow different SPI and GPIO devices on different boards 11 years ago
bugobliterator 003806fcc1 HAL_Linux: pwmpru,HAL_Linux_RCOut code doesn't wait for magic flag to send data 11 years ago
bugobliterator 8cf628e780 HAL_Linux_RCoutput:Add handler to catch SIGBUS error 11 years ago
bugobliterator 25e670d0cc HAL_LINUX_RCOutput: Change to reading hilo_read instead of periodhi 11 years ago
Andrew Tridgell a46d8dbd51 HAL_Linux: make the spi driver fd part of the manager, not device 11 years ago
Andrew Tridgell 9f8f27090a HAL_Linux: MPU9250 is restricted to 1MHz for setup 11 years ago
Andrew Tridgell 549e08446a HAL_Linux: use BBB pin names in SPIDriver 11 years ago
Andrew Tridgell 8e5915ef7d HAL_Linux: fixed some valgrind errors 11 years ago
Andrew Tridgell 130f831c1c HAL_Linux: use MODE_3 for MPU9250 11 years ago
Andrew Tridgell fc8068adfe HAL_Linux: use board subtypes 11 years ago
Andrew Tridgell 1bf0c4c67d HAL_Linux: cope with different I2C headers for data 11 years ago
Andrew Tridgell fa2a1c495e HAL_Linux: fixed I2C driver build errors 11 years ago
Andrew Tridgell 8c4565c741 HAL_Linux: fixed a build warning 11 years ago
Andrew Tridgell 5b438471a7 HAL_Linux: added set_bus_speed() support to SPI driver 11 years ago
Andrew Tridgell 0b64d834c3 HAL_Linux: MS5611 and MPU6000 should be MODE3 11 years ago
Andrew Tridgell 1c89f54934 HAL_Linux: fixed SPI mode handling per-device 11 years ago
Víctor Mayoral Vilches 145c71c4af HAL_Linux: Storage: Change storage folder in Linux to `/var/APM` 11 years ago
bugobliterator ca163c292c HAL_Linux: PRU: remove obsolete libraries/AP_HAL_Linux/PRU 11 years ago
Andrew Tridgell 72f94444c4 HAL_Linux: added basic support for RC overrides 11 years ago
Andrew Tridgell d0b007248f HAL_Linux: fixed SPI semaphore, and panic on CS error 11 years ago
bugobliterator 5bcdb039e2 HAL_Linux: Make asynchronous PRU write and reduce the size of data exchange 11 years ago