Browse Source

Added ChibiOS submodule

Using the latest commit to the 17.6.x branch, just to play around with
it.  Hopefully it won't have too many bugs.
Clara Hobbs 6 years ago
parent
commit
d192534a5f
2 changed files with 5 additions and 0 deletions
  1. 4
    0
      .gitmodules
  2. 1
    0
      ChibiOS

+ 4
- 0
.gitmodules View File

@@ -0,0 +1,4 @@
1
+[submodule "ChibiOS"]
2
+	path = ChibiOS
3
+	url = https://github.com/ChibiOS/ChibiOS.git
4
+	branch = stable_17.6.x

+ 1
- 0
ChibiOS

@@ -0,0 +1 @@
1
+Subproject commit 30220450717da4446cc51f9a7fa4c98031e5b6b7

Loading…
Cancel
Save