arduino-cli icon indicating copy to clipboard operation
arduino-cli copied to clipboard

Support NOT operator in library.properties architectures field

Open koendv opened this issue 5 years ago • 0 comments
trafficstars

Right now, the 'architectures' field in library.properties is a list of architectures supported by the library. e.g.:

architectures=stm32

Please add the possibility of listing architectures where the library won't work. e.g.:

architectures=!avr

for something which is guaranteed not to work on avr architecture processors.

koendv avatar May 05 '20 11:05 koendv