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

board_build.cmsis.startup_file parameter can't handle absolute path #826

Open
Ampermetr123 opened this issue Jan 15, 2025 · 0 comments
Open
Labels

Comments

@Ampermetr123
Copy link

For CMSIS framework we can specify custom system-file with absolute or relative path:
board_build.cmsis.system_file = system_stm32h7xx_singlecore.c # relative using file from framework
board_build.cmsis.system_file = $PROJECT_DIR/system.c # absolute path - using file from project folder

But for startup file we can specify the relative path only
board_build.cmsis.startup_file = startup_stm32h7b3xx.s #ok
board_build.cmsis.startup_file = $PROJECT_DIR/startup.s #not work
It's not convenient, but easy to fix.

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

No branches or pull requests

2 participants