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
|
2025-02-04 13:40:15 +03:00
|
|
|
monitor_speed = 19200
|
2024-01-17 19:33:35 +03:00
|
|
|
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
|
|
|
|
|
2024-05-08 10:05:29 +00:00
|
|
|
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
|
|
|
|
2024-05-08 10:05:29 +00: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
|