-
Notifications
You must be signed in to change notification settings - Fork 81
Implement get_fattime #160
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
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
531606e
rtc_settime, rtc_gettime functions added
Hrushi20 62974cb
fix compliation issues
Hrushi20 d6e3312
wrapper funcs, bcd_to_data conversion
Hrushi20 4b8c8bb
fixed return code in SetTime
Hrushi20 fe01f93
updated example
Hrushi20 2293017
update example using rtc_gettime
Hrushi20 a8b79e1
remove comments, align whitespace, adde const* ptr
Hrushi20 c1a1356
documentation rtc.h
Hrushi20 3c159cc
fix bcd conversion algorithm
Hrushi20 1020cb3
oscillator_enable variable
Hrushi20 3787d50
static functions, variables
Hrushi20 dcb558d
missing semi-colon
Hrushi20 5ff08ff
update year handling logic
Hrushi20 1822fd7
remove hour bit while fetching time
Hrushi20 8685e0b
or hour bit while setting time
Hrushi20 f4d998e
update year logic in ff_time.c
Hrushi20 b34cb64
Merge branch 'fossasia:main' into main
Hrushi20 e2bf1ce
remove 5th bit setting for hour format
Hrushi20 401eca3
bug fix
Hrushi20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ Makefile | |
|
||
*.dump | ||
.vscode/* | ||
.idea/* | ||
|
||
*~* | ||
\#*\# | ||
|
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
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.