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
|
2024-02-20 11:26:25 +03:00
|
|
|
|
2024-01-17 16:36:15 +03:00
|
|
|
[platformio]
|
2024-02-20 11:26:25 +03:00
|
|
|
|
|
|
|
[env:robotroller_reborn]
|
2024-01-16 13:54:31 +03:00
|
|
|
platform = ststm32
|
|
|
|
board = genericSTM32F446RE
|
2024-02-20 11:26:25 +03:00
|
|
|
framework = arduino
|
2024-01-16 20:11:57 +03:00
|
|
|
upload_protocol = stlink
|
2024-01-17 16:36:15 +03:00
|
|
|
debug_tool = stlink
|
2024-01-17 19:33:35 +03:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_parity = N
|
2024-05-08 10:05:29 +00:00
|
|
|
build_flags =
|
|
|
|
-DSTM32F446xx
|
|
|
|
-D HAL_CAN_MODULE_ENABLED
|
|
|
|
; -D HAL_TIM_MODULE_ENABLED
|
|
|
|
lib_deps =
|
|
|
|
askuric/Simple FOC@^2.3.2
|
|
|
|
pazi88/STM32_CAN@^1.1.0
|