Raouf
|
9d51e87762
|
Rover: Save compass offsets when disarmed and learning is on
|
2018-06-26 08:51:16 +09:00 |
Pierre Kancir
|
2d5cbd2cf8
|
ArduCopter: report crosstrack_error
|
2018-06-26 08:42:14 +09:00 |
Pierre Kancir
|
bffe3f6c21
|
AC_WPNav: add getter for crosstrack_error
|
2018-06-26 08:42:14 +09:00 |
Michael du Breuil
|
d977ca091a
|
AP_Arming: Correct an edge case that would not run compass checks
|
2018-06-26 09:26:29 +10:00 |
Patrick José Pereira
|
cd5c59773b
|
AP_HAL_SITL: Use SITL, baro, INS and compass singletons
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
a4d8ed4b75
|
AP_HAL_SITL: Use reinterpret_cast with AP_Param::find_object
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
ae378f0fb3
|
SITL: Use reinterpret_cast with AP_Param::find_object
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
f68b07df1f
|
SITL: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
00cb588257
|
AP_RPM: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
50613c3800
|
AP_Proximity: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
653784479e
|
AP_OpticalFlow: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
0c06bf89e5
|
AP_InertialSensor: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
e456655932
|
AP_Compass: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
37fbd6aaa1
|
AP_Beacon: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
4ae6bd2c7e
|
AP_Baro: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Patrick José Pereira
|
819f08b7f7
|
AP_AHRS: Use SITL singleton
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-06-26 00:02:01 +01:00 |
Andrew Tridgell
|
a0b4553a26
|
HAL_ChibiOS: fixed bootloader build issue
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
fe4a18d5f3
|
Tools: updated bootloader binaries
faster upload, and fixed a number of bugs
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
bf6fb72904
|
HAL_ChibiOS: fixed 32 bit flash writes
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
f3a2d63747
|
Tools: don't generate a _with_bl file for the bootloader itself
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
77929dabb3
|
Tools: fixed python3 error in make_intel_hex.py
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
88ec03ce5a
|
waf: don't build mavlink for bootloader
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
0546ea69d1
|
AP_Bootloader: fixed build with no uarts
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
f71d2a7417
|
HAL_ChibiOS: support bootloaders with no uarts
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
277836ccc7
|
HAL_ChibiOS: added bootloader definition for fmuv3
including UART support on 2 UARTs
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
0ebd05aa1a
|
AP_Bootloader: support changing baudrates on UARTs
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
e40457d98f
|
HAL_ChibiOS: avoid malloc in usbcfg
this avoids the need for malloc in the bootloader
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
fe4aa4bbc7
|
AP_Bootloader: support uarts and usb for bootloading
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
369ac5edd0
|
HAL_ChibiOS: save more space in the bootloader
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
e870b5f00a
|
HAL_ChibiOS: use 32 bit flash operations when possible
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
5b208b401f
|
AP_Bootloader: skip erasing already erased pages
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
feefa05b41
|
HAL_ChibiOS: expose stm32_flash_ispageerased()
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
b5fc7f10f3
|
AP_Bootloader: added flash size limiting on old CPUs
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
4fbd1e409f
|
AP_Bootloader: make flashing a bit faster
|
2018-06-25 21:22:31 +10:00 |
Andrew Tridgell
|
dd1bd43a2e
|
HAL_ChibiOS: added stm32_flash_keep_unlocked()
|
2018-06-25 21:22:31 +10:00 |
Alexander Malishev
|
95f3eb5ab6
|
HAL_ChibiOS: stop logging before reboot
|
2018-06-25 17:46:20 +10:00 |
Alexander Malishev
|
cfa18b8e70
|
HAL_ChibiOS: reduce dataflash buffer size on targets with 128KB ram
|
2018-06-25 17:43:26 +10:00 |
Alexander Malishev
|
932cc4bb69
|
DataFlash: allow HAL to specify dataflash buffer sizes
|
2018-06-25 17:43:20 +10:00 |
Alexander Remizov
|
dc15cbd513
|
AP_GPS: fixed ublox configuration
|
2018-06-24 15:25:00 -07:00 |
Andrew Tridgell
|
1c73c133a9
|
waf: fixed binary generation order
|
2018-06-24 20:24:06 +10:00 |
Andrew Tridgell
|
949af17fa4
|
Tools: save _with_bl.hex files in firmware download
|
2018-06-24 20:15:38 +10:00 |
Andrew Tridgell
|
623a30be55
|
waf: build hex file with and without bootloader
this allows for DFU tools without losing parameters
|
2018-06-24 16:47:23 +10:00 |
Andrew Tridgell
|
f73ca2a6ba
|
waf: speed up the bootloader build
don't need to build all libraries
|
2018-06-24 15:57:51 +10:00 |
Andrew Tridgell
|
f202ff87e2
|
Tools: only build one target for revo-mini
|
2018-06-24 08:26:28 +10:00 |
Andrew Tridgell
|
dc0f2f9319
|
HAL_ChibiOS: use USB for stdout on more boards
don't waste a UART
|
2018-06-24 08:26:28 +10:00 |
Andrew Tridgell
|
4997898c5b
|
Tools: added bootloaders for new boards
|
2018-06-24 08:26:28 +10:00 |
Andrew Tridgell
|
2cfdc98453
|
HAL_ChibiOS: fixed omnibusf4pro bootloader LED pins
|
2018-06-24 08:26:28 +10:00 |
Andrew Tridgell
|
3900949d19
|
Tools: build a lot more board binaries
|
2018-06-24 08:26:28 +10:00 |
Andrew Tridgell
|
b149089830
|
HAL_ChibiOS: fixed board IDs and added more bootloaders
|
2018-06-24 08:26:28 +10:00 |
Andrew Tridgell
|
2f8a534243
|
HAL_ChibiOS: expand param storage on F4 boards with flash storage
this allows for a lot more param space on these boards
|
2018-06-24 08:26:28 +10:00 |