We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
framework = stm32cube
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: