Using PlatformIO - pschatzmann/stm32f411-i2s GitHub Wiki

Here is an example platformio.ini file, that I used to run and debug the solution:

[env:blackpill_f411ce]
platform = ststm32
board = blackpill_f411ce
framework = arduino
lib_deps = 
    https://github.com/pschatzmann/arduino-audio-tools 
    https://github.com/pschatzmann/stm32f411-i2s.git

debug_tool = stlink
upload_protocol = stlink
monitor_speed = 115200

Currently the solution is working in Arduino but not with PlatformIO / Arduino! Any help will be appreciated...