Skip to content

Commit

Permalink
Fix submodules and .gitignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkra committed Oct 30, 2023
1 parent a96f5ff commit 7b51784
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ build*
/tools
/zephyr
__pycache__

hardware/
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[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
[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
[submodule "app/src/applications/2048/2048_lib"]
path = app/src/applications/2048/2048_lib
url = https://github.com/100askTeam/lv_lib_100ask.git
Expand All @@ -16,3 +10,9 @@
[submodule "hardware/ZSWatch-Dock"]
path = hardware/ZSWatch-Dock
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
5 changes: 0 additions & 5 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ debug
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

src/ext_drivers/BME68x-Sensor-API
src/ext_drivers/BSEC2
src/ext_drivers/bmi270/BMI270-Sensor-API
src/ext_drivers/bmp581/BMP5-Sensor-API
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 7b51784

Please sign in to comment.