-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Re-add deprecated-avr-comp to include folders #588
Conversation
Memory usage change @ 86cf01b
Click for full report table
|
@@ -247,6 +247,7 @@ jobs: | |||
- name: LoRa | |||
- name: MKRWAN | |||
- name: WiFiNINA | |||
- name: AceTime |
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.
This causes the AceTime
library to be installed via Library Manager, and nothing more.
If you want to also compile the AceTime library's examples, you should add their path to env.UNIVERSAL_SKETCH_PATHS
(I'm guessing there is nothing board-specific about those examples):
UNIVERSAL_SKETCH_PATHS: | |
- ~/Arduino/libraries/AceTime/examples
I'm happy to submit a PR against your PR branch to add this if you prefer.
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.
Yes, thanks! I completely misinterpreted the meaning of that entry 😄
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.
PR submitted: facchinm#3
This change causes the "Compile Examples" CI workflow to compile AceTime library's "HelloDateTime" example sketch for every board in the job matrix.
Configure CI workflow to compile AceTime library example
This allows old includes like
to be functional again.