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

make System.sleep() typesafe #499

Merged
merged 5 commits into from
Aug 11, 2015
Merged

make System.sleep() typesafe #499

merged 5 commits into from
Aug 11, 2015

Commits on Jul 19, 2015

  1. changed System.sleep() API for better compile-time checks to avoid Sy…

    …stem.sleep(SLEEP_MODE_DEEP, D1, 5) which is incorrect. (Deep sleep does not function with wakeup.) Deep sleep mode does not require a timeout - can be woken up via the WKP pin on the photon.
    m-mcgowan committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    e2160fb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Configuration menu
    Copy the full SHA
    cee3be1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #527 from andyw-lala/dns-issues

    Fix inet_gethostbyname() behaviour and usage.
    m-mcgowan committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    4765b20 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. changed System.sleep() API for better compile-time checks to avoid Sy…

    …stem.sleep(SLEEP_MODE_DEEP, D1, 5) which is incorrect. (Deep sleep does not function with wakeup.) Deep sleep mode does not require a timeout - can be woken up via the WKP pin on the photon.
    m-mcgowan committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    b860b9c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/sleep_api_typesafe' of https://github.com/spark…

    …/firmware into feature/sleep_api_typesafe
    
    # Conflicts:
    #	CHANGELOG.md
    m-mcgowan committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    313d6ae View commit details
    Browse the repository at this point in the history