Skip to content

Migrate Chassis Module To Sensor Array Mini Module #347

@dchansen06

Description

@dchansen06

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.md
    • Core/ (as expected)
    • TOFandIMU/
      • README.md
      • CMakeLists.txt which compiles code in ../Core/ and ./Application/ and is pointed to by the root CMake list
      • Application/ (as expected)
    • IMUandMAG/
      • README.md
      • CMakeLists.txt which compiles code in ../Core/ and ./Application/ and is pointed to by the root CMake list
      • Application/ (as expected)
    • TOFandMAG/
      • README.md
      • CMakeLists.txt which compiles code in ../Core/ and ./Application/ and is pointed to by the root CMake list
      • Application/ (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)

Metadata

Metadata

Labels

2 PRIORITYImportant and a priority, but less than URGENTBig FrySomething that is complex and/or largeBoardsRelated to or involving any physical boardsCMakeAnything related to or dealing with CMakePeripheralRelated to or involving a peripheral including abstractionsSensorsSomething involved with or related to sensorsVS CodeAnything related to or dealing with VS Code

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions