Andrew Tridgell
37c6bec902
HAL_QURT: fixed a bug in new_input()
...
same as for HAL_Linux
8 years ago
Lucas De Marchi
b0ddf81687
Remove stdbool.h include for C++ sources
...
This header is not needed in our C++ sources.
8 years ago
murata
c808ee2f49
Global: To nullptr from NULL.
...
RC_Channel: To nullptr from NULL.
AC_Fence: To nullptr from NULL.
AC_Avoidance: To nullptr from NULL.
AC_PrecLand: To nullptr from NULL.
DataFlash: To nullptr from NULL.
SITL: To nullptr from NULL.
GCS_MAVLink: To nullptr from NULL.
DataFlash: To nullptr from NULL.
AP_Compass: To nullptr from NULL.
Global: To nullptr from NULL.
Global: To nullptr from NULL.
8 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
Andrew Tridgell
7ea75aaf95
HAL_QURT: implement cork() and push() for RCOutput
8 years ago
Lucas De Marchi
13848f0f3f
AP_HAL_QURT: remove I2CDriver
...
I2CDevice now serves for the same purpose.
9 years ago
Lucas De Marchi
9acffc8868
AP_HAL_Linux: use Empty version if not implemented
...
There's little point in having the Linux::AnalogIn just to implement and
empty interface. All implementations inside AP_HAL_Linux are already
inheriting directly from AP_HAL, so just remove it.
9 years ago
Andrew Tridgell
081df44d92
HAL_QURT: fixed typo
9 years ago
Andrew Tridgell
94feae9eaf
AP_HAL_QURT: always build with MAVLink2 headers
9 years ago
Andrew Tridgell
4eadab7a90
HAL_QURT: support mavlink2 build
9 years ago
Andrew Tridgell
9c9f66e5f3
HAL_QURT: added uartF
9 years ago
Lucas De Marchi
6f028502b0
AP_HAL_QURT: replace header guard with pragma once
9 years ago
Andrew Tridgell
30ce8ad311
HAL_QURT: fixed for addition of i2c manager
9 years ago
Lucas De Marchi
f39a6745d1
Global: remove unused _timer_pending from scheduler
9 years ago
Lucas De Marchi
9aa49cda93
Global: remove system_initializing() from scheduler
...
This is not used anymore.
9 years ago
Andrew Tridgell
68cf1b6956
HAL_QURT: automatically find broadcast address for UDP network
9 years ago
Andrew Tridgell
f70d9d26ba
HAL_QURT: fixed README formatting
9 years ago
Andrew Tridgell
70877ebd50
HAL_QURT: fixed open of new storage file
9 years ago
Andrew Tridgell
aae7dd952c
HAL_QURT: document command line options
9 years ago
Andrew Tridgell
f832f29bfb
HAL_QURT: allow cmdline to specify UART, RCin and RCout paths
9 years ago
Andrew Tridgell
ea1e3f4928
HAL_QURT: pass argc and argv into main thread
9 years ago
Andrew Tridgell
fa2a39f6c6
HAL_QURT: small cleanups
...
thanks to Lucas for finding these
9 years ago
Andrew Tridgell
6bc19cd44c
HAL_QURT: added README.md
9 years ago
Andrew Tridgell
0816937ab1
HAL_QURT: initial implementation
...
this provides RC onput, RC output, scheduling, storage, UARTs and all
necessary support routines to fly ArduPilot on QURT
9 years ago