servo/platformio.ini

26 lines
739 B
INI
Raw Normal View History

2024-01-16 13:54:31 +03:00
; 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
[platformio]
include_dir = Inc
src_dir = Src
lib_dir = Lib
2024-01-16 13:54:31 +03:00
[env:robotroller]
platform = ststm32
board = genericSTM32F446RE
framework = stm32cube
board_build.stm32cube.custom_config_header = yes
build_flags =
-D USE_FULL_LL_DRIVER
-D USE_HAL_DRIVER
upload_protocol = stlink
debug_tool = stlink
monitor_speed = 115200
monitor_parity = N
extra_scripts = extra_script.py