From 0bfd7efaf4256e4c2821f8796781f0d81ad08251 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 24 Nov 2020 19:00:18 +0100 Subject: Add prototype rotor firmware skeleton --- prototype/fw/upstream/cmsis-core | 1 + prototype/fw/upstream/cmsis-device-f3 | 1 + prototype/fw/upstream/stm32square | 1 + prototype/fw/upstream/tinyprintf | 1 + 4 files changed, 4 insertions(+) create mode 160000 prototype/fw/upstream/cmsis-core create mode 160000 prototype/fw/upstream/cmsis-device-f3 create mode 160000 prototype/fw/upstream/stm32square create mode 160000 prototype/fw/upstream/tinyprintf (limited to 'prototype/fw/upstream') diff --git a/prototype/fw/upstream/cmsis-core b/prototype/fw/upstream/cmsis-core new file mode 160000 index 0000000..96d6da4 --- /dev/null +++ b/prototype/fw/upstream/cmsis-core @@ -0,0 +1 @@ +Subproject commit 96d6da4e252b06dcfdc041e7df23e86161c33007 diff --git a/prototype/fw/upstream/cmsis-device-f3 b/prototype/fw/upstream/cmsis-device-f3 new file mode 160000 index 0000000..5e4ee5e --- /dev/null +++ b/prototype/fw/upstream/cmsis-device-f3 @@ -0,0 +1 @@ +Subproject commit 5e4ee5ed7a7b6c85176bb70a9fd3c72d6eb99f1b diff --git a/prototype/fw/upstream/stm32square b/prototype/fw/upstream/stm32square new file mode 160000 index 0000000..aabbd38 --- /dev/null +++ b/prototype/fw/upstream/stm32square @@ -0,0 +1 @@ +Subproject commit aabbd38a9c45f6549ab07c48e1714dd677c8c857 diff --git a/prototype/fw/upstream/tinyprintf b/prototype/fw/upstream/tinyprintf new file mode 160000 index 0000000..2ee3012 --- /dev/null +++ b/prototype/fw/upstream/tinyprintf @@ -0,0 +1 @@ +Subproject commit 2ee30120ec15e321566b43f83c731d060bb437f5 -- cgit