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 STM32F769I-Discovery and enable double precision float support #173
Closed
strongly-typed
wants to merge
17
commits into
roboterclubaachen:develop
from
strongly-typed:feature/stm32f769i_discovery
Closed
Add STM32F769I-Discovery and enable double precision float support #173
strongly-typed
wants to merge
17
commits into
roboterclubaachen:develop
from
strongly-typed:feature/stm32f769i_discovery
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
@@ -0,0 +1,13 @@ | |||
[build] | |||
device = stm32f746ngh6u |
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.
?
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.
Ah, changed in the next commit. Never mind.
salkinium
added
stm32
platform
device files
cortex-m
travis ci
build system
toolchain
labels
Aug 24, 2016
I'm going to merge #168 only with the commits up to and incl. ce774c6. Could you please reorder the commits as follows to reduce their interdependency?
|
Note the new f7 device file is available from my |
This define is used by our very old FreeRTOS port, but has not been adapted to work for F7, especially not with double precision FPU.
strongly-typed
force-pushed
the
feature/stm32f769i_discovery
branch
from
August 25, 2016 16:20
4f50aba
to
9998dc9
Compare
Alright! Are you OK with these commits? |
Awesome, much better! |
Merged manually. (I added the new F7 Discovery board to the Readme). |
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.
Probably best to merge after #168, because it is based on this PR. Or I could rebase once #168 is merged.