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

Tools: configure board-type in build-no-clean.sh #168

Conversation

Pradeep-Carbonix
Copy link
Contributor

@Pradeep-Carbonix Pradeep-Carbonix commented Jul 31, 2024

  • Added 2 board checks : "CarbonixF405" and "CarbonixF405-no-crystal"
  • Boards are configured before compilation : ./waf configure --board $BOARD

Still looking into - cubeorange.inc:
 - USE_BOOTLOADER_FROM_BOARD CubeOrange
@Pradeep-Carbonix Pradeep-Carbonix changed the title WIP Tools: configure board-type in build-no-clean.sh Jul 31, 2024
@robertlong13
Copy link
Collaborator

robertlong13 commented Sep 2, 2024

The lack of configure call is intentional, so that a second build can be triggered without reconfiguring (this is done in the build-compare CI), letting it run much faster. This should probably be clarified better in a comment, or the build script should be refactored with an additional argument for whether to run a config first, but for now we'll leave it alone.

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.

2 participants