-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule varmint_h7
updated
20 files
+70 −13 | common/CMakeLists.txt | |
+1 −0 | common/CommonConfig.h | |
+15 −4 | common/STM32H7LinkerScript.ld | |
+1 −1 | common/Varmint.h | |
+2 −2 | common/drivers/Adis165xx.cpp | |
+2 −4 | common/drivers/Auav.cpp | |
+0 −2 | common/drivers/DlhrL20G.cpp | |
+83 −0 | common/drivers/Mpu.cpp | |
+43 −0 | common/drivers/Mpu.h | |
+33 −31 | common/drivers/Sd.cpp | |
+6 −1 | common/drivers/Sd.h | |
+27 −33 | pixracer_pro/.cproject | |
+14 −7 | pixracer_pro/specific/BoardConfig.h | |
+15 −2 | pixracer_pro/specific/Callbacks.cpp | |
+39 −15 | pixracer_pro/specific/Varmint_Init.cpp | |
+5 −1 | test/board.h | |
+6 −106 | varmint_10X/.cproject | |
+9 −5 | varmint_10X/specific/BoardConfig.h | |
+21 −8 | varmint_10X/specific/Callbacks.cpp | |
+37 −8 | varmint_10X/specific/Varmint_Init.cpp |