Skip to content

Commit

Permalink
Fix submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkra committed Oct 30, 2023
1 parent 724794a commit 4f581a6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "app/src/ext_drivers/bmi270/BMI270-Sensor_API"]
path = app/src/ext_drivers/bmi270/BMI270-Sensor_API
url = https://github.com/boschsensortec/BMI270-Sensor-API.git
[submodule "app/src/ext_drivers/bmp581/BMP5-Sensor-API"]
path = app/src/ext_drivers/bmp581/BMP5-Sensor-API
url = https://github.com/boschsensortec/BMP5-Sensor-API.git
Expand All @@ -12,4 +9,10 @@
url = https://github.com/jakkra/ZSWatch-HW.git
[submodule "hardware/ZSWatch-Dock"]
path = hardware/ZSWatch-Dock
url = https://github.com/jakkra/ZSWatch-Dock.git
url = https://github.com/jakkra/ZSWatch-Dock.git
[submodule "app/src/ext_drivers/bmi270/BMI270-Sensor-API"]
path = app/src/ext_drivers/bmi270/BMI270-Sensor-API
url = https://github.com/boschsensortec/BMI270-Sensor-API.git
[submodule "app/src/ext_drivers/BME68x-Sensor-API"]
path = app/src/ext_drivers/BME68x-Sensor-API
url = https://github.com/boschsensortec/BME68x-Sensor-API.git
1 change: 1 addition & 0 deletions app/src/ext_drivers/BME68x-Sensor-API
Submodule BME68x-Sensor-API added at 80ea12
1 change: 1 addition & 0 deletions app/src/ext_drivers/bmi270/BMI270-Sensor-API
Submodule BMI270-Sensor-API added at d270cd
1 change: 1 addition & 0 deletions app/src/ext_drivers/bmp581/BMP5-Sensor-API
Submodule BMP5-Sensor-API added at c779b4
1 change: 1 addition & 0 deletions hardware/ZSWatch-Dock
Submodule ZSWatch-Dock added at 632a11
1 change: 1 addition & 0 deletions hardware/ZSWatch-HW
Submodule ZSWatch-HW added at 093714

0 comments on commit 4f581a6

Please sign in to comment.