-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
conclusion: declinedWill not be worked onWill not be worked ontype: enhancementProposed improvementProposed improvement
Description
Feature Request
arduino_ci
has logic for building Arduino libraries with mocked hardware.
Part of this is setting the proper compiler #define
values for a given board, which I currently hard code in a yaml file. __AVR_ATmega328P__
becomes the compiler flag -D__AVR_ATmega328P__
, and so on.
I'd like a way to ask arduino-cli
for these instead, if possible.
Metadata
Metadata
Assignees
Labels
conclusion: declinedWill not be worked onWill not be worked ontype: enhancementProposed improvementProposed improvement