-
Notifications
You must be signed in to change notification settings - Fork 121
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
base: master
Are you sure you want to change the base?
Sdk 8 support #107
Commits on Apr 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for caed458 - Browse repository at this point
Copy the full SHA caed458View commit details
Commits on Apr 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 63f2f01 - Browse repository at this point
Copy the full SHA 63f2f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6562471 - Browse repository at this point
Copy the full SHA 6562471View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5b1dc - Browse repository at this point
Copy the full SHA ba5b1dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0a174 - Browse repository at this point
Copy the full SHA 0a0a174View commit details
Commits on Apr 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5f195b9 - Browse repository at this point
Copy the full SHA 5f195b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d44350 - Browse repository at this point
Copy the full SHA 1d44350View commit details -
added dynamic memory allocation to preserve serial_cmd array through …
…out the life of the program
Configuration menu - View commit details
-
Copy full SHA for 6302aa7 - Browse repository at this point
Copy the full SHA 6302aa7View commit details -
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 committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for e993a40 - Browse repository at this point
Copy the full SHA e993a40View commit details -
Reduced dynamic allocation to just data array in app_evt, freed once it is handled in main()
matt-roby authored and matt-roby committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 9df314b - Browse repository at this point
Copy the full SHA 9df314bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35997fc - Browse repository at this point
Copy the full SHA 35997fcView commit details -
Added gpio_config for setting pins
Handle equals the pin to change (0 to 32)
matt-roby authored and matt-roby committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 1b7d26e - Browse repository at this point
Copy the full SHA 1b7d26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for db6cfd1 - Browse repository at this point
Copy the full SHA db6cfd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe3e1f - Browse repository at this point
Copy the full SHA 9fe3e1fView commit details
Commits on Apr 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 39b54d8 - Browse repository at this point
Copy the full SHA 39b54d8View commit details -
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 committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 2ef732a - Browse repository at this point
Copy the full SHA 2ef732aView commit details -
matt-roby authored and matt-roby committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for f3b99c4 - Browse repository at this point
Copy the full SHA f3b99c4View commit details
Commits on Apr 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0bed32b - Browse repository at this point
Copy the full SHA 0bed32bView commit details
Commits on Apr 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ae4bdf1 - Browse repository at this point
Copy the full SHA ae4bdf1View commit details -
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 committedApr 17, 2016 Configuration menu - View commit details
-
Copy full SHA for d234e08 - Browse repository at this point
Copy the full SHA d234e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for abdd5cc - Browse repository at this point
Copy the full SHA abdd5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d6eb2 - Browse repository at this point
Copy the full SHA c2d6eb2View commit details
Commits on Apr 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cc82d70 - Browse repository at this point
Copy the full SHA cc82d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ff33a - Browse repository at this point
Copy the full SHA 70ff33aView commit details -
Filled in Template project for smart home project
Includes “ping” interface to prompt other devices to update values.
matt-roby authored and matt-roby committedApr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for be04f9f - Browse repository at this point
Copy the full SHA be04f9fView commit details -
matt-roby authored and matt-roby committed
Apr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 1ba4f8a - Browse repository at this point
Copy the full SHA 1ba4f8aView commit details -
Set ping handle back low after it has been handled
matt-roby authored and matt-roby committedApr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 6c028f5 - Browse repository at this point
Copy the full SHA 6c028f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a611b6 - Browse repository at this point
Copy the full SHA 7a611b6View commit details -
matt-roby authored and matt-roby committed
Apr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for b93f0a0 - Browse repository at this point
Copy the full SHA b93f0a0View commit details
Commits on Apr 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 22678f3 - Browse repository at this point
Copy the full SHA 22678f3View commit details -
Prevent multiple devices from updating same handle on ping
matt-roby authored and matt-roby committedApr 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 3c4f397 - Browse repository at this point
Copy the full SHA 3c4f397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2b916 - Browse repository at this point
Copy the full SHA 9b2b916View commit details -
Added RECEIVER ifdef for debugging
RECEIVER prints out all received events
matt-roby authored and matt-roby committedApr 19, 2016 Configuration menu - View commit details
-
Copy full SHA for c6cb0cc - Browse repository at this point
Copy the full SHA c6cb0ccView commit details -
Added Pulsemeasure for Digital input
matt-roby authored and matt-roby committedApr 19, 2016 Configuration menu - View commit details
-
Copy full SHA for a269a95 - Browse repository at this point
Copy the full SHA a269a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629e2d8 - Browse repository at this point
Copy the full SHA 629e2d8View commit details
Commits on May 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ece3412 - Browse repository at this point
Copy the full SHA ece3412View commit details