-
-
Notifications
You must be signed in to change notification settings - Fork 0
The tool now generate a precompiled library that be linked later with the libs and the core #2
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
Conversation
…`sketch.ino` after the compile, minor fixes
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.
Looks great overall but I'd make some small code adjustment and enhance a bit the documentation.
See the comments for more details.
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.
The Arduino Library Specification recommends the additional files bundled with the library be placed in extras
rather than extra
.
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.
Great work Umberto!
Co-authored-by: per1234 <accounts@perglass.com>
48182be
to
1068440
Compare
I used the precompiled libraries infrastructure in order to allow the origin sketch to be linked later against libraries and core.
Basically,
cslt-tool
now creates a precompiled lib structure and populates it with the required files.See the README.md to learn how the tool behaves now. I tried to add as many comments as I could to let the posterity understand 👴🏽