-
Notifications
You must be signed in to change notification settings - Fork 2k
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
build system: warn when soft FPU is used #19688
Open
maribu
wants to merge
24
commits into
RIOT-OS:master
Choose a base branch
from
maribu:buildsystem-warn-float
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19210a7 - Browse repository at this point
Copy the full SHA 19210a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1596e5f - Browse repository at this point
Copy the full SHA 1596e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 320718e - Browse repository at this point
Copy the full SHA 320718eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7acbe74 - Browse repository at this point
Copy the full SHA 7acbe74View commit details -
Configuration menu - View commit details
-
Copy full SHA for db33114 - Browse repository at this point
Copy the full SHA db33114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 125e34b - Browse repository at this point
Copy the full SHA 125e34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a4942 - Browse repository at this point
Copy the full SHA 36a4942View commit details -
sys/nosoftfpu: add module to prevent linking against soft FPU functions
Note: Only tested with Cortex-M. This is useful to track down the offenders pulling in the soft FPU functions.
Configuration menu - View commit details
-
Copy full SHA for cd6f51e - Browse repository at this point
Copy the full SHA cd6f51eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab224f6 - Browse repository at this point
Copy the full SHA ab224f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9773d2f - Browse repository at this point
Copy the full SHA 9773d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 022179f - Browse repository at this point
Copy the full SHA 022179fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 122dab1 - Browse repository at this point
Copy the full SHA 122dab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfea675 - Browse repository at this point
Copy the full SHA cfea675View commit details -
Configuration menu - View commit details
-
Copy full SHA for de8d116 - Browse repository at this point
Copy the full SHA de8d116View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8417fb6 - Browse repository at this point
Copy the full SHA 8417fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f9440 - Browse repository at this point
Copy the full SHA d0f9440View commit details -
sys/phydat: avoid use of floats
A tiny look up table is both faster and way smaller in ROM size than pulling in `pow()`.
Configuration menu - View commit details
-
Copy full SHA for 82dbc20 - Browse repository at this point
Copy the full SHA 82dbc20View commit details -
tests/sys/ps_schedstatistics: drop unused package
`printf_float` seems to be unused but pulls in a lot of code. So let's drop that.
Configuration menu - View commit details
-
Copy full SHA for c1845c5 - Browse repository at this point
Copy the full SHA c1845c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa09742 - Browse repository at this point
Copy the full SHA aa09742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89efbcf - Browse repository at this point
Copy the full SHA 89efbcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdddb3 - Browse repository at this point
Copy the full SHA ccdddb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d4cc4 - Browse repository at this point
Copy the full SHA 66d4cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f302c28 - Browse repository at this point
Copy the full SHA f302c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for e341b28 - Browse repository at this point
Copy the full SHA e341b28View commit details
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.