Skip to content

Incorrect incompatible architecture warning with multiple architectures values #208

@per1234

Description

@per1234

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:

  1. Install the Arduino Scheduler library (can be done via Library Manager).
  2. Open the MultipleBlinks example file included with the Scheduler library
  3. 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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions