222 Commits (3a9d7363ea58200f4412b7693cd28857ae758230)

Author SHA1 Message Date
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
Víctor Mayoral Vilches fa6c5ba80e HAL_Linux: Remove the additional portNumber offset 11 years ago
Víctor Mayoral Vilches 02c171b19f HAL_Linux: UART-like TCP sockets, check for ":wait" 11 years ago
Víctor Mayoral Vilches ca80c0b8e2 HAL_Linux: config UART file descriptor as non-blocking 11 years ago
Siddharth Bharat Purohit 65fef59dfa HAL_Linux: change initial PWM values to 490Hz, 1000us 11 years ago
Víctor Mayoral Vilches f11f0d9f2a HAL_Linux: Fix FRAM code 11 years ago
Víctor Mayoral Vilches be68de20f1 HAL_Linux: UART-like TCP sockets impl. on AP_HAL_Linux 11 years ago
Víctor Mayoral Vilches b0742fbb5b HAL_Linux: Add FRAM SPI support. 11 years ago
Siddharth Bharat Purohit 0422695e5e HAL_Linux: Correct error inside read method in RCOutput 11 years ago
bugobliterator 092bda9c37 HAL_Linux: Replace PRU1 firmware with a new one to support new way of controllong PRU PWM 11 years ago
bugobliterator 63560e8122 HAL_Linux: change to directly accessing shared_mem of pru in RCOutput 11 years ago
Siddharth Bharat Purohit 9999e77a74 HAL_Linux: add close(_fd) to some functions in RCOutput 11 years ago