Move STM32 related code to sta-stm32-core repo

This commit is contained in:
Henrik Stickann
2022-05-09 21:19:06 +02:00
commit 460f4e3c25
19 changed files with 1309 additions and 0 deletions

11
library.json Normal file
View File

@@ -0,0 +1,11 @@
{
"owner" : "sta",
"name": "sta-stm32-core",
"version": "0.1.0",
"dependencies": [
{
"url": "git@gitlab.com:sta-git/avionics/stm32/libs/sta-core.git",
"ref": "main"
}
]
}