Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ASMM files #182

Closed
wants to merge 1 commit into from
Closed

fix: ASMM files #182

wants to merge 1 commit into from

Conversation

Maobuff
Copy link

@Maobuff Maobuff commented Apr 27, 2024

This patch allows build STM32 projects that use threadx. (resolves #181)
There might be duplicates of ".S" files in STM32Make.make file inside ASM_SOURCES and ASMM_SOURCES variables.
Unfortunately, it breaks the ability for an extension to auto-search for assembly language files(".S").
However, I don't think that assembly should be autosearched anyway.

@jortbmd
Copy link
Member

jortbmd commented Apr 28, 2024

Hi thanks so much for creating a pull request! I would prefer to keep the searching of assembly files in there. I incidentally also started working on this. I have a beta version of this out right now. Will test it a bit an maybe add some extra features I have been promising but it should work for your case.
You can find it here: https://github.com/bmd-studio/stm32-for-vscode/releases/tag/v3.2.7-beta
Could you check if this works for you? You can install it by downloading the VSIX package and then use ctrl/CMD+shift+p and selecting Extensions: Install from VSIX.
Hoping to release a new minor version soon which should fix this for you. Will update you once I have done this.

@jortbmd jortbmd closed this Apr 28, 2024
@Maobuff
Copy link
Author

Maobuff commented Apr 28, 2024

I can confirm that firmware is building. I will test output firmware on actual hardware later just to be sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: .S assembly files not being compiled
2 participants