forked from hyperion-project/hyperion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master/master' into hyperion_v…
…ersion_id Conflicts: src/hyperion-aml/CMakeLists.txt src/hyperion-remote/CMakeLists.txt src/hyperion-v4l2/CMakeLists.txt
- Loading branch information
Showing
74 changed files
with
1,562 additions
and
666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "dependencies/external/protobuf"] | ||
path = dependencies/external/protobuf | ||
url = https://github.com/tvdzwan/protobuf.git | ||
[submodule "dependencies/external/rpi_ws281x"] | ||
path = dependencies/external/rpi_ws281x | ||
url = https://github.com/jgarff/rpi_ws281x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
**Please provide some information that we could help as fast as possible. | ||
Please check the wiki in case your problem is already known/feature requested.** | ||
|
||
**1.** Used hardware and sofware (Wetek,RPi1,Rpi2,... Ubuntu 14.04(64bit),OSX,OpenELEC,OSMC,XBian,...) | ||
**2.** Your LED device and additional hardware (if used) (WS2801,APA102,WS2812B,... connected through (direct,arduino uno,...)) | ||
**3.** Please upload your Hyperion log to pastebin.com and insert the link. Have a look at the wiki how you get one. | ||
**4.** Please upload your "Hyperion Configuration File" to www.jsoneditoronline.org and insert the link. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
**1.** Tell us something about your changes. | ||
**2.** If this changes affect the .conf file. Please provide the changed section | ||
**3.** Reference a issue (optional) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Hyperion daemon initctl script | ||
|
||
description "hyperion" | ||
author "poljvd & tvdzwan" | ||
|
||
start on (runlevel [2345]) | ||
stop on (runlevel [!2345]) | ||
|
||
respawn | ||
|
||
exec /usr/bin/hyperiond /etc/hyperion.config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[Unit] | ||
Description=Hyperion Systemd service | ||
|
||
[Service] | ||
Type=simple | ||
User=root | ||
Group=root | ||
UMask=007 | ||
ExecStart=/opt/hyperion/bin/hyperiond /etc/hyperion.config.json | ||
ExecReload=/bin/kill -HUP $MAINPID | ||
Restart=on-failure | ||
TimeoutStopSec=10 | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
File renamed without changes.
Oops, something went wrong.