-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Tropic VMU board support (Baseboard for Teensy 4.1) #23257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a pass on the the Version code and board_id. I do not see a Prefix or version setting and yet there is logic if ver hwtypecmp V6XRT009000 V6XRT010000
- but this is not an V6XRT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does ver all
show for this board?
Are the Led's usage in auto-Led correct?
|
31defee
to
1a0ed78
Compare
1a0ed78
to
da620c6
Compare
220323c
to
8d8570b
Compare
platforms/nuttx/CMakeLists.txt
Outdated
add_custom_command( | ||
OUTPUT ${hex_package} | ||
COMMAND | ||
arm-none-eabi-objcopy -O ihex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder: Dev call @dagar mentioned this command should be taken from the CMake detection.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks using ${CMAKE_OBJCOPY}
now instead.
…led functionality
Tropic doesn't have a mtd, store param on sdcard instead
8d8570b
to
79eb28e
Compare
I'm thrilled to introduce Tropic VMU, my latest open-source hobby project! Tropic is an open-source vehicle management unit hardware design that you can manufacture yourself.
Tropic VMU utilizes the Teensy 4.1 consisting of:
Tropic Base board consisting of:
You can check out the schematics on GitHub https://github.com/NXPHoverGames/TropicCommunityVMU/.