Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

Commit 7c79dd4

Browse files
committed
Merge branch 'develop' into main
2 parents e1cf26a + ec6f073 commit 7c79dd4

14 files changed

+18
-16
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libopencm3"]
2-
path = libopencm3
2+
path = lib/libopencm3
33
url = https://github.com/libopencm3/libopencm3.git
File renamed without changes.
File renamed without changes.

lib/f103rb_lib.hpp

Lines changed: 0 additions & 15 deletions
This file was deleted.

library.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "stm32_oop_lib",
3+
"version": "0.2.1",
4+
"description": "The basic OOP library of STM32.",
5+
"keywords": "STM32, STM32F1xx",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/ziteh/stm32-oop-lib"
9+
},
10+
"authors": {
11+
"name": "ZiTe",
12+
"email": "honmonoh@gmail.com"
13+
},
14+
"license": "LGPL-2.1-or-later",
15+
"frameworks": "libopencm3",
16+
"platforms": "ststm32"
17+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)