Browse Source

Add STM32CubeWB lib

pull/23583/head
JackyJia73 2 weeks ago
parent
commit
5a8b3ad3b1
2 changed files with 5 additions and 1 deletions
  1. +4
    -1
      .gitmodules
  2. +1
    -0
      lib/STM32CubeWB

+ 4
- 1
.gitmodules View File

@ -24,4 +24,7 @@
[submodule "lib/lvgl"]
path = lib/lvgl
url = https://github.com/qmk/lvgl.git
branch = release/v8.2
branch = release/v8.2
[submodule "lib/STM32CubeWB"]
path = lib/STM32CubeWB
url = https://github.com/JackyJia73/STM32CubeWB.git

+ 1
- 0
lib/STM32CubeWB

@ -0,0 +1 @@
Subproject commit 1ceb3b0c5bfffbf0ee20bccec683f37a0c2a51d5

Loading…
Cancel
Save