Hello guys! I’m trying to compile FastLED for STM32F103C micro controller with arduino IDE, but it looks like it treats it as an avr board, i.e. it looks like FastLED doesn’t support it, but as I know it does. So, this is what I get:
[…]
C:\Program Files (x86)\Arduino\libraries\FastLED/platforms/avr/led_sysdefs_avr.h:12:20: fatal error: avr/io.h: No such file or directory
[…]
exit status 1
Error compiling for board Generic STM32F103C series.
[…]
i found in platform.h:
#elif defined(STM32F10X_MD)
but I’m not sure it relates to my board.
Any idea why is it happening? Is STM32F103C isn’t compatible with FastLED, library or I’m just doing something wrong? Thank you!