Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
1 change: 1 addition & 0 deletions lsm6dsv320x-pid
Comment thread
MasterUser43 marked this conversation as resolved.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Consider pinning submodule to a release tag for stability

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You love making me learn more git stuff.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I <3 git

Submodule lsm6dsv320x-pid added at 884224
4 changes: 3 additions & 1 deletion sdr_pin_defines_A0010.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Includes
#define IMU_INT1_PIN GPIO_PIN_4
#define IMU_INT2_PIN GPIO_PIN_5

#define IMU_INT1_EXTI_IRQn EXTI4_IRQn

/* USB */
#define USB_DETECT_PIN GPIO_PIN_13
#define USB_OTG_DP_PIN GPIO_PIN_12
Expand Down Expand Up @@ -205,4 +207,4 @@ extern CRYP_HandleTypeDef hcryp;
}
#endif

#endif /* SDR_PIN_DEFINES */
#endif /* SDR_PIN_DEFINES */