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

stm32h750-dk support #2271

Merged
merged 7 commits into from
Nov 29, 2023
Merged

Conversation

antoniovazquezblanco
Copy link
Contributor

Describe the PR
Add support for the aforementioned discovery kit.
See https://www.st.com/en/evaluation-tools/stm32h750b-dk.html#overview for more details about it.

Additional context
Initial support and tested a couple of example projects.
This is my first contribution to the project so please be patient.

Thanks

Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for the PR, you are doing great, and it looks good. I just rebase and update the PR to match latest change. However, the board should use both startup and linker for h750, would you mind updating and testing it again. Thank you

hw/bsp/stm32h7/boards/stm32h750bdk/board.mk Outdated Show resolved Hide resolved
@antoniovazquezblanco
Copy link
Contributor Author

Currently contributing with a sample linker script that may suit our needs in STMicroelectronics/cmsis_device_h7#8

@hathach
Copy link
Owner

hathach commented Nov 29, 2023

Currently contributing with a sample linker script that may suit our needs in STMicroelectronics/cmsis_device_h7#8

we don't need to wait for this, it would take forever for ST to merge this. Instead you could just copy the linker to the board folder and update the value correctly using BOARD_PATH like this board https://github.com/hathach/tinyusb/tree/master/hw/bsp/stm32h7/boards/daisyseed

@antoniovazquezblanco
Copy link
Contributor Author

Done!

Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect, thank you for your hard works

@hathach hathach merged commit 390c109 into hathach:master Nov 29, 2023
43 checks passed
@antoniovazquezblanco
Copy link
Contributor Author

Thank you very much!

@antoniovazquezblanco antoniovazquezblanco deleted the stm32h750dk branch November 29, 2023 08:27
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