-
Notifications
You must be signed in to change notification settings - Fork 10
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 documentation on MSP432 binary blob build procedures #7
Comments
From @rei-vilo on July 14, 2016 13:33 What do you call a |
From @rei-vilo on July 14, 2016 13:35 See #907. |
From @dronus on July 14, 2016 14:25 With This is in contrast to the Arduino IDE, where the build process relies on sources, so anything inside the core or libraries can be modified, directly affecting the final build. So for MSP432 we have several pathes containing runtime source (some from Energia, some from TI) and changing those sources doesn't have any effect on builds made with the Energia IDE. The IDE keeps linking the same static binary code from some pathes and I have no idea how to change this binaries. |
From @rei-vilo on July 14, 2016 14:29 See Energia / EMT. |
From @dronus on July 14, 2016 16:27 How does https://github.com/energia/emt relate to the files in energia//hardware/emt/ ? It seems there are many more files in The documentation of https://github.com/energia/emt on the other hand does a lot of explanation how to handle different GIT providers, but not so much on how to obtain binaries and how to integrate them with the Energia IDE. |
From @dronus on July 14, 2016 16:42 Maybe we can get through this by a little example. Consider changing the amount of stop bits for Serial. I edit Now what has to be done to build an Energia sketch using this change? I browsed energia/hardware for hours. I just guess |
Bump. |
Bump again. There are so many other issues I will file in the future that could be debugged if this issue is solved. For example, using Arduino's |
I know this has been a last standing question to build the binary blob. However, it's a matter of priorities. I can't give you a hard promise but I might be able to put something together end of March. I'll push a new version of this core which fixes a compilation issue due to arduino-builder picking up the wrong version of gcc. If you would like to fix it manually, then in platform.txt, replace: |
From @dronus on July 14, 2016 13:25
I have filed some bugs the last month on MSP432 and would like to contribute solutions. However, the MSP432 EMT core ships binary blobs, hidden inside trees of a plethora of Energia and third party (TI) contributed files.
Please add some READMEs explaining what files of this mess are actually used, what of them are sources for the binary blobs, and how to rebuild those blobs from the source!
Otherwise it is very hard to contribute to the framework, as almost no code change to the core files triggers any rebuild in the IDE as long as just the ready made blobs are linked.
Copied from original issue: energia/Energia#908
The text was updated successfully, but these errors were encountered: