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

Added a request to STM32H747I-DISCO bsc #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,30 @@ So far there seem to be no libraries to do anything with displays or gui's. Howe

Bindings to C libraries or a Rust library that is meant for Displays and/or GUIs.

## Add an STM32 board support crate for the STM32H747I-DISCO board

### Background

The only STM32 boars support crates I found where:
* https://github.com/stm32-rs/stm32f407g-disc
* https://github.com/stm32-rs/stm32f429i-disc
* https://github.com/stm32-rs/stm32f072b-disco

The development of the [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html) board would be much more straight forward with a board support crate pulling in all the right drivers.

Additionally the following might be provided by the board support crate:
* Feature gates for the different drivers
** Display
** Touch
** Audio
** Network
** ...
* A setup routine that set's up the clock and all enabled peripherals.

### Success Criteria

A repository (maybe https://github.com/stm32-rs/stm32h747i-disco) to add references to drivers to and provide a setup routine.

# Not Yet Awesome Item Template

Here's an example for something that is not yet awesome:
Expand Down