pcb routing ready

This commit is contained in:
2021-08-08 21:15:37 +02:00
parent c934528f13
commit 155b302765
187 changed files with 59632 additions and 8279 deletions

View 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