servo/controller/fw/embed/platformio.ini

25 lines
527 B
INI
Raw Normal View History

[env:robotroller_reborn]
2024-01-16 13:54:31 +03:00
platform = ststm32
board = genericSTM32F446RE
framework = arduino
upload_protocol = stlink
debug_tool = stlink
monitor_speed = 19200
monitor_parity = N
2025-05-22 18:03:43 +03:00
2025-05-30 15:53:15 +03:00
board_upload.offset_address = 0x08008000
2025-05-29 18:57:25 +03:00
board_build.ldscript = ${PROJECT_DIR}/custom_script.ld
build_flags =
2025-05-29 18:57:25 +03:00
-D STM32F446xx
-D HAL_CAN_MODULE_ENABLED
-D SIMPLEFOC_PWM_LOWSIDE_ACTIVE_HIGH
2025-06-06 18:37:48 +03:00
lib_deps =
2025-05-29 18:57:25 +03:00
askuric/Simple FOC@^2.3.4
2025-06-06 18:37:48 +03:00
pazi88/STM32_CAN@^1.1.2
2025-05-29 18:57:25 +03:00
2025-05-22 18:03:43 +03:00
extra_scripts =
2025-05-29 18:57:25 +03:00
pre:gen_compile_commands.py
2025-05-30 15:53:15 +03:00
post:hex_compile.py