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

Sdk 8 support #107

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Sdk 8 support #107

wants to merge 36 commits into from

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    caed458 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Configuration menu
    Copy the full SHA
    63f2f01 View commit details
    Browse the repository at this point in the history
  2. added simple_uart

    erinsb committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    6562471 View commit details
    Browse the repository at this point in the history
  3. added simple_uart

    erinsb committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    ba5b1dc View commit details
    Browse the repository at this point in the history
  4. modified simple_uart

    erinsb committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    0a0a174 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Configuration menu
    Copy the full SHA
    5f195b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d44350 View commit details
    Browse the repository at this point in the history
  3. added dynamic memory allocation to preserve serial_cmd array through …

    …out the life of the program
    erinsb committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    6302aa7 View commit details
    Browse the repository at this point in the history
  4. Fixed uint8_t data back to uint8_t * data

    On get_val_req path, where cmd_rsp is filled with val_get.data
    matt-roby authored and matt-roby committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    e993a40 View commit details
    Browse the repository at this point in the history
  5. Fixed missing free()

    Reduced dynamic allocation to just data array in app_evt, freed once it
    is handled in main()
    matt-roby authored and matt-roby committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    9df314b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35997fc View commit details
    Browse the repository at this point in the history
  7. Added gpio_config for setting pins

    Handle equals the pin to change (0 to 32)
    matt-roby authored and matt-roby committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    1b7d26e View commit details
    Browse the repository at this point in the history
  8. added gpio_config files

    erinsb committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    db6cfd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fe3e1f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. more ifdef DEBUG lines added

    erinsb committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    39b54d8 View commit details
    Browse the repository at this point in the history
  2. Added project specific value updates

    Created mesh_update wrapper for rbc_mesh_value_set to update a changing
    data value.
    matt-roby authored and matt-roby committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    2ef732a View commit details
    Browse the repository at this point in the history
  3. Comment updates

    matt-roby authored and matt-roby committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    f3b99c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. Configuration menu
    Copy the full SHA
    0bed32b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Configuration menu
    Copy the full SHA
    ae4bdf1 View commit details
    Browse the repository at this point in the history
  2. Added value refresh command for analog reads

    Introduced value refresh serial & mesh commands to prompt the device
    that owns an analog input to update the analog value across the mesh.
    matt-roby authored and matt-roby committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    d234e08 View commit details
    Browse the repository at this point in the history
  3. changed some debug statements

    erinsb committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    abdd5cc View commit details
    Browse the repository at this point in the history
  4. value_refresh fixes

    erinsb committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    c2d6eb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. misc updates

    erinsb committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    cc82d70 View commit details
    Browse the repository at this point in the history
  2. more misc updates

    erinsb committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    70ff33a View commit details
    Browse the repository at this point in the history
  3. Filled in Template project for smart home project

    Includes “ping” interface to prompt other devices to update values.
    matt-roby authored and matt-roby committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    be04f9f View commit details
    Browse the repository at this point in the history
  4. Updated device pins

    matt-roby authored and matt-roby committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    1ba4f8a View commit details
    Browse the repository at this point in the history
  5. Set ping handle back low after it has been handled

    matt-roby authored and matt-roby committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    6c028f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a611b6 View commit details
    Browse the repository at this point in the history
  7. Updated includes

    matt-roby authored and matt-roby committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    b93f0a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. misc debugging statements

    erinsb committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    22678f3 View commit details
    Browse the repository at this point in the history
  2. Prevent multiple devices from updating same handle on ping

    matt-roby authored and matt-roby committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    3c4f397 View commit details
    Browse the repository at this point in the history
  3. fixed last commit

    erinsb committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    9b2b916 View commit details
    Browse the repository at this point in the history
  4. Added RECEIVER ifdef for debugging

    RECEIVER prints out all received events
    matt-roby authored and matt-roby committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    c6cb0cc View commit details
    Browse the repository at this point in the history
  5. Added Pulsemeasure for Digital input

    matt-roby authored and matt-roby committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    a269a95 View commit details
    Browse the repository at this point in the history
  6. updated defines

    erinsb committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    629e2d8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Last minute clean-up

    erinsb committed May 17, 2016
    Configuration menu
    Copy the full SHA
    ece3412 View commit details
    Browse the repository at this point in the history