Andrew Tridgell
e6b41fbe0b
HAL_ChibiOS: added initial CubeH7 hwdef
6 years ago
Andrew Tridgell
e581be8df7
HAL_ChibiOS: optionally disable DCache on H7
6 years ago
Andrew Tridgell
46cb506a22
HAL_ChibiOS: added cache management for H7 in bouncebuffer code
6 years ago
Andrew Tridgell
50b7b7beb5
HAL_ChibiOS: disable DTCM on H7 for now
...
DTCM doesn't allow for DMA yet
6 years ago
Andrew Tridgell
ff21508ce8
HAL_ChibiOS: ensure 32 byte alignment for DMA on H7
6 years ago
Andrew Tridgell
33699d4f4a
HAL_ChibiOS: fixed shared_dma for H7
...
stream ID any doesn't need to be locked
6 years ago
Andrew Tridgell
af78ac1abf
AP_Bootloader: disable debug printf
6 years ago
Andrew Tridgell
c36f677c94
HAL_ChibiOS: initial hwdef for Pixhawk4Pro
6 years ago
Andrew Tridgell
3c24bec5f5
Tools: added initial bootloaders for H743 boards
6 years ago
Andrew Tridgell
5faec2f869
HAL_ChibiOS: removed HSE bypass for NucleoH743
...
not needed any more
6 years ago
Andrew Tridgell
0691e23219
HAL_ChibiOS: setup some sensors on NucleoH743
6 years ago
Andrew Tridgell
25d60965eb
ChibiOS: submodule update
6 years ago
Andrew Tridgell
4b01e2c3b3
HAL_ChibiOS: fixed clock tree for no LSE on H7
6 years ago
Andrew Tridgell
3c9ba02ce9
HAL_ChibiOS: fixed H7 flash
6 years ago
Andrew Tridgell
8c55f7bc49
HAL_ChibiOS: enable debug on SD7 for bootloader for NucleoH743
6 years ago
Andrew Tridgell
ac070c92f5
AP_Bootloader: fully working on H7
6 years ago
Andrew Tridgell
599a1a3d67
HAL_ChibiOS: adapt analog driver for H7
6 years ago
Andrew Tridgell
52b47e499b
HAL_ChibiOS: fixed H7 clock tree for ADC driver
6 years ago
Andrew Tridgell
de335f14d7
HAL_ChibiOS: fixed GPIO init for H7
6 years ago
Andrew Tridgell
9013c15f4d
AP_Bootloader: fixed sys lock for timer
6 years ago
Andrew Tridgell
1fa0a2eeca
HAL_ChibiOS: fixed peripheral enables on H7
6 years ago
Andrew Tridgell
660a790401
AP_Bootloader: improved flash test code
6 years ago
Andrew Tridgell
acf77ba49a
HAL_ChibiOS: fixed dma resolver for H7
6 years ago
Andrew Tridgell
07e2167996
AP_InertialSensor: setup for fmuv6
6 years ago
Andrew Tridgell
7f3103073a
AP_Compass: setup for fmuv6
6 years ago
Andrew Tridgell
c0e6338d8a
AP_BoardConfig: setup for fmuv6
6 years ago
Andrew Tridgell
c31ee1f71b
AP_Baro: setup for fmuv6
6 years ago
Andrew Tridgell
d9c888ab45
HAL_ChibiOS: port SPI, I2C and UART drivers to H7
6 years ago
Andrew Tridgell
ae448a6932
HAL_ChibiOS: enable DMA checking on H7
6 years ago
Andrew Tridgell
51b4d54f70
HAL_ChibiOS: disable show_stack_usage in bootloader
6 years ago
Andrew Tridgell
a6e989e263
AP_IOMCU: fixed shadowed variable warning
6 years ago
Andrew Tridgell
2fee1ffba4
AP_Bootloader: first working bootloader for H7
6 years ago
Andrew Tridgell
5201fdf653
HAL_ChibiOS: adjust for changed flash API
6 years ago
Andrew Tridgell
565706cf7e
HAL_ChibiOS: fixed H7 flash handling
6 years ago
Andrew Tridgell
c2746ca9f9
HAL_ChibiOS: simplify H7 hwdef.dat
6 years ago
Andrew Tridgell
84ac98622c
HAL_ChibiOS: fixed charset issue in H7 database
6 years ago
Andrew Tridgell
227ecc53ac
HAL_ChibiOS: support mcuconf for STM32H7 MCU
6 years ago
Andrew Tridgell
972ae519a6
HAL_ChibiOS: added minimal hwdef for STM32H743 Nucleo board
6 years ago
Andrew Tridgell
4d3cbd95ac
AP_Bootloader: support building on STM32H7
6 years ago
Andrew Tridgell
aab911ac50
HAL_ChibiOS: added hwdef database for STM32H743
6 years ago
Andrew Tridgell
b26d553807
ChibiOS: submodule update
6 years ago
Andrew Tridgell
1b06b0f41c
HAL_ChibiOS: fixed F765 build
6 years ago
Andrew Tridgell
ceb0ec70f9
HAL_ChibiOS: disable pipes API
...
not used
6 years ago
Andrew Tridgell
bbd25350eb
HAL_ChibiOS: support ChibiOS kernel major 6
...
preparing for STM32H7 support
6 years ago
Andrew Tridgell
e79b7fb6d5
uavcan: submodule update
...
support ChibiOS kernel major 6
6 years ago
Andrew Tridgell
395f71f4ec
ChibiOS: submodule update
6 years ago
Andrew Tridgell
908b444a50
HAL_ChibiOS: update halconf for VER_7_0 API
6 years ago
Andrew Tridgell
247bb433ec
HAL_ChibiOS: update chconf.h for VER_6_0 API
6 years ago
Andrew Tridgell
903926e63b
ChibiOS: update to upstream master for STM32H7 support
6 years ago
Peter Barker
80e8f9cdd8
AP_HAL_SITL: read all available SITL RC input packets
...
MAVProxy runs on its own clock. While our clock is stopped for whatever
reason MAVProxy will continue to send RC input. This patch always gives
us the most recent RC input from MAVProxy.
Also add sanity check on packet received
6 years ago