Skip to content

Instantly share code, notes, and snippets.

@Artox
Artox / wiringx-hb2.patch
Created February 26, 2017 20:52
using mikrobus on hummingboard 2
diff --git a/src/platform/solidrun/hummingboard_gate_edge_dq.c b/src/platform/solidrun/hummingboard_gate_edge_dq.c
index 1a54fb4..c172def 100644
--- a/src/platform/solidrun/hummingboard_gate_edge_dq.c
+++ b/src/platform/solidrun/hummingboard_gate_edge_dq.c
@@ -41,6 +41,28 @@ struct platform_t *hummingboardGateEdgeDQ = NULL;
|IR|
|--|
+--------
+mikroBUS
@Artox
Artox / appveyor.yml
Last active August 7, 2017 14:08
AppVeyor CI for ArcEmu
version: 0.{build}
branches:
only:
- arm
skip_tags: true
image: Visual Studio 2017
configuration:
- Debug
- Release
platform:
@Artox
Artox / 0001-HACK-Do-not-try-to-mount-a-reserved-partition.patch
Created May 13, 2018 15:49
FreeBSD crochet: hack for reserved partitions
From f8abae90b2ad76d070ad59d8c1399e126dd45078 Mon Sep 17 00:00:00 2001
From: Josua Mayer <josua.mayer97@gmail.com>
Date: Sun, 13 May 2018 15:43:25 +0000
Subject: [PATCH 1/2] HACK: Do not try to mount a reserved partition
Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
---
lib/board.sh | 2 ++
lib/disk.sh | 3 +++
2 files changed, 5 insertions(+)