-
Notifications
You must be signed in to change notification settings - Fork 3k
Force inline Timer::attach() to get rid of floating-point instructions #11236
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
Merged
0xc0170
merged 13 commits into
ARMmbed:master
from
hugueskamba:hk-iotcore-1315-remove-floating-point-ticker
Aug 20, 2019
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e1714ec
Require integer to specify callback interval with Ticker API
hugueskamba 4b1cee3
Deprecate previous Ticker::attach() API
hugueskamba ce5dbda
Move time macro conversions to `Ticker.h`
hugueskamba 61b1482
Add new API method `attach_s` instead of overloading the deprecated `…
hugueskamba 80cdc3e
Ensure tests use the new method.
hugueskamba d6429ef
Fix lp_ticker and ticker unit test case wait times
hugueskamba 59a6b55
Fix code indentation to satisfy code style checker
hugueskamba b0d4b69
Ensure the new method is called by the deprecated one
hugueskamba 5635e94
Force inline Timer::attach() to get rid of floating-point instruction
hugueskamba e06c91c
Use Perfect forwading to pass arguments from `attach()` to `attach_us()`
hugueskamba 9cc816d
Un-templatise interval and forward the reference
hugueskamba 7ec84a8
Include `mstd_utility` to get in front of the ARMC5's built-in `utility`
hugueskamba 3373d78
Rename hal/rtc test callback to avoid overloading
hugueskamba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.