24 lines
719 B
INI
Executable File
24 lines
719 B
INI
Executable File
; 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:genericSTM32F407VGT6]
|
|
framework = arduino
|
|
platform = ststm32
|
|
board = genericSTM32F407VGT6
|
|
upload_protocol = stlink
|
|
debug_tool = stlink
|
|
debug_build_flags = -O0 -g -ggdb
|
|
monitor_port = COM3
|
|
monitor_filters = send_on_enter, time, colorize, log2file
|
|
monitor_speed = 115200
|
|
build_flags = -Wl,--no-warn-rwx-segment
|
|
lib_deps =
|
|
SPI
|