mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
6ff0fc973b
Only the realtime scheduler and SDIO driver from ChibiOS is used. This brings the support of the SD log on Apogee boards. The current solution is not fully satisfactory and is an intermediate solution before switching to a 'pure' ChibiOS arch. Some of the implementations can be cleaned and/or improved, but since it is not a long term solution, I doubt it is worth the effort here. Normal bare-metal libopencm3 code is of course still working. Git submodules: - chibios: 2.6.2 - fatfs: patched version for chibios+pprz
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
[submodule "sw/ext/libopencm3"]
|
|
path = sw/ext/libopencm3
|
|
url = https://github.com/libopencm3/libopencm3.git
|
|
[submodule "sw/ext/luftboot"]
|
|
path = sw/ext/luftboot
|
|
url = https://github.com/paparazzi/luftboot.git
|
|
[submodule "sw/ext/chibios"]
|
|
path = sw/ext/chibios
|
|
url = https://github.com/ChibiOS/ChibiOS-RT.git
|
|
[submodule "sw/ext/fatfs"]
|
|
path = sw/ext/fatfs
|
|
url = https://github.com/enacuavlab/fatfs.git
|