arduino-libraries / ArduinoECCX08

78 stars 49 forks source link

Specify specific architectures in library.properties #5

Closed sandeepmistry closed 5 years ago

sandeepmistry commented 5 years ago

Based on #3 and #4, this library cannot work with the AVR architecture, so I've updated the library.properties file to be more specific. Just SAMD and megaAVR for now.

@facchinm let me know what you think of this approach ...

facchinm commented 5 years ago

The approach looks fine since the library is not intrinsically incompatible (and should become compatible after porting the avr core to Chainsaw).