Skip to content

Instantly share code, notes, and snippets.

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
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
@systmkor
systmkor / i2c slave
Created July 15, 2014 23:04
i2c between two MSP403s
//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);
package main
import (
"github.com/ant0ine/go-json-rest/rest"
"log"
"net/http"
)
type Message struct {
Body string
-- 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.
--
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
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".
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.
/*
* (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.
*
/*
* (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.
*