bmd-studio / stm32-for-vscode

STM32 extension for working with STM32 and CubeMX in VSCode
MIT License
195 stars 27 forks source link

STM32H745 dual core support? #117

Open dookei opened 1 year ago

dookei commented 1 year ago

Hi, is there support for STM32H745 dual core ? This do not allow to generate makefile under STM32CubeMx. Thanks.

jortbmd commented 1 year ago

Hi! Thanks for opening this issue. As of yet there is no support as it requires a lot of work to implement. However it is on the roadmap. I will leave this issue open until then.

dookei commented 1 year ago

Ok thanks for your fast feedback

dookei commented 1 year ago

just reopening the issue.

Andreychik32 commented 5 months ago

It's actually possible now to generate dual-core projects in makefile format. Waiting for plugin to support dual-core MCU's.

jortbmd commented 5 months ago

@Andreychik32 thanks for notifying me. Will have a look into this when some time opens up. If ST implemented it for the makefile the integration should become a lot easier to do. Will let you know when I have had time to look into it.