22 lines
608 B
INI
22 lines
608 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: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
|
||
|
[platformio]
|
||
|
include_dir = Inc
|
||
|
src_dir = Src
|