24 lines
738 B
INI
24 lines
738 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:genericSTM32F411CE]
|
|
platform = ststm32
|
|
board = genericSTM32F411CE
|
|
framework = arduino
|
|
upload_protocol = stlink
|
|
debug_tool = stlink
|
|
lib_deps =
|
|
; stm32duino/STM32duino STM32SD@^1.2.3
|
|
; adafruit/Audio - Adafruit Fork@^1.3.1
|
|
adafruit/Adafruit Zero I2S Library@^1.2.1
|
|
build_flags =
|
|
-D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
|
|
-D PIO_FRAMEWORK_ARDUINO_USB_FULLSPEED_FULLMODE
|