You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile the latest Marlin bugfix 2.0.x, I am running into the Issue:
"Marlin\src\HAL\STM32\timers.cpp:281:41: error: static assertion failed: One or more timer conflict detected
281 | static_assert(verify_no_duplicate_timers(), "One or more timer conflict detected")"
This happens, when using "default_envs = mks_robin_nano35_stm32" in platformio.ini(because i have a Robin Nano V2). When I try compiling with "default_envs = mks_robin_nano35", it shows no errors.
I have not tried to flash the compilable firmware with "default_envs = mks_robin_nano35", as I am afraid of bircking the board.
My configurations-files, I uploaded have many changes, but the behaviour was not occurnig when I compiled my firmware 5 months ago.
Steps to Reproduce
Use my config.files.
Expected behavior:
Should compile fine.
Actual behavior:
shows error: "Marlin\src\HAL\STM32\timers.cpp:281:41: error: static assertion failed: One or more timer conflict detected
281 | static_assert(verify_no_duplicate_timers(), "One or more timer conflict detected")"
The text was updated successfully, but these errors were encountered:
Bug Description
When trying to compile the latest Marlin bugfix 2.0.x, I am running into the Issue:
"Marlin\src\HAL\STM32\timers.cpp:281:41: error: static assertion failed: One or more timer conflict detected
281 | static_assert(verify_no_duplicate_timers(), "One or more timer conflict detected")"
This happens, when using "default_envs = mks_robin_nano35_stm32" in platformio.ini(because i have a Robin Nano V2). When I try compiling with "default_envs = mks_robin_nano35", it shows no errors.
I have not tried to flash the compilable firmware with "default_envs = mks_robin_nano35", as I am afraid of bircking the board.
Configuration Files
config-files.zip
My configurations-files, I uploaded have many changes, but the behaviour was not occurnig when I compiled my firmware 5 months ago.
Steps to Reproduce
Use my config.files.
Expected behavior:
Should compile fine.
Actual behavior:
shows error: "Marlin\src\HAL\STM32\timers.cpp:281:41: error: static assertion failed: One or more timer conflict detected
281 | static_assert(verify_no_duplicate_timers(), "One or more timer conflict detected")"
The text was updated successfully, but these errors were encountered: