-
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate Chassis Module To Sensor Array Mini Module #347
Copy link
Copy link
Open
Copy link
Labels
2 PRIORITYImportant and a priority, but less than URGENTImportant and a priority, but less than URGENTBig FrySomething that is complex and/or largeSomething that is complex and/or largeBoardsRelated to or involving any physical boardsRelated to or involving any physical boardsCMakeAnything related to or dealing with CMakeAnything related to or dealing with CMakePeripheralRelated to or involving a peripheral including abstractionsRelated to or involving a peripheral including abstractionsSensorsSomething involved with or related to sensorsSomething involved with or related to sensorsVS CodeAnything related to or dealing with VS CodeAnything related to or dealing with VS Code
Milestone
Description
Migrate chassis module from GR25 to use the Sensor Array Mini Module (see Altium).
Please have it setup for TOF, IMU, and Mag encoder in pairs (see Discord) by setting up the following structure (can also replace Application/ with just Core/ and Src/ in that directory if desired)
/SAMM/README.mdCore/(as expected)TOFandIMU/README.mdCMakeLists.txtwhich compiles code in../Core/and./Application/and is pointed to by the root CMake listApplication/(as expected)
IMUandMAG/README.mdCMakeLists.txtwhich compiles code in../Core/and./Application/and is pointed to by the root CMake listApplication/(as expected)
TOFandMAG/README.mdCMakeLists.txtwhich compiles code in../Core/and./Application/and is pointed to by the root CMake listApplication/(as expected)
Then in the root CMakeLists.txt we can do
# Sensor Array Mini Module
add_gr_project(STM32H523xE SAMM TOFandIMU)
add_gr_project(STM32H523xE SAMM IMUandMAG)
add_gr_project(STM32H523xE SAMM TOFandMAG)See #349 and more in Discord (other)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
2 PRIORITYImportant and a priority, but less than URGENTImportant and a priority, but less than URGENTBig FrySomething that is complex and/or largeSomething that is complex and/or largeBoardsRelated to or involving any physical boardsRelated to or involving any physical boardsCMakeAnything related to or dealing with CMakeAnything related to or dealing with CMakePeripheralRelated to or involving a peripheral including abstractionsRelated to or involving a peripheral including abstractionsSensorsSomething involved with or related to sensorsSomething involved with or related to sensorsVS CodeAnything related to or dealing with VS CodeAnything related to or dealing with VS Code