Skip to content

Instantly share code, notes, and snippets.

View stephengroat's full-sized avatar
😜
IPv6in

Stephen stephengroat

😜
IPv6in
View GitHub Profile

Keybase proof

I hereby claim:

  • I am stephengroat on github.
  • I am sgroat (https://keybase.io/sgroat) on keybase.
  • I have a public key whose fingerprint is EC05 0A34 72E3 CF42 9776 FE4B 3FEA 0C7A 2039 9F68

To claim this, I am signing this object:

Verifying that "stepheng.id" is my Blockstack ID. https://onename.com/stepheng
@stephengroat
stephengroat / .travis.yml
Created April 25, 2017 16:58
PropellerIDE Travis config for compiling Propeller Spin projects
sudo: required
dist: trusty
language: generic
addons:
apt:
packages:
- qt5-default
- libqt5serialport5
- libftdi1
script:
@stephengroat
stephengroat / cmocka.cygport
Last active November 19, 2017 21:32
cmocka cygport
inherit cmake
NAME="cmocka"
VERSION=1.1.1
RELEASE=1
CATEGORY="Devel"
SUMMARY="A powerful testing framework for C which only requires the standard C library"
DESCRIPTION="An elegant unit testing framework for C with support for mock objects.
It only requires the standard C library, works on a lot of platforms
(including embedded) and with different compilers."