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
diff -uNr xbmc-20110207/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp xbmc-20110207-arfoll/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp | |
--- xbmc-20110207/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp 2011-02-07 10:11:20.000000000 +0000 | |
+++ xbmc-20110207-arfoll/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp 2011-02-07 10:33:24.306163877 +0000 | |
@@ -41,6 +41,7 @@ | |
#include "guilib/Texture.h" | |
#include "lib/DllSwScale.h" | |
#include "../dvdplayer/DVDCodecs/Video/OpenMaxVideo.h" | |
+#include "threads/SingleLock.h" | |
using namespace Shaders; |
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
#!/usr/bin/python | |
import sys | |
try: | |
import gobject | |
import avahi | |
import dbus | |
import gtk | |
import avahi.ServiceTypeDatabase |
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
Fixing up ./distribution/common/python-lib/distribution_tools/copy.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/command.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/__init__.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/archive.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/download.py. | |
Fixing up ./distribution/deb-pkg/build-tvm-avr.py. | |
Fixing up ./distribution/deb-pkg/copy-files.py. | |
Fixing up ./distribution/deb-pkg/util.py. | |
Fixing up ./distribution/deb-pkg/checkout-source.py. | |
Fixing up ./distribution/deb-pkg/make-deb-pkg.py. |
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
#!/bin/bash | |
# | |
# bashrc_config configuration script by Brendan Le Foll <[email protected]> | |
# | |
# skip setup if not an interactive shell | |
if [ -z "$PS1" ]; then | |
return | |
fi |
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
/* | |
* Author: Brendan Le Foll <[email protected]> | |
* Author: Thomas Ingleby <[email protected]> | |
* Copyright (c) 2014 Intel Corporation. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining | |
* a copy of this software and associated documentation files (the | |
* "Software"), to deal in the Software without restriction, including | |
* without limitation the rights to use, copy, modify, merge, publish, | |
* distribute, sublicense, and/or sell copies of the Software, and to |
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
{ | |
'targets': [ | |
{ | |
'target_name': 'mraa', | |
'sources': [ '../src/mraa.c', | |
'../src/gpio/gpio.c', | |
'../src/aio/aio.c', | |
'../src/i2c/i2c.c', | |
'../src/pwm/pwm.c', | |
'../src/spi/spi.c', |
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
diff --git a/src/intel_edison_fab_c.c b/src/intel_edison_fab_c.c | |
index 9a3a1db..4ac0009 100644 | |
--- a/src/intel_edison_fab_c.c | |
+++ b/src/intel_edison_fab_c.c | |
@@ -101,13 +101,21 @@ mraa_intel_edison_gpio_dir_pre(mraa_gpio_context dev, gpio_dir_t dir) | |
mraa_gpio_context output_e; | |
output_e = mraa_gpio_init_raw(outputen[pin]); | |
- if (mraa_gpio_dir(output_e, MRAA_GPIO_OUT) != MRAA_SUCCESS) | |
+ if (output_e == NULL) { |
This file has been truncated, but you can view the full file.
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
INFO - libmraa Version v0.6.1-8-g2c74ba7 | |
INFO - Target arch is x86_64 | |
INFO - Adding x86 platforms | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/brendan/git/mraa/build | |
[ 6%] Swig source | |
Scanning dependencies of target mraajs | |
[ 12%] Building CXX object src/javascript/CMakeFiles/mraajs.dir/mraajsJAVASCRIPT_wrap.cxx.o | |
/home/brendan/git/mraa/build/src/javascript/mraajsJAVASCRIPT_wrap.cxx:772:13: error: ‘Arguments’ in namespace ‘v8’ does not name a type |
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
/etc/imraa.conf | |
Defines how pins will be used: | |
{ | |
"lockfile-location": "xxx", | |
"Platform" :[ | |
{"id":"512", "type":"GENERIC_FIRMATA", "flash":"/var/cache/101/firmata.img", "usbserial": "auto"} | |
], | |
"IO" :[ |
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
#!/usr/bin/env bash | |
# Author: Stefan Andritoiu <[email protected]> | |
# Copyright (c) 2016 Intel Corporation. | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining | |
# a copy of this software and associated documentation files (the | |
# "Software"), to deal in the Software without restriction, including | |
# without limitation the rights to use, copy, modify, merge, publish, | |
# distribute, sublicense, and/or sell copies of the Software, and to |
OlderNewer