This file contains hidden or 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
DEBUG Loaded Plugin: RFC 6120: Stream Feature: STARTTLS | |
DEBUG Loaded Plugin: RFC 6120: Stream Feature: Resource Binding | |
DEBUG Loaded Plugin: RFC 3920: Stream Feature: Start Session | |
DEBUG Loaded Plugin: RFC 6121: Stream Feature: Roster Versioning | |
DEBUG Loaded Plugin: RFC 6121: Stream Feature: Subscription Pre-Approval | |
DEBUG Loaded Plugin: RFC 6120: Stream Feature: SASL | |
DEBUG Loaded Plugin: XEP-0030: Service Discovery | |
DEBUG Loaded Plugin: XEP-0004: Data Forms | |
DEBUG Loaded Plugin: XEP-0082: XMPP Date and Time Profiles | |
DEBUG Loaded Plugin: XEP-0131: Stanza Headers and Internet Metadata |
This file contains hidden or 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
DEBUG Loaded Plugin: RFC 6120: Stream Feature: STARTTLS | |
DEBUG Loaded Plugin: RFC 6120: Stream Feature: Resource Binding | |
DEBUG Loaded Plugin: RFC 3920: Stream Feature: Start Session | |
DEBUG Loaded Plugin: RFC 6121: Stream Feature: Roster Versioning | |
DEBUG Loaded Plugin: RFC 6121: Stream Feature: Subscription Pre-Approval | |
DEBUG Loaded Plugin: RFC 6120: Stream Feature: SASL | |
DEBUG Loaded Plugin: XEP-0030: Service Discovery | |
DEBUG Loaded Plugin: XEP-0004: Data Forms | |
DEBUG Loaded Plugin: XEP-0131: Stanza Headers and Internet Metadata | |
DEBUG Loaded Plugin: XEP-0082: XMPP Date and Time Profiles |
This file contains hidden or 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
//i2c Slave Code(LAUNCHPAD) | |
#include <Wire.h> | |
void setup() | |
{ | |
Wire.begin(8); //join i2c bus with addres 8 | |
Wire.onReceive(receiveEvent); | |
pinMode(6,OUTPUT); | |
pinMode(RED_LED, OUTPUT); | |
digitalWrite(RED_LED, LOW); |
This file contains hidden or 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
package main | |
import ( | |
"github.com/ant0ine/go-json-rest/rest" | |
"log" | |
"net/http" | |
) | |
type Message struct { | |
Body string |
This file contains hidden or 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
-- Logs begin at Tue 2014-09-02 13:48:55 PDT, end at Thu 2014-09-11 17:37:35 PDT. -- | |
Sep 11 17:37:35 ultraviolet systemd[1]: Unit var-lib-nfs-rpc_pipefs.mount entered failed state. | |
Sep 11 17:37:35 ultraviolet systemd[1]: proc-fs-nfsd.mount mount process exited, code=exited status=32 | |
Sep 11 17:37:35 ultraviolet systemd[1]: Failed to mount NFSD configuration filesystem. | |
-- Subject: Unit proc-fs-nfsd.mount has failed | |
-- Defined-By: systemd | |
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel | |
-- | |
-- Unit proc-fs-nfsd.mount has failed. | |
-- |
This file contains hidden or 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
Applying: usb: add driver for Synopsis DWC2 USB IP block | |
error: patch failed: drivers/usb/host/Makefile:45 | |
error: drivers/usb/host/Makefile: patch does not apply | |
error: drivers/usb/host/dwc2_otg-hcd.c: already exists in index | |
error: drivers/usb/host/dwc2_otg.c: already exists in index | |
error: drivers/usb/host/dwc2_otg.h: already exists in index | |
error: drivers/usb/host/dwc2_otg_core_if.h: already exists in index | |
error: drivers/usb/host/dwc2_otg_regs.h: already exists in index | |
error: patch failed: include/usb.h:150 | |
error: include/usb.h: patch does not apply |
This file contains hidden or 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
Applying: ARM: rpi_b: enable USB features in config | |
error: patch failed: include/configs/rpi_b.h:147 | |
error: include/configs/rpi_b.h: patch does not apply | |
Patch failed at 0001 ARM: rpi_b: enable USB features in config | |
The copy of the patch that failed is found in: | |
/home/admin/u-boot/.git/rebase-apply/patch | |
When you have resolved this problem, run "git am --continue". | |
If you prefer to skip this patch, run "git am --skip" instead. | |
To restore the original branch and stop patching, run "git am --abort". |
This file contains hidden or 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
Prerequisite 'drivers/input' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/mmc' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/mtd' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/mtd/onenand' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/mtd/spi' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/net' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/net/phy' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/pci' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/power' of target 'test/dm/built-in.o' does not exist. | |
Prerequisite 'drivers/power/battery' of target 'test/dm/built-in.o' does not exist. |
This file contains hidden or 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
/* | |
* (C) Copyright 2012 Stephen Warren | |
* | |
* See file CREDITS for list of people who contributed to this | |
* project. | |
* | |
* This program is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU General Public License | |
* version 2 as published by the Free Software Foundation. | |
* |
This file contains hidden or 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
/* | |
* (C) Copyright 2012 Stephen Warren | |
* | |
* See file CREDITS for list of people who contributed to this | |
* project. | |
* | |
* This program is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU General Public License | |
* version 2 as published by the Free Software Foundation. | |
* |
OlderNewer