mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-03-23 15:34:18 +08:00
[chibios] Add STM32H7 (#2859)
* [chibios] Add STM32H7 * [chibios] Update to latest version * [chibios] Cleanup board configuration * [chibios] Cleanup peripheral drivers * [chibios] Fix bootloader interrupt vector done inside ChibiOS * [sdlogger] Enable RTC by default * [chibios] Fix DMA buffers SPI/I2C * [formatting] Fix formatting/styling of files * [chibios] Change PWM configuration (small fixes i2c and makefile) * [chibios] Generic board files * [boards] Fix apogee board * [conf] Cleanup airframes and remove Navstik board
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -6,10 +6,10 @@
|
||||
url = https://github.com/paparazzi/luftboot.git
|
||||
[submodule "sw/ext/fatfs"]
|
||||
path = sw/ext/fatfs
|
||||
url = https://github.com/enacuavlab/fatfs.git
|
||||
url = https://github.com/paparazzi/fatfs.git
|
||||
[submodule "sw/ext/chibios"]
|
||||
path = sw/ext/chibios
|
||||
url = https://github.com/ChibiOS/ChibiOS.git
|
||||
url = https://github.com/paparazzi/ChibiOS.git
|
||||
[submodule "sw/ext/libzbar"]
|
||||
path = sw/ext/libzbar
|
||||
url = https://github.com/paparazzi/libzbar
|
||||
|
||||
Reference in New Issue
Block a user