Skip to content

Commit 00acc5f

Browse files
committed
third_party: remove unused LIS2DW12 HAL
Shut remove shit. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 50a7c3e commit 00acc5f

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
[submodule "third_party/hal_lsm6dso/lsm6dso-pid"]
4141
path = third_party/hal_lsm6dso/lsm6dso-pid
4242
url = https://github.com/STMicroelectronics/lsm6dso-pid.git
43-
[submodule "third_party/hal_lis2dw12/lis2dw12-pid"]
44-
path = third_party/hal_lis2dw12/lis2dw12-pid
45-
url = https://github.com/STMicroelectronics/lis2dw12-pid.git
4643
[submodule "third_party/resources/iconography"]
4744
path = third_party/resources/iconography
4845
url = https://github.com/pebble-dev/iconography
Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/hal_lis2dw12/wscript

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

third_party/wscript

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,4 @@ def build(bld):
3838
if bld.is_asterix():
3939
bld.recurse('hal_lsm6dso')
4040

41-
if bld.is_obelix() or bld.is_getafix():
42-
bld.recurse('hal_lis2dw12')
43-
4441
bld.recurse('memfault')

0 commit comments

Comments
 (0)