Skip to content

Instantly share code, notes, and snippets.

View BlackstoneEngineering's full-sized avatar

Austin Blackstone BlackstoneEngineering

View GitHub Profile
[mbed] Detecting connected targets/boards to your system...
[mbed] Opening serial terminal to "DISCO_L475VG_IOT01A"
--- Terminal on /dev/tty.usbmodem146103 - 115200,8,N,1 ---
[BOOT] Mbed Bootloader
[BOOT] ARM: 00000000000000000000
[BOOT] OEM: 00000000000000000000
[BOOT] Layout: 0 80082A0
[BOOT] Application's start address: 0x8010400
[BOOT] Application's jump address: 0x80316F9
[BOOT] Application's stack address: 0x10008000
@BlackstoneEngineering
BlackstoneEngineering / CI Test Shiled Update.md
Last active March 17, 2017 16:13
CI Test Shield - Compliance Levels Proposal

Problem

The current tests are rather rigid in what they consider passing. Partners are requesting more modular tests that allow for a wider range of hardware to pass.

Proposed Solution

To address this I am proposing a tiered test infrastructure. This would allow us to certify different levels of compliance while providing maximum flexibility. The idea is to have 4 levels.

  1. Bare Implementation - First stage of development.
  • Constructors / destructors
  • Assumptions
from flask_socketio import SocketIO, emit,send,join_room, leave_room # socket-io library
from flask import Flask # web.py framework for hosting webpages
import mbed_connector_api # mbed Device Connector library
import pybars # use to fill in handlebar templates
from base64 import standard_b64decode as b64decode
app = Flask(__name__)
app.config['SECRET_KEY'] = 'secret!'
socketio = SocketIO(app)
@BlackstoneEngineering
BlackstoneEngineering / gist:9e1f4613c2401ad1a562
Created October 20, 2015 03:49
pip install -U yotta on Msys2 - libssl error
ImaUsr@TheMachine MSYS ~
$ pip2 --version
pip 7.1.2 from /usr/lib/python2.7/site-packages (python 2.7)
ImaUsr@TheMachine MSYS ~
$ python2 --version
Python 2.7.10
ImaUsr@TheMachine MSYS ~
$ pip2 install -U yotta