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
|
|
|
|
|
|
|
|
[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
|
2024-01-16 20:11:57 +03:00
|
|
|
|
|
|
|
board_build.stm32cube.startup = startup_stm32f446retx.s
|
|
|
|
board_build.stm32cube.ldscript = STM32F446RETx_FLASH.ld
|
|
|
|
upload_protocol = stlink
|
2024-01-16 13:54:31 +03:00
|
|
|
[platformio]
|
|
|
|
include_dir = Inc
|
|
|
|
src_dir = Src
|