From 05069b7cc9bbdea9df5e0767be9df3f157c053eb Mon Sep 17 00:00:00 2001 From: MasterUser43 Date: Wed, 17 Jun 2026 19:41:05 -0700 Subject: [PATCH 1/2] feat: Add lsm6dsv320x-pid submodule to lib root (pair w/ IMU r3) --- .gitmodules | 3 +++ lsm6dsv320x-pid | 1 + 2 files changed, 4 insertions(+) create mode 160000 lsm6dsv320x-pid diff --git a/.gitmodules b/.gitmodules index 5712486..f086a30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Drivers/STM32H7xx_HAL_Driver"] path = Drivers/STM32H7xx_HAL_Driver url = https://github.com/STMicroelectronics/stm32h7xx-hal-driver.git +[submodule "lsm6dsv320x-pid"] + path = lsm6dsv320x-pid + url = https://github.com/STMicroelectronics/lsm6dsv320x-pid.git diff --git a/lsm6dsv320x-pid b/lsm6dsv320x-pid new file mode 160000 index 0000000..d5affc2 --- /dev/null +++ b/lsm6dsv320x-pid @@ -0,0 +1 @@ +Subproject commit d5affc2bf2ba835f630bfeb7e4eea9a747aac38b From 2ebf78be1205a4c0e9acfaf2d4a01d6314790e8b Mon Sep 17 00:00:00 2001 From: MU43 Date: Tue, 23 Jun 2026 19:13:49 -0700 Subject: [PATCH 2/2] docs: add lsm6dsv320x-pid attrib. to NOTICE --- NOTICE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 32ade30..09ecaec 100644 --- a/NOTICE +++ b/NOTICE @@ -4,4 +4,6 @@ STM32H7xx_HAL_Driver (Drivers/STM32H7xx_HAL_Driver): Copyright (c) 2017 STMicroe CMSIS (Drivers/CMSIS): Copyright (c) 2009-2019 Arm Limited. Apache-2.0 License. www.apache.org/licenses/LICENSE-2.0 -STM32_USB_Device_Library: Copyright (c) STMicroelectronics. SLA0044 Rev5/February 2018. Full license text is provided with the library in question. \ No newline at end of file +STM32_USB_Device_Library: Copyright (c) STMicroelectronics. SLA0044 Rev5/February 2018. Full license text is provided with the library in question. + +lsm6dsv320x-pid (lib/lsm6dsv320x-pid): Copyright (c) STMicroelectronics. BSD-3-Clause License. https://opensource.org/licenses/BSD-3-Clause \ No newline at end of file