This repository has been archived by the owner on Jan 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Add STM32F0 Discovery board with basic examples. #284
Merged
strongly-typed
merged 4 commits into
roboterclubaachen:develop
from
strongly-typed:feature/stm32f0_discovery
Aug 24, 2017
Merged
Add STM32F0 Discovery board with basic examples. #284
strongly-typed
merged 4 commits into
roboterclubaachen:develop
from
strongly-typed:feature/stm32f0_discovery
Aug 24, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tested: * GPIO input (Button) * GPIO output (LED) * 8 MHz internal oscillator * PLL at 48 MHz * UART1 Tx
salkinium
previously approved these changes
Aug 24, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far!
Don't forget to add it to Travis too, job 2, 3 or 4. |
Thanks for the hint! Just added it. |
salkinium
approved these changes
Aug 24, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢🕴
salkinium
reviewed
Aug 25, 2017
@@ -62,6 +62,7 @@ Here is a list of supported **and tested** microcontrollers and development boar | |||
| ATtiny85 | custom | ★★★ | | |||
| ATmega328p | [Arduino Uno][] | ★★★ | | |||
| STM32F031 | [Nucleo F031K6][] | ★★★★ | | |||
| STM32F051 | [STM32F0 Discovery][] | ★★ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this is missing a link ;-)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In progress of debugging USB2CAN with STM32F0.