Andrew Tridgell
|
c3442d0143
|
hwdef: added alternative Durandal 20602 IMU
|
2021-11-11 08:28:51 +11:00 |
Jaime
|
5d117c6ae7
|
hwdef: CubeOrange Enable Serial2 and Serial3 in bootloader hwdef
|
2021-11-10 18:10:20 +11:00 |
bugobliterator
|
b025c17ec4
|
AP_HAL_ChibiOS: add get_storage_ptr method
|
2021-11-10 17:21:35 +11:00 |
Kirill Shilov
|
f97182f48a
|
hwdef: AIRLink board support
|
2021-11-10 08:47:21 +11:00 |
Andrew Tridgell
|
f7bc7b0d9b
|
HAL_ChibiOS: support more enable pins for late enable
|
2021-11-10 08:47:21 +11:00 |
Randy Mackay
|
9c1ca781f6
|
AP_HAL_ChibiOS: update for renamed BRD_HEAT_ parameters
|
2021-11-09 08:02:57 +09:00 |
Andrew Tridgell
|
61ffe188d4
|
HAL_ChibiOS: implement disable_rxtx()
|
2021-11-07 07:00:35 +11:00 |
Andrew Tridgell
|
97aee6f45e
|
HAL_ChibiOS: fixed regex error for GPIOs
|
2021-11-07 07:00:35 +11:00 |
Andrew Tridgell
|
8a4001817b
|
HAL_ChibiOS: added support for Pixhawk5X
|
2021-11-05 14:30:43 +11:00 |
Andrew Tridgell
|
5f15432e07
|
HAL_ChibiOS: allow for NODMA patterns
this makes it easy to disable DMA on I2C
|
2021-11-05 14:30:43 +11:00 |
Andrew Tridgell
|
7f2bcf927c
|
HAL_ChibiOS: allow setting of armed pin
|
2021-11-05 14:30:43 +11:00 |
Andrew Tridgell
|
c77dfae9a4
|
HAL_ChibiOS: adjust modalai for INA2xx batt mon change
|
2021-11-05 14:30:43 +11:00 |
bugobliterator
|
418ac60373
|
AP_HAL_ChibiOS: disable watchdog when DISABLE_WATCHDOG is defined
|
2021-11-05 07:38:43 +11:00 |
Andrew Tridgell
|
98849a3998
|
HAL_ChibiOS: fixed build for EMPTY uarts
this fixes NucleoH743 build
|
2021-11-01 15:48:25 +11:00 |
QioTek
|
952a827287
|
HAL_ChibiOS: fixed orientation of ADI1674X and optimize SPI3 DMA
HAL_ChibiOS: fixed orientation of ADI1674X and optimize SPI3 DMA
|
2021-10-31 08:42:05 +11:00 |
bugobliterator
|
57e1fb1a81
|
HAL_ChibiOS: disable building CrashCatcher for non 2M boards
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
91fdf6e875
|
HAL_ChibiOS: fix issue with writing the last byte
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
a28bf358d1
|
HAL_ChibiOS: skip compiling last_crash_dump if bootloader and GCS disabled
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
8651d99de6
|
HAL_ChibiOS: move to using parameter STORAGE_FLASH_PAGE instead of define
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
70f606c480
|
AP_HAL_ChibiOS: restrict crash dump mechanisms only on boards with 2M flash
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
909f59f0e0
|
HAL_ChibiOS: fix build with boards without HAL_CRASH_SERIAL_PORT
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
a6b2018cbf
|
HAL_ChibiOS: fix build and serial crash dump for F4 based boards
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
7d199f3e51
|
HAL_ChibiOS: record info into watchdog as well
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
13c83f7010
|
HAL_ChibiOS: remove build of Crash dump to flash methods when !defined(HAL_CRASH_DUMP_FLASHPAGE)
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
66b8b9cf74
|
HAL_ChibiOS: add support for dumping crash logs to flash page
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
b2ffc12092
|
HAL_ChibiOS: define flash page for dumping crash log
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
29568a23ae
|
HAL_ChibiOS: fetch crash_dump stored in flash
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
bd08d2d257
|
HAL_ChibiOS: move crashcatcher methods out from system.cpp into hwdef common
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
7c96f295b3
|
HAL_ChibiOS: use CrashCatcher's hardfault method to log and dump crashes
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
69f53a6188
|
HAL_ChibiOS: add defines for CrashCatcher methods to use
|
2021-10-30 19:24:57 +11:00 |
bugobliterator
|
c32bd845f2
|
HAL_ChibiOS: build crashcatcher lib alongside chibios
|
2021-10-30 19:24:57 +11:00 |
Andrew Tridgell
|
a0b662f161
|
hwdef: fixed reported flash on boards with storage at end of flash
this was in hwdef-bl.dat but had been left out of hwdef.dat which led
to flash_free being wrong in apj file
|
2021-10-29 18:28:36 +11:00 |
Andrew Tridgell
|
b94d6b064f
|
HAL_ChibiOS: convert some hwdef.dat to unix line endings
|
2021-10-26 15:56:53 +11:00 |
Andrew Tridgell
|
80836ca1d9
|
HAL_ChibiOS: simplify AP_Periph hwdef.dat
|
2021-10-26 15:56:53 +11:00 |
Andrew Tridgell
|
68146d541c
|
HAL_ChibiOS: removed boilerplate lines from bootloaders
|
2021-10-26 15:56:53 +11:00 |
Andrew Tridgell
|
0378e1a879
|
HAL_ChibiOS: removed need for a lot of boilerplate hwdef lines
bootloader and AP_Periph lines can default to right values
|
2021-10-26 15:56:53 +11:00 |
Michel Pastor
|
876f478ae1
|
RCOutput: fix motor stopping with rev thrust and full throttle
|
2021-10-26 10:53:34 +11:00 |
Hwurzburg
|
e7a157283f
|
AP_HAL_ChibiOS: add param for second IMU primary in Swan-K1 hwdef
|
2021-10-26 10:38:28 +11:00 |
Iampete1
|
d7cc2cb296
|
AP_HAL_ChibiOS: hwdef.py: allow same GPIO pin in multiple alt configs
|
2021-10-26 10:05:20 +11:00 |
kniuk
|
aabb6f7c59
|
AP_HAL_ChibiOS: add alt config GPIO to Matek F765-Wing
Based on new functionality introduced in #18753
|
2021-10-26 10:05:20 +11:00 |
Andrew Tridgell
|
822e657a70
|
HAL_ChibiOS: increase PROCESS_STACK on several boards
use min of 0xA00 for AP_Periph. A larger stack is needed for parameter
fetching
|
2021-10-20 19:06:35 +11:00 |
Iampete1
|
8459439798
|
AP_HAL_ChibiOS: CubeYellow: set default IMU arming temp margin
|
2021-10-19 11:16:45 +11:00 |
Iampete1
|
8e381b6017
|
AP_HAL_ChibiOS: CubeSolo: set default IMU arming temp margin
|
2021-10-19 11:16:45 +11:00 |
Iampete1
|
a004de65b3
|
AP_HAL_ChibiOS: CubePurple: set default IMU arming temp margin
|
2021-10-19 11:16:45 +11:00 |
Iampete1
|
e3289d2aec
|
AP_HAL_ChibiOS: CubeBlack: set default IMU arming temp margin
|
2021-10-19 11:16:45 +11:00 |
Iampete1
|
5d5a21a4ec
|
AP_Hal_ChibiOS: CubeOrange: set default min IMU temp margin
|
2021-10-19 11:16:45 +11:00 |
QioTek
|
fd2195d6fe
|
HAL_ChibiOS: added QioTekZealotH743 support
|
2021-10-19 08:17:43 +11:00 |
Andrew Tridgell
|
7aa968329c
|
HAL_ChibiOS: added Nucleo-L476 target
|
2021-10-17 20:30:20 +11:00 |
Andrew Tridgell
|
c8664e0b98
|
HAL_ChibiOS: added STM32L476 support
|
2021-10-17 20:30:20 +11:00 |
Andrew Tridgell
|
655c757c22
|
HAL_ChibiOS: added Sierra-L431 peripheral
|
2021-10-17 20:30:20 +11:00 |