pcb routing ready
This commit is contained in:
23
FW/Leo_muziekdoos_fw/platformio.ini
Normal file
23
FW/Leo_muziekdoos_fw/platformio.ini
Normal file
@@ -0,0 +1,23 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user