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

Convert to stm32f1xx_hal #24

Open
dzid26 opened this issue Nov 16, 2023 · 0 comments
Open

Convert to stm32f1xx_hal #24

dzid26 opened this issue Nov 16, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@dzid26
Copy link
Owner

dzid26 commented Nov 16, 2023

Replace "STM32 standard peripheral libraries" ( with modern stm32 hal

STM32CubeMX file should be good starting point to generate code snippets for board.c.

Other approach would be to use CubeMX generated files entirely which would kind of replace board.c and maybe main.c.

Platformio has Hal included (if framework = stm32cube is set), but for safety it is better to include all hal libraries in the repo.

@dzid26 dzid26 added the help wanted Extra attention is needed label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant