28 lines
785 B
INI
28 lines
785 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:blackpill_f411ce]
|
|
platform = ststm32
|
|
board = blackpill_f411ce
|
|
framework = arduino
|
|
upload_protocol = stlink
|
|
debug_tool = stlink
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
bodmer/TFT_eSPI@^2.3.70
|
|
br3ttb/PID@^1.2.1
|
|
robtillaart/MAX31855@^0.2.5
|
|
lib_ldf_mode = deep+
|
|
build_flags =
|
|
-D USER_SETUP_LOADED=1
|
|
-include include/ILI9341_STM32.h
|
|
-D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
|
|
-D PIO_FRAMEWORK_ARDUINO_USB_FULLSPEED_FULLMODE
|