fnoop
|
deeaf6ec09
|
AP_HAL_ChibiOS: Add UARTS to F405-Wing bootloader
AP_HAL_ChibiOS: Add pins to support new UART_ORDER uarts
AP_HAL_ChibiOS: Add UARTs to F405-Wing hwdef-bl.dat to support firmware upload on UARTS
|
2018-10-31 16:01:39 +11:00 |
|
Peter Barker
|
d2cf065fdf
|
AP_HAL_ChibiOS: return uart link bandwidth
|
2018-10-30 19:31:37 +11:00 |
|
Andrew Tridgell
|
7e777d8b28
|
HAL_ChibiOS: disable loop() delay for iofirmware
|
2018-10-30 13:00:48 +11:00 |
|
Andrew Tridgell
|
6c761fa864
|
HAL_ChibiOS: shutdown IOMCU on reboot
|
2018-10-30 13:00:48 +11:00 |
|
Andrew Tridgell
|
b3946fc458
|
HAL_ChibiOS: added uart for sbus out in IOMCU
|
2018-10-30 13:00:48 +11:00 |
|
Andrew Tridgell
|
af4340d1d1
|
HAL_ChibiOS: enable analog input on IOMCU
|
2018-10-30 13:00:48 +11:00 |
|
Andrew Tridgell
|
a6b35d6496
|
HAL_ChibiOS: restore old ODR behaviour for F4 boards
This fixes an issue with ESP8366 on Pixracer
|
2018-10-30 12:49:16 +11:00 |
|
Andrew Tridgell
|
6dd44a6d35
|
HAL_ChibiOS: fixed LED mapping for fmuv4
|
2018-10-29 14:04:32 +11:00 |
|
vierfuffzig
|
895cc0713b
|
ChibiOS: fix F35Lightning default BATT_CURR_SCALE
|
2018-10-24 07:45:10 +10:00 |
|
Andrew Tridgell
|
d644150871
|
HAL_ChibiOS: fixes for DrotekP3Pro
|
2018-10-21 09:59:44 +11:00 |
|
Kevin Lopez Alvarez
|
6f99c706d6
|
HAL_ChibiOS: add MCU tables for STM32F469
|
2018-10-21 09:59:44 +11:00 |
|
Kevin Lopez Alvarez
|
bf745d1960
|
HAL_ChibiOS: add DrotekP3Pro hardware definitions
|
2018-10-21 09:59:44 +11:00 |
|
Phillip Kocmoud
|
44fb61da37
|
HAL_ChibiOS: mRo X2.1-777 / hwdef.dat
Set proper sensor orientation.
|
2018-10-21 07:50:44 +11:00 |
|
Andrew Tridgell
|
c622a4c4d6
|
HAL_ChibiOS: fixed output pins on F100 iomcu
|
2018-10-17 16:45:37 +11:00 |
|
Andrew Tridgell
|
7b67146bc4
|
HAL_ChibiOS: use less memory in SoftSigReader
|
2018-10-17 15:11:28 +11:00 |
|
Andrew Tridgell
|
d083cd87d6
|
HAL_ChibiOS: disable debug code by default for iomcu
use --enable-asserts instead
|
2018-10-17 15:11:28 +11:00 |
|
Andrew Tridgell
|
d7aaaa35bd
|
HAL_ChibiOS: disable RCIN and timer threads for iomcu
|
2018-10-17 15:11:28 +11:00 |
|
Andrew Tridgell
|
8a4e0bd58c
|
HAL_ChibiOS: fixed RCIN for iomcu
we need to disable/re-enable DMA on each IRQ for the STM32F10x
|
2018-10-17 15:11:28 +11:00 |
|
Andrew Tridgell
|
15141a6a5a
|
HAL_ChibiOS: allow for no RCIN or TIMER thread
saves memory on iomcu
|
2018-10-17 15:11:28 +11:00 |
|
Andrew Tridgell
|
4674a1c68d
|
HAL_ChibiOS: fixed system time for clocks other than 1MHz
needed for IOMCU
|
2018-10-17 15:11:28 +11:00 |
|
Andrew Tridgell
|
298a91ac7c
|
HAL_ChibiOS: allow reduction of memory for SoftSigReader
for IOMCU
|
2018-10-17 15:11:28 +11:00 |
|
rain-er
|
565b370330
|
UART4 added for BLHeli ESC telemetry
|
2018-10-17 13:57:19 +11:00 |
|
Andrew Tridgell
|
4416404137
|
HAL_ChibiOS: removed hal.util->new_semaphore()
replaced with HAL_Semaphore
|
2018-10-17 12:54:22 +11:00 |
|
Phillip Kocmoud
|
f1d223a32a
|
HAL_ChibiOS: Add support for the mRo X2.1-777
a new flight controller from Mayan Robotics based on the x2.1 upgraded to a STM32F777 MCU
|
2018-10-16 09:37:39 +11:00 |
|
vierfuffzig
|
2243c524db
|
Chibios: Add board FuriousFPV F35Lightning
|
2018-10-12 20:28:50 +11:00 |
|
Andrew Tridgell
|
bcc1bd9752
|
HAL_ChibiOS: added realloc implementation
needed for AP_Scripting
|
2018-10-09 10:08:52 +11:00 |
|
Michael du Breuil
|
8382d377bd
|
AP_HAL_ChibiOS: Add a BUFSIZ value
|
2018-10-09 10:08:52 +11:00 |
|
Michael du Breuil
|
11ab6c59e1
|
AP_HAL_ChibiOS: Handle scripting priority
|
2018-10-09 10:08:52 +11:00 |
|
Randy Mackay
|
c1ab3afb6c
|
AP_HAL_ChibiOS: fix safety switch option handling
|
2018-10-04 16:13:24 +10:00 |
|
Andrew Tridgell
|
8c391291a3
|
HAL_ChibiOS: fixed a race in DShot code
this fixes a problem found by Daniel Met with the copter 3.6 beta
release
|
2018-10-03 15:28:07 +10:00 |
|
Michael du Breuil
|
9a48a0835e
|
AP_HAL_ChibiOS: Don't redefine errno
|
2018-10-03 08:01:13 +10:00 |
|
Michael du Breuil
|
f810b7b9f6
|
AP_HAL_ChibiOS: Make getcwd() take size_t as per the standard
|
2018-10-02 06:04:40 +10:00 |
|
Michael du Breuil
|
7fda309d3c
|
AP_HAL_ChibiOS: Remap unused pins to ADC
|
2018-09-20 01:07:47 +01:00 |
|
Siddharth Purohit
|
8ac38d73f7
|
HAL_ChibiOS: add option for NO_FASTBOOT build and enable it for iomcu
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
6622c9b8fd
|
HAL_ChibiOS: wrap sscanf and snprintf methods
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
05539cd93b
|
HAL_ChibiOS:remove print statement left over from previous changes
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
2d1153081c
|
HAL_ChibiOS: do not build float support for bootloader builds
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
f9149f45b2
|
HAL_ChibiOS: explicitly mention if RTC not available
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
22f74b0827
|
HAL_ChibiOS: add option to set iomcu firmware environment var
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
42b4730d88
|
HAL_ChibiOS: add changes to hwdef to support STM32F1 based controller
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
1a20fb4ea9
|
HAL_ChibiOS: disable flash methods where there is no Flash API support
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
847aca3c30
|
HAL_ChibiOS: reduce signal transitions count to save RAM
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
b9319cae56
|
HAL_ChibiOS: disable segments relating to unused features
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
87a2dea9d4
|
HAL_ChibiOS: disable features that require advanced dma
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
0f07480faf
|
HAL_ChibiOS: continue main_loop branching from main instead of allocating a separate thread
|
2018-09-19 12:14:15 +10:00 |
|
Siddharth Purohit
|
e824a9c360
|
HAL_ChibiOS: add hwdef files to support IOMCU
|
2018-09-19 12:14:15 +10:00 |
|
Andrew Tridgell
|
340f1b43e6
|
HAL_ChibiOS: fixed RSSI voltage from IOMCU
|
2018-09-15 16:08:32 +10:00 |
|
Andrew Tridgell
|
8c33b4b97d
|
HAL_ChibiOS: implement set_failsafe_pwm()
|
2018-09-13 08:15:02 +10:00 |
|
Andrew Tridgell
|
490d6eea20
|
HAL_ChibiOS: fixed ADC bug
this caused bad analog readings when the number of channels being read
was more than the number of hw channels
thanks to @vierfuffzig for reporting!
|
2018-09-12 07:10:04 +10:00 |
|
s0up
|
066cf90111
|
HAL_ChibiOS: Add speedybee hardware definition
|
2018-09-07 08:33:35 +10:00 |
|