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

arch/stm32h7: add CM4 core support #10328

Merged
merged 9 commits into from
Aug 25, 2023
Prev Previous commit
Next Next commit
arch/stm32h7/rcc: default value for BOARD_FLASH_PROGDELAY
  • Loading branch information
raiden00pl committed Aug 24, 2023
commit 55af2f1afad7fbf7aa6acd96dd1e18794cb86b37
2 changes: 2 additions & 0 deletions arch/arm/src/stm32h7/stm32h7x3xx_rcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
# else
# define BOARD_FLASH_PROGDELAY 2
# endif
# else
# define BOARD_FLASH_PROGDELAY 2
# endif
#endif

Expand Down