-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add extra build symbols and recipe #3085
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
I added two minor nitpicks, but overall these look like simple and acceptable changes to me. |
Sure, the names could be changed if anyone feels really strongly. I'll just have to go back and re-edit my patches in 1.6.1 and 1.6.3 with whatever the new names end up being. |
I'm going to merge this, but a better long term solution to this kind of toolchain needs is to provide hooks between the official phases. We already have |
@PaulStoffregen Please take a look at #3236 I've cherry-picked your first commit and added one that spread hooks all over the build process. Your |
Last comment came a bit out of the blue: me and @cmaglie had a quick chat and agreed in implementing a generic solution rather that adding a specific build step with a specific semantic that may not fit others needs |
Closing as superseded by #3236. Please convert your additional recipes to hooks. You can find some docs here https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#pre-and-post-build-hooks-since-ide-165 |
These are extra features needed to build the Teensy core library. They might be useful for others too? At the very least, this stuff should not cause any issues with boards not using these features.