Skip to content
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

Implement get_fattime #160

Merged
merged 19 commits into from
Dec 5, 2023
Merged

Implement get_fattime #160

merged 19 commits into from
Dec 5, 2023

Commits on Nov 14, 2023

  1. rtc_settime, rtc_gettime functions added

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    531606e View commit details
    Browse the repository at this point in the history
  2. fix compliation issues

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    62974cb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. wrapper funcs, bcd_to_data conversion

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d6e3312 View commit details
    Browse the repository at this point in the history
  2. fixed return code in SetTime

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4b8c8bb View commit details
    Browse the repository at this point in the history
  3. updated example

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    fe01f93 View commit details
    Browse the repository at this point in the history
  4. update example using rtc_gettime

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2293017 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. remove comments, align whitespace, adde const* ptr

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a8b79e1 View commit details
    Browse the repository at this point in the history
  2. documentation rtc.h

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c1a1356 View commit details
    Browse the repository at this point in the history
  3. fix bcd conversion algorithm

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3c159cc View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. oscillator_enable variable

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1020cb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. static functions, variables

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    3787d50 View commit details
    Browse the repository at this point in the history
  2. missing semi-colon

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    dcb558d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. update year handling logic

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5ff08ff View commit details
    Browse the repository at this point in the history
  2. remove hour bit while fetching time

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1822fd7 View commit details
    Browse the repository at this point in the history
  3. or hour bit while setting time

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8685e0b View commit details
    Browse the repository at this point in the history
  4. update year logic in ff_time.c

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f4d998e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    b34cb64 View commit details
    Browse the repository at this point in the history
  2. remove 5th bit setting for hour format

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e2bf1ce View commit details
    Browse the repository at this point in the history
  3. bug fix

    Signed-off-by: Hrushi20 <[email protected]>
    Hrushi20 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    401eca3 View commit details
    Browse the repository at this point in the history