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

[Gen 3] Fix/wiring tests #1719

Merged
merged 20 commits into from Apr 11, 2019
Merged

[Gen 3] Fix/wiring tests #1719

merged 20 commits into from Apr 11, 2019

Commits on Apr 11, 2019

  1. Copy the full SHA
    e150272 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    953f8ed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9e49fbc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    85552cf View commit details
    Browse the repository at this point in the history
  5. [system] network: extends network_ready() on gen 3 platforms to query…

    … for IPv4 or IPv6 connectivity specifically
    avtolstoy authored and technobly committed Apr 11, 2019
    Copy the full SHA
    9130f33 View commit details
    Browse the repository at this point in the history
  6. [wiring] network: fixes Network.resolve() to not return IPv4/IPv6 add…

    …resses when there is no IPv4/IPv6 connectivity respectively
    avtolstoy authored and technobly committed Apr 11, 2019
    Copy the full SHA
    12613af View commit details
    Browse the repository at this point in the history
  7. [wiring] ipaddress: fixes an annoying pragma message on Gen 2 platfor…

    …ms by basing Wiring_IPv6 on HAL_PLATFORM_IPV6 instead of HAL_IPv6
    avtolstoy authored and technobly committed Apr 11, 2019
    Copy the full SHA
    0008c0b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    367a1e3 View commit details
    Browse the repository at this point in the history
  9. [wiring] network: pass hints with protocol = AF_UNSPEC and AI_ADDRCON…

    …FIG flag to getaddrinfo
    avtolstoy authored and technobly committed Apr 11, 2019
    Copy the full SHA
    e20b929 View commit details
    Browse the repository at this point in the history
  10. [wiring] network: Network.resolve() for platforms not-supporting geta…

    …ddrinfo() (Gen 2)
    avtolstoy authored and technobly committed Apr 11, 2019
    Copy the full SHA
    888a94c View commit details
    Browse the repository at this point in the history
  11. [system] power: do not report battery soc when there is no battery pr…

    …esent or its state is unknown
    avtolstoy authored and technobly committed Apr 11, 2019
    Copy the full SHA
    5461721 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    7e2810e View commit details
    Browse the repository at this point in the history
  13. Revert "travis: disabling tests and DEBUG_BUILD=y for now"

    This reverts commit b5e8017.
    technobly committed Apr 11, 2019
    Copy the full SHA
    0a89813 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    1bb71ce View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d504d36 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    39c1a2a View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    1d18028 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    2653274 View commit details
    Browse the repository at this point in the history
  19. [test] fixes TEST=wiring/no_fixture_long_running PWM test

    Test was broken due to a bad ABS macro that was spitting out mostly negative values, also refactored to iterate from 20-90% Duty Cycle PWM in 5% steps, and made adjustments to keep it from hanging (20-30us pulses still too low to measure on Gen 3), and lightened the rigid accuracy calculations `Pulse width should be within 15% error margin resolution > 6, else 40%` and finally we don’t bother to test 2 and 3 bit PWM anymore since it’s very crude.
    technobly committed Apr 11, 2019
    Copy the full SHA
    a34adad View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    7cf10ff View commit details
    Browse the repository at this point in the history