Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
#
require 'shellwords'
require 'optparse'
require 'pp'
require 'json'
require 'pry'
MAKE_CMD = ENV['MAKE_CMD'] || "make -Bknw"
GCC_CMD = ENV['CC'] || "arm-none-eabi-gcc"
@bikeNomad
bikeNomad / # subversion - 2018-10-02_11-58-01.txt
Created October 2, 2018 19:29
subversion on macOS 10.13.6 - Homebrew build logs
Homebrew build logs for subversion on macOS 10.13.6
Build date: 2018-10-02 11:58:01
@bikeNomad
bikeNomad / imx.c.patch
Created November 7, 2012 18:18
patch to Freescale Linux kernel 2.6.38 (11.09.01) drivers/tty/serial/imx.c to allow KDB operation
--- imx.c.orig 2012-10-16 12:05:17.288634650 -0700
+++ drivers/tty/serial/imx.c 2012-11-06 15:13:33.561522579 -0800
@@ -102,6 +102,7 @@
#define UCR2_STPB (1<<6) /* Stop */
#define UCR2_WS (1<<5) /* Word size */
#define UCR2_RTSEN (1<<4) /* Request to send interrupt enable */
+#define UCR2_ATEN (1<<3) /* Aging Timer Enable */
#define UCR2_TXEN (1<<2) /* Transmitter enabled */
#define UCR2_RXEN (1<<1) /* Receiver enabled */
#define UCR2_SRST (1<<0) /* SW reset */
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU MP configure 5.0.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/gmp/5.0.1 --infodir=/usr/local/Cellar/gmp/5.0.1/share/info --enable-cxx --build=x86_64-apple-darwin
## --------- ##
## Platform. ##