Eric Katzfey
99bfc32038
AP_HAL_QURT: Add support for the ModalAI IO board to support PWM ESCs
2024-12-16 13:03:50 +11:00
Andrew Tridgell
70c19b264a
AP_HAL_QURT: implement new scripting heap APIs
2024-11-20 07:32:03 +11:00
Eric Katzfey
d126c11329
AP_HAL_QURT: Move DSP to Apps Proc link message sequence checking into UART driver so it can be per link.
2024-11-18 09:06:15 +11:00
Eric Katzfey
1e99226fd9
AP_HAL_QURT: Fix the SPI transfer special case where a send buffer is passed in even though it is a read transaction.
2024-11-15 10:34:48 +11:00
Andrew Tridgell
0fa3086a93
HAL_QURT: added install script
...
copies so and frontend elf to vehicle
2024-11-08 12:02:45 +11:00
Andrew Tridgell
f161d5745e
HAL_QURT: avoid sudo in make_package.sh
...
sudo is not allowed on build server
2024-10-26 08:26:42 +09:00
Eric Katzfey
7d3740f79f
AP_HAL_QURT: Add Debian packaging script and support files
2024-10-25 12:36:57 +09:00
Peter Barker
3d4b57cd4a
AP_HAL_QURT: re-order initialiser lines so -Werror=reorder will work
2024-09-24 22:50:28 +10:00
Eric Katzfey
9ef76de0c9
AP_HAL_QURT: Added support for dual mavlink streams
2024-07-31 10:00:35 +10:00
Andrew Tridgell
e93b3722c9
HAL_QURT: implement safety switch
...
this ensures no outputs during initialisation
2024-07-16 10:54:03 +10:00
Andrew Tridgell
a7363d4c14
HAL_QURT: remove ESC order mapping
...
this is not consistent between ModalAI vehicles, so best done with
SERVOn_FUNCTION parameters
2024-07-16 10:54:03 +10:00
Andrew Tridgell
cd8b93e1c5
HAL_QURT: adjustments to support different frames
...
added docs and service files, and support reboot
2024-07-13 14:38:31 +10:00
Andrew Tridgell
2fe08b6177
HAL_QURT: revived QURT HAL
...
based around new SDK for ModalAI Voxl2 vehicles
2024-07-12 15:56:48 +10:00
Francisco Ferreira
6f210131ed
AP_HAL_QURT: remove Qualcomm board support
2018-05-17 09:57:20 +10:00
Michael du Breuil
299543bd35
AP_HAL_QURT: Remove set_overrides() method
2018-05-11 12:13:39 +01:00
Peter Barker
31621ee21e
AP_HAL_QURT: move delay callback handling to base HAL Scheduler class
2018-05-09 16:15:38 +10:00
Andrew Tridgell
e4fc0e9f62
HAL_QURT: implement _timer_tick in UARTDriver
2018-02-07 20:33:45 +11:00
Peter Barker
b7bfef3cdf
AP_HAL_QURT: make in_main_thread const and override
2017-09-19 09:40:11 +10:00
Lucas De Marchi
5ea1784838
global: remove AP_HAL::in_timerprocess()
...
This is not used and in the only places it would make sense would be
internally to the scheduler so remove it.
2017-08-03 20:25:14 -07:00
Lucas De Marchi
1aaba01622
AP_HAL_QURT: Scheduler: replace use of in_timerprocess()
...
This function actually checks if we are not in the main thread rather
than if we are in the timer thread.
Add a new function that does what it's supposed to do.
2017-08-03 20:25:07 -07:00
Peter Barker
6bb75a730f
AP_HAL_QURT: use HAL_SEMAPHORE_BLOCK_FOREVER macro
2017-05-08 10:23:03 +09:00
Peter Barker
b11ca5d538
AP_HAL_QURT: use HAL_SEMAPHORE_BLOCK_FOREVER
2017-05-01 15:05:51 +01:00
Andrew Tridgell
266f99db93
HAL_QURT: cope with nested cork/push
2017-05-01 14:32:18 +10:00
Andrew Tridgell
37c6bec902
HAL_QURT: fixed a bug in new_input()
...
same as for HAL_Linux
2017-01-12 17:39:37 +11:00
Lucas De Marchi
b0ddf81687
Remove stdbool.h include for C++ sources
...
This header is not needed in our C++ sources.
2016-12-16 11:38:52 -08:00
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.
2016-11-02 16:04:47 -02:00
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.
2016-10-24 09:42:01 -02:00
Andrew Tridgell
7ea75aaf95
HAL_QURT: implement cork() and push() for RCOutput
2016-10-13 10:00:04 +11:00
Lucas De Marchi
13848f0f3f
AP_HAL_QURT: remove I2CDriver
...
I2CDevice now serves for the same purpose.
2016-07-28 18:08:57 -03:00
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.
2016-07-28 16:42:38 -03:00
Andrew Tridgell
081df44d92
HAL_QURT: fixed typo
2016-07-01 15:35:15 +10:00
Andrew Tridgell
94feae9eaf
AP_HAL_QURT: always build with MAVLink2 headers
2016-05-21 15:25:16 +10:00
Andrew Tridgell
4eadab7a90
HAL_QURT: support mavlink2 build
2016-05-21 15:25:12 +10:00
Andrew Tridgell
9c9f66e5f3
HAL_QURT: added uartF
2016-04-20 09:39:49 +10:00
Lucas De Marchi
6f028502b0
AP_HAL_QURT: replace header guard with pragma once
2016-03-16 18:40:41 +11:00
Andrew Tridgell
30ce8ad311
HAL_QURT: fixed for addition of i2c manager
2016-02-16 19:49:09 -02:00
Lucas De Marchi
f39a6745d1
Global: remove unused _timer_pending from scheduler
2016-02-12 23:42:34 -02:00
Lucas De Marchi
9aa49cda93
Global: remove system_initializing() from scheduler
...
This is not used anymore.
2016-02-12 23:42:34 -02:00
Andrew Tridgell
68cf1b6956
HAL_QURT: automatically find broadcast address for UDP network
2016-01-25 19:43:55 +11:00
Andrew Tridgell
f70d9d26ba
HAL_QURT: fixed README formatting
2015-12-29 19:23:14 +11:00
Andrew Tridgell
70877ebd50
HAL_QURT: fixed open of new storage file
2015-12-29 19:20:51 +11:00
Andrew Tridgell
aae7dd952c
HAL_QURT: document command line options
2015-12-29 19:15:47 +11:00
Andrew Tridgell
f832f29bfb
HAL_QURT: allow cmdline to specify UART, RCin and RCout paths
2015-12-29 19:12:17 +11:00
Andrew Tridgell
ea1e3f4928
HAL_QURT: pass argc and argv into main thread
2015-12-29 18:53:05 +11:00
Andrew Tridgell
fa2a39f6c6
HAL_QURT: small cleanups
...
thanks to Lucas for finding these
2015-12-28 06:42:11 +11:00
Andrew Tridgell
6bc19cd44c
HAL_QURT: added README.md
2015-12-27 16:21:26 +11:00
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
2015-12-27 16:12:28 +11:00