arduino-cli
arduino-cli copied to clipboard
Support NOT operator in library.properties architectures field
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.