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

Flip IOPORT_CFG_PMOS to _NMOS as needed #358

Closed
wants to merge 21 commits into from
Closed

Flip IOPORT_CFG_PMOS to _NMOS as needed #358

wants to merge 21 commits into from

Commits on Aug 7, 2024

  1. Update digital.cpp

    Add a conditional statement to check if we're on an Uno, this flips IOPORT_CFG_PMOS to _NMOS as needed.
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d99e561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f0a9c View commit details
    Browse the repository at this point in the history
  3. Update RTC.cpp

    Add a condition to ensure we're within the 2000-2099 year range.
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6f331bd View commit details
    Browse the repository at this point in the history
  4. Update RTC.cpp

    Adds a check to RTCTime::setUnixTime(time_t time) to make sure we're in a valid year range (2000-2099)
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    20319d8 View commit details
    Browse the repository at this point in the history
  5. Update WiFiTypes.h

    Per issue #294, imported the header definitions from wl_definitions.h
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    405e04b View commit details
    Browse the repository at this point in the history
  6. Update RTC.cpp

    Fix forgotten closing brace
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4d6cd7b View commit details
    Browse the repository at this point in the history
  7. Update RTC.cpp

    Remove unnecessary `RTClock::` in an effort to get rid of the *qualified-id in declaration before* compiler warnings.
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a7cb79c View commit details
    Browse the repository at this point in the history
  8. Update RTC.h

    Revising the class definition for RTClock to both inline some items and trace down compiler warnings.
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6d5f3c8 View commit details
    Browse the repository at this point in the history
  9. Update RTC.h

    Roll back due to incompatibility.
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e134df5 View commit details
    Browse the repository at this point in the history
  10. Update RTC.cpp

    Rollback - keeping domain qualifiers for now.
    rowingdude authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    36e46b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    a38a629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebf436 View commit details
    Browse the repository at this point in the history
  3. Update NULL to nullptr

    rowingdude authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0d542ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77ee8c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9ab2f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4472cb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7900baf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee2ead8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e15c562 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1db420d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2e8e7e View commit details
    Browse the repository at this point in the history