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 new blinky example using GPIOs on STM32H747i-Disco #480

Merged
merged 3 commits into from
Jan 27, 2024

Conversation

youndong
Copy link
Contributor

Add new blinky example using GPIOs on STM32H747i-Disco

  • GPIO port : PI12 for LED1
  • GPIO port : PI13 for LED2
  • GPIO port : PI14 for LED3
  • GPIO port : PI15 for LED4

by Youndong (youndong.park@gmail.com)

Changes to be committed:
	modified:   Cargo.toml
	new file:   examples/blinky-stm32h747i-disco.rs

by Youndong (youndong.park@gmail.com)
@richardeoin
Copy link
Member

Thanks for the update! Usually you can continue to use the same PR when you make updates, but this is also fine :)

@richardeoin
Copy link
Member

The check 'Nightly rust examples' is expected to fail at the moment. The 'Code formatting check' is failing because of trailing whitespace in your file. If you're able to tidy that up, it would the pass and I can directly merge this

@youndong youndong marked this pull request as draft January 24, 2024 10:15
check code formatting
@youndong youndong marked this pull request as ready for review January 24, 2024 10:40
@youndong
Copy link
Contributor Author

@richardeoin, I just updated the file with trailing whitespaces removed.

@richardeoin
Copy link
Member

Thanks. This PR is completed, I will merge it soon.

@richardeoin richardeoin merged commit aea2aa8 into stm32-rs:master Jan 27, 2024
19 of 22 checks passed
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.

3 participants