Pierre Kancir
|
40e7d22811
|
AC_Precland: use SITL precland object
AC_Precland: simplify includes
|
2019-03-01 20:28:22 +11:00 |
|
Peter Barker
|
be5478902c
|
AP_HAL_SITL: add precland object
|
2019-03-01 20:28:22 +11:00 |
|
Pierre Kancir
|
04bc267a61
|
SITL: add precland object
add position for precland object
add refresh rate
add alt and lateral range
add diffusion range
|
2019-03-01 20:28:22 +11:00 |
|
Peter Barker
|
dfa5a423ec
|
AP_Logger: add sanity check that trigger for bad float multipliers
|
2019-03-01 15:43:46 +11:00 |
|
Peter Barker
|
87d05d843e
|
AC_AutoTune: restrict scoping of LEVEL_ISSUE enum
This gives us tighter type-checking and scoping
|
2019-03-01 12:21:01 +11:00 |
|
Peter Barker
|
247a047177
|
AC_AutoTune: avoid int32_t<->float conversions
We're currently bouncing backwards and forwards between types. Just
choose one!
|
2019-03-01 12:09:58 +11:00 |
|
Peter Barker
|
1859dd4234
|
AC_AutoTune: avoid climb rate conversion from float to int32_t to float
|
2019-03-01 12:09:58 +11:00 |
|
Andrew Tridgell
|
4c12ba4c2c
|
HAL_ChibiOS: fixed SDMMC IRQ priority
|
2019-03-01 11:39:27 +11:00 |
|
Andrew Tridgell
|
7e1048c89b
|
HAL_ChibiOS: enable UART inversion on H7
|
2019-03-01 11:39:27 +11:00 |
|
Andrew Tridgell
|
2f833c92d3
|
HAL_ChibiOS: enable SDMMC for CubeOrange
|
2019-03-01 11:39:12 +11:00 |
|
Andrew Tridgell
|
37010a568e
|
HAL_ChibiOS: enable SDMMC on Pixhawk4Pro
|
2019-03-01 11:39:12 +11:00 |
|
Andrew Tridgell
|
e192bc6c10
|
HAL_ChibiOS: adjust H7 clocks, and enabled SDMMC
|
2019-03-01 11:39:12 +11:00 |
|
Andrew Tridgell
|
5b762711fd
|
AP_Logger: handle EEXIST for log dir create
|
2019-03-01 11:39:12 +11:00 |
|
Dr.-Ing. Amilcar Do Carmo Lucas
|
8f5a22685a
|
AP_Follow: NFC small renames and comment improvements
|
2019-03-01 09:15:24 +09:00 |
|
Andrew Tridgell
|
ff28337bfd
|
HAL_ChibiOS: fixed typos
|
2019-03-01 07:27:47 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
0b9d10c0f9
|
SITL: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
6082b230e8
|
AP_Terrain: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
31a32c7ea0
|
AP_Soaring: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
67bbc6962a
|
AP_Scripting: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
00a80f3a1a
|
AP_Rally: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
12a6e9ad69
|
AP_OSD: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
390e0fa601
|
AP_NavEKF3: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
79ee52917f
|
AP_NavEKF2: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
fa9a460c30
|
AP_Mission: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
003a346ee2
|
AP_Landing: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
d7edd396bd
|
AP_GPS: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
f61523b378
|
AP_Frsky_Telem: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
e7281aeddc
|
AP_Follow: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
dba80c95d5
|
AP_Camera: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
c977a646db
|
AP_Beacon: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
0725879c49
|
AP_Avoidance: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
44ab1cf14b
|
AP_AHRS: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
f2ca3556cd
|
AC_Fence: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
65ccef04b9
|
AP_Math: replace location_offset() and get_distance() C function calls with Location object member (C++) function calls
This allows removing duplicated code in the AP_Math/location.cpp file
|
2019-02-28 11:44:09 +11:00 |
|
Dr.-Ing. Amilcar Do Carmo Lucas
|
3bea6229ad
|
AP_Stats: Improve reset documentation (NFC)
|
2019-02-28 09:20:10 +09:00 |
|
Andrew Tridgell
|
47d8435cd6
|
AP_Relay: removed unused pin 115 from docs
|
2019-02-27 20:32:37 +11:00 |
|
Andrew Tridgell
|
6251353090
|
HAL_Linux: removed old px4io protocol header
|
2019-02-27 20:32:37 +11:00 |
|
Andrew Tridgell
|
5b23cb014a
|
AP_Relay: remove more px4 remnants
|
2019-02-27 20:32:37 +11:00 |
|
Andrew Tridgell
|
103af72859
|
AP_InertialSensor: remove more px4 remnants
|
2019-02-27 20:32:37 +11:00 |
|
Andrew Tridgell
|
20d762293d
|
AP_HAL: remove more px4 remnants
|
2019-02-27 20:32:37 +11:00 |
|
Andrew Tridgell
|
70e445d040
|
AP_Button: remove more px4 remnants
|
2019-02-27 20:32:37 +11:00 |
|
Andrew Tridgell
|
8493b4c07c
|
AP_BoardConfig: remove more px4 remnants
|
2019-02-27 20:32:37 +11:00 |
|
Andrew Tridgell
|
64681cb05c
|
HAL_ChibiOS: allocate threads from any heap
this fixes a failure on MatekF405-Wing where it fails to allocate the
SPI thread for the IMU
|
2019-02-27 11:54:28 +11:00 |
|
IamPete1
|
49ec059420
|
APM_Control: add function to relax rover i terms
|
2019-02-27 08:51:24 +09:00 |
|
IamPete1
|
8f9f572489
|
RC_Channel: add global E-stop function
|
2019-02-27 08:51:24 +09:00 |
|
IamPete1
|
cbb871e7bb
|
SRV_Channel: add global E-stop
|
2019-02-27 08:51:24 +09:00 |
|
Peter Barker
|
a7589a4aed
|
AP_HAL_SITL: correct comparison between signed and unsigned
Closes #10637
|
2019-02-26 19:51:04 +11:00 |
|
Andrew Tridgell
|
3a2227c912
|
HAL_ChibiOS: updated IDs for CubeOrange
|
2019-02-26 18:21:13 +11:00 |
|
Andrew Tridgell
|
ff4614b399
|
HAL_ChibiOS: rename CubeH7 to CubeOrange
|
2019-02-26 18:21:13 +11:00 |
|
Peter Barker
|
368aeb8e8e
|
AP_UAVCAN: refuse to reboot via CAN if armed
|
2019-02-26 16:23:00 +11:00 |
|
Andrew Tridgell
|
94abc5a54d
|
HAL_ChibiOS: fixed DShot on H7
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
26e76e51ed
|
HAL_ChibiOS: fixed H7 build with older compilers
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
70930cca29
|
HAL_ChibiOS: fixed bootloader build with gcc 4.9
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
723e8a23fc
|
HAL_ChibiOS: enable HSE_BYPASS for NucleoH743
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
f8aeeb0333
|
HAL_ChibiOS: adjust clock tree to be more consistent
use 96MHz for all peripheral buses
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
5dd82f1d63
|
HAL_ChibiOS: adjust 16MHz HSE settings for H743 (CubeH7)
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
b0f4494c4a
|
HAL_ChibiOS: fixed DMA on SPI for Pixhawk4Pro
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
312597ac20
|
HAL_ChibiOS: fixed default batt2 pins for fmuv5
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
584e36e360
|
HAL_ChibiOS: switch Holybro to their own VID
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
9966fbea0f
|
HAL_ChibiOS: fixed bootloader build error
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
8e745f74fb
|
HAL_ChibiOS: support SPI6 on Pixhawk4Pro
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
75cd20aea4
|
HAL_ChibiOS: handle DMAMUX2 on H7
with BDMA
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
e43ad56920
|
HAL_ChibiOS: fixed Pixhawk4Pro battery defaults
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
87e7ea368f
|
HAL_ChibiOS: fixed battery monitoring and buzzer for Pixhawk4Pro
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
542372014e
|
HAL_ChibiOS: enable SPI5 on Pixhawk4Pro
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
778d892fc2
|
HAL_ChibiOS: fixed dma resolved for H7
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
bf783e73ab
|
HAL_ChibiOS: use polled SPI for Pixhawk4Pro for now
and disable sensors rail till later in startup
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
807d9e4b92
|
HAL_ChibiOS: added optional polled SPI mode
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
202e6d38c4
|
AP_Logger: fixed race condition with multi-thread AP_Logger
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
bd47aba5ca
|
HAL_ChibiOS: reduced delay time in main loop to 50us
this allows for faster loop rates, and seems to be enough in testing
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
e92c66418d
|
HAL_ChibiOS: fixed bouncebuffer code on STM32F7
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
a3e69e715d
|
HAL_ChibiOS: avoid doing one-way SPI transfers
these transfers use dummy bytes in the hal driver, which may not be in
DMA safe memory, so best to avoid them
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
dad1774330
|
HAL_ChibiOS: fixed channel selection for F4/F7 uart driver
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
cda1959629
|
HAL_ChibiOS: added support for more flexible memory regions
this allows for an arbitrary number of memory regions, with each one
flagged as DMA safe, fast or normal
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
664e92ed7e
|
AP_IOMCU: fixed build warnings
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
2b285089e9
|
AP_InertialSensor: widen allowable temp gap on invensense IMUs
some sensors have more temperature noise
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
5f88340919
|
HAL_ChibiOS: fixed flash build warning
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
8a40ee8132
|
HAL_ChibiOS: fixed idle wait on H7 flash program
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
1d6c877c3c
|
HAL_ChibiOS: set board type on PH4Pro
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
6177129e41
|
HAL_ChibiOS: fixed typo in dma_resolver.py
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
4e067ee3cd
|
HAL_ChibiOS: fixed DMA on TIM12 for Pixhawk4Pro
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
dd835f5fce
|
HAL_ChibiOS: optimize for speed on more boards
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
34a7812416
|
HAL_ChibiOS: use -O3 on boards with 2M flash
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
b07ba37359
|
HAL_ChibiOS: pass optimization to ChibiOS build
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
77d4e1f796
|
HAL_ChibiOS: removed ID_ANY streams for H7
use generated map instead
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
ee1d2e8edb
|
HAL_ChibiOS: adjust H743 DMA settings
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
cb77b06460
|
HAL_ChibiOS: generate a dma map for H7
this allows for DMA sharing, allowing for more peripherals with DMA
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
423ad60c47
|
HAL_ChibiOS: enable all DMAs on Pixhawk4Pro
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
718cf4377d
|
HAL_ChibiOS: reduce DMA count until we can share
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
0c01375799
|
HAL_ChibiOS: enable IOMCU for CubeH7
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
9647a68c9e
|
HAL_ChibiOS: fixed UART RX DMA for H7
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
6422068e6b
|
HAL_ChibiOS: fixed analog input on H7
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
efc8da9f9a
|
HAL_ChibiOS: enable TX DMA on uarts on H7
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
231117e9b1
|
HAL_ChibiOS: invalidate before read on rx, not on DMA setup
more efficient, as we only invalidate what was used
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
071d5e01af
|
HAL_ChibiOS: added DMAMUX channel assignment calls
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
f4e31ce65b
|
HAL_ChibiOS: added more cache flush ops
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
46787fe7d8
|
HAL_ChibiOS: adjust clocks for H743
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
8e52ed4e9b
|
HAL_ChibiOS: update Pixhawk4Pro hwdef
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
b662adf8cc
|
HAL_ChibiOS: setup sensors on NucleoH743
|
2019-02-26 16:18:26 +11:00 |
|
Andrew Tridgell
|
c0e47754fa
|
HAL_ChibiOS: enable more peripherals on CubeH7
|
2019-02-26 16:18:26 +11:00 |
|