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

Add PlatformIO builder script #7

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

maxgerhardt
Copy link

Makes a firmware for NUCLEO-WB55RG compile by adding the necessary PlatformIO builder script logic and a package.json. Should be used in combination with https://github.com/maxgerhardt/platform-ststm32/tree/stm32wb as the platform.

See https://github.com/maxgerhardt/pio-grumpyoldpizza-stm32wb-test for test project.

Blinky and Serial works per forum.

Contains fix from #6 plus Uart.cpp fixes working-around the missing CDC macros for the Nucelo board as described in #5. I see those as temporary / will be removed once a proper fix lands here.

Compilation will be tested for all other boards too (with board files added to platform), so this is marked as WIP for now.

@maxgerhardt maxgerhardt marked this pull request as draft December 27, 2022 15:15
@maxgerhardt
Copy link
Author

maxgerhardt commented Dec 27, 2022

USB macros and board info has been fixed and it compiles cleanly in all configurations.

Documentation for build options were added.

@maxgerhardt maxgerhardt marked this pull request as ready for review December 27, 2022 17:50
@maxgerhardt maxgerhardt changed the title [WIP] Add PlatformIO builder script Add PlatformIO builder script Dec 27, 2022
@maxgerhardt maxgerhardt mentioned this pull request Dec 27, 2022
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.

1 participant