-
Notifications
You must be signed in to change notification settings - Fork 3k
RTC specification (branch feature-hal-spec-rtc) #5008
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
Closed
c1728p9
wants to merge
4
commits into
ARMmbed:feature-hal-spec-rtc
from
c1728p9:rtc_specification_master
Closed
RTC specification (branch feature-hal-spec-rtc) #5008
c1728p9
wants to merge
4
commits into
ARMmbed:feature-hal-spec-rtc
from
c1728p9:rtc_specification_master
Conversation
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
49a410b
to
c0549c5
Compare
c0549c5
to
3d3039e
Compare
|
3d3039e
to
49934b8
Compare
This now depends on #5213 for doxygen. |
49934b8
to
91f76b3
Compare
Add add documentation to the second parameter of handle_open_errors. This is in preparation for turning on doxygen for source files.
Turn on doxygen for .c and .cpp files. Ignore the source directories in frameworks, as several of these files contain doxygen errors.
Turn on doxygen for tests. This allows testing functions to be referenced, which will be used for various parts of the HAL specification.
91f76b3
to
1dd58ca
Compare
Add requirements, tests, an example implementation and additional function documentation to the HAL RTC API.
1dd58ca
to
0a68abd
Compare
This was referenced Sep 29, 2017
Closed
As I understand this requires #5238 now |
Closing in favor of #5226 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add the RTC HAL API specification along with tests which verify it.