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 native support for STM32F479 chip group. #83899

Open
saphieron opened this issue Jan 13, 2025 · 2 comments
Open

Add native support for STM32F479 chip group. #83899

saphieron opened this issue Jan 13, 2025 · 2 comments
Labels
Feature Request A request for a new feature

Comments

@saphieron
Copy link

Is your feature request related to a problem? Please describe.
The Zephyr project is currently supporting several chips from the STM32F4 family, but not the STM32F479. Creating e.g. a simple blink project and defining a custom board using as soc "stm32f479xx" results in an unknown soc error, as expected.

Describe the solution you'd like
I'd love to have native support in Zephyr for that chip and its variants. From my understanding it requires defining or extending the soc definitions for that chip based on the F469. A (the only?) major difference seems to be in the F479 containing hardware support for cryptography.

Describe alternatives you've considered
None, beyond manually writing a soc definition by hand myself.

Additional context
I'd love to help with that process if possible, but as I am only starting to work with Zephyr my understanding of it is still rather limited.

@saphieron saphieron added the Feature Request A request for a new feature label Jan 13, 2025
Copy link

Hi @saphieron! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

@JarmouniA
Copy link
Collaborator

JarmouniA commented Jan 13, 2025

@saphieron it's not that complicated, see the following examples #83193 #82642

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants