Minor: Warning with ARM architectures

brtaylor

Well-known member
I've been in the process of updating some of my libraries and noticed that if I specify
Code:
architectures=ARM
inside library.properties, it produces a warning on compilation with Teensy boards "WARNING: library claims to run on ARM architecture(s) and may be incompatible with your current board which runs on avr architecture(s)." Understand the history behind Teensy showing up as AVR in Arduino, but could cause some confusion with people new to the platform.
 
Back
Top