Buzz
|
bb8998bdef
|
AP_HAL_ESP32: new HAL layer for esp32
see libraries/AP_HAL_ESP32/README.md for more.
Author: Charles Villard <charlesvillard10@gmail.com>
Author: Buzz <davidbuzz@gmail.com>
|
3 years ago |
Peter Barker
|
58a7f022fd
|
AP_HAL_SITL: add simulated SPI devices
|
3 years ago |
Peter Barker
|
d4601862bc
|
AP_HAL_Empty: add override keyword where required
|
6 years ago |
Mathieu OTHACEHE
|
152edf7189
|
Global: remove mode line from headers
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
|
8 years ago |
Lucas De Marchi
|
e1ab44f4a3
|
Global: remove get_fd() from Device API
This was there for compatibility with I2CDriver and SPIDriver. We don't
use them anymore so we can remove the compat method.
|
9 years ago |
Lucas De Marchi
|
7669d54265
|
AP_HAL_Empty: update Device interface
|
9 years ago |
Lucas De Marchi
|
dc91dfb446
|
AP_HAL_Empty: remove SPIDriver
SPIDevice now controls all accesses to SPI bus.
|
9 years ago |
Lucas De Marchi
|
9fda608d4a
|
AP_HAL_Empty: SPIDevice: implement fullduplex transfer
|
9 years ago |
Lucas De Marchi
|
cb40444bf8
|
AP_HAL_Empty: implement SPIDevice
|
9 years ago |
Lucas De Marchi
|
a117c22c34
|
AP_HAL_Empty: add I2CDevice
|
9 years ago |