Andrew Tridgell
|
3015356671
|
HAL_AVR: fixes for HAL_GPIO_ define change
|
11 years ago |
Andrew Tridgell
|
34770fe6bf
|
HAL_AVR: fixed SPI bus speed switching
this fixes a bug in changing the bus speed between devices
|
11 years ago |
Andrew Tridgell
|
5ba34b38c1
|
HAL_AVR: added specialised transfer functions for MPU6k and APM1 ADC
this saves quite a lot of time in interrupts
|
11 years ago |
tobias
|
4e7fea787b
|
HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER"
adding -I for EVERY DIRECTORY isn't desirable
http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html
|
12 years ago |
Andrew Tridgell
|
b5b7fd2f9a
|
HAL_AVR: added bulk transfer() method
this is quite a lot faster than the byte at a time method
|
12 years ago |
Andrew Tridgell
|
a3c26d44e4
|
AP_HAL: rename Sempahore.h to Semaphores.h
this is needed to allow build on MacOS, as its case-insensitive
filesystem picks up the NuttX semaphore.h
|
12 years ago |
Pat Hickey
|
3153105682
|
AP_HAL_AVR: spi transaction handle null RX properly
|
12 years ago |
Pat Hickey
|
4fe889c9c5
|
AP_HAL_AVR: Implement bulk SPI transaction
|
12 years ago |
Andrew Tridgell
|
551ff0c8b8
|
AP_HAL_AVR: prevent build of AVR code on non-AVR platforms
|
12 years ago |
Pat Hickey
|
f543cede01
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
12 years ago |