@flavius Using PlatformIO on Atom, I’ve gotten as far as creating a new project for Daisy (Platform: STM Cube IDE) and then failing to compile it.
(I tried to compile Blink from the Daisy Examples)
I can get DaisySP, libDaisy and the FatFs library to connect, but Platformio really doesn’t seem to like how the STM32 USB Devices library is structured (.h files in inc folders, .cpp in src folders).
The only way I can get the compiler to find the USB Device files is to throw them all into the main src folder … then I start to get errors about Constants in that library being undefined.
So this library is currently giving me some grief. I’ll pick up there another day, it seems indeed somewhat close to working.
Meanwhile I have the Arduino Environment set up and working and had fun trying the existing examples.