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

WIP - split platform-dependent code into per-platform subtrees #6

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Commits on Sep 5, 2015

  1. Split address.h/address.c into platform files

    franc0is committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    1ec44ac View commit details
    Browse the repository at this point in the history
  2. add symbols to the map and sym files

    franc0is committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    42db41e View commit details
    Browse the repository at this point in the history
  3. Split coap_time into platform

    franc0is committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    1a5db24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c30105 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Split out coap_io code into platform files

    franc0is committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    bf67a8b View commit details
    Browse the repository at this point in the history
  2. WIP - refactor net

    franc0is committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    affd7f3 View commit details
    Browse the repository at this point in the history
  3. WIP - net split

    franc0is committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    0fd92f1 View commit details
    Browse the repository at this point in the history
  4. WIP - whitespace cleanup

    franc0is committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    57650d1 View commit details
    Browse the repository at this point in the history
  5. WIP - split out coap_context

    franc0is committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    f0eb4e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. WIP - Factor out timer code into a timer module

    franc0is committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    1adcad1 View commit details
    Browse the repository at this point in the history
  2. WIP - Remove unused context pointer in endpoint and use NTOHS macro e…

    …verywhere
    franc0is committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    3b9cf45 View commit details
    Browse the repository at this point in the history
  3. Add -Werror flag and remove -pedantic, fix issues

    franc0is committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    b84a353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6824a97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e37b2d0 View commit details
    Browse the repository at this point in the history
  6. WIP - debugging

    franc0is committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    b18c119 View commit details
    Browse the repository at this point in the history
  7. WIP - still debugging

    franc0is committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    9c41f5f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. WIP - add libev

    franc0is committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    9892ec1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. WIP - add libev based posix timers

    franc0is committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    9a51231 View commit details
    Browse the repository at this point in the history
  2. Fix coap_ticks platforms with no _POSIX_TIMERS

    franc0is committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    bde3052 View commit details
    Browse the repository at this point in the history
  3. collapse COAP_[MALLOC|FREE]_TYPE macros into coap_[malloc|free]_type …

    …functions
    franc0is committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    2069282 View commit details
    Browse the repository at this point in the history
  4. Factor PRNG into per-platform impls

    franc0is committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    14208ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    410bb70 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. Configuration menu
    Copy the full SHA
    8daba75 View commit details
    Browse the repository at this point in the history
  2. Actually get the contiki exampel building

    franc0is committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    50a6a0c View commit details
    Browse the repository at this point in the history