initial
This commit is contained in:
21
platformio.ini
Normal file
21
platformio.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
; 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:blackpill_f401cc]
|
||||
platform = ststm32
|
||||
board = blackpill_f401cc
|
||||
framework = arduino
|
||||
upload_protocol = dfu
|
||||
lib_deps = stm32duino/STM32duino FreeRTOS@^10.2.1
|
||||
build_flags =
|
||||
-D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
|
||||
-D PIO_FRAMEWORK_ARDUINO_NANOLIB_FLOAT_PRINTF
|
||||
|
||||
monitor_port = COM8
|
||||
Reference in New Issue
Block a user