Hello everyone, I am trying to build FastLED for the stm32f103cb generic board in

Hello everyone, I am trying to build FastLED for the stm32f103cb generic board in Arduino IDE (stm32duino) and I get this weird error every time:

platforms/arm/stm32/led_sysdefs_arm_stm32.h:4:10: fatal error: application.h: No such file or directory

I can’t find the application.h file anywhere. AFAIK FastLED supports stm32f103 boards and I have seen a lot of working projects online, but I can’t find any clues how to fix this problem. Please, help

Hi, it’s not an officially supported MCU, there’s a fork of the library that should work though :slight_smile:
https://plus.google.com/communities/109127054924227823508/s/maple

It is supported now, the fork was merged here https://github.com/FastLED/FastLED/pull/568 and it works for other people. What does the application.h file even do? Why is it there?
https://github.com/FastLED/FastLED/pull/568

@HeroRc hadn’t realised that it had been merged in :slight_smile:
Might be worth checking out the other posts to see if there’s any useful info though

@HeroRc Did you find a solution to this problem? I’m facing the same issue.