-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Using Arduino IDE 1.8.2 Hourly Build 2017/01/25 04:33 with Windows 7 64 bit
When there are multiple architectures
values in library.properties the incompatible architecture warning is incorrectly generated.
Steps to reproduce:
- Install the Arduino Scheduler library (can be done via Library Manager).
- Open the MultipleBlinks example file included with the Scheduler library
- Compile for an AVR board. The architecture warning shown is:
WARNING: library Scheduler claims to run on [sam architecture(s) and may be incompatible with your current board which runs on samd] architecture(s).
The correct warning would be something like:
WARNING: library Scheduler claims to run on [sam,samd] architecture(s) and may be incompatible with your current board which runs on [avr] architecture.
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project