You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino IDE version (found in Arduino -> About Arduino menu): arduino-cli 0.34.2, avr-gcc-7.3.0
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too): build error, Adafruit_neopixel.cpp:926:26 impossible constraint in 'asm'
Comment - In asm code for PORTF used command "OUT", but it doesn't work with PORTF in 8bit avr uControllers. For PORTF command "STS" should be used instead. I've maid code modification, but it won't link now.
The text was updated successfully, but these errors were encountered:
Arduino board: Atmega128, MegaCore board
Arduino IDE version (found in Arduino -> About Arduino menu): arduino-cli 0.34.2, avr-gcc-7.3.0
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too): build error, Adafruit_neopixel.cpp:926:26 impossible constraint in 'asm'
Comment - In asm code for PORTF used command "OUT", but it doesn't work with PORTF in 8bit avr uControllers. For PORTF command "STS" should be used instead. I've maid code modification, but it won't link now.
The text was updated successfully, but these errors were encountered: