From ffa38b183b32331dd247e337a985c4eb5a7d9350 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sat, 30 Mar 2019 12:54:36 +0100 Subject: all: add HiFive1 rev B board with RISC-V architecture This page has been a big help in adding support for this new chip: https://wiki.osdev.org/HiFive-1_Bare_Bones --- src/machine/i2c.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/machine/i2c.go') diff --git a/src/machine/i2c.go b/src/machine/i2c.go index bd6c1dc2c..4fe7b816b 100644 --- a/src/machine/i2c.go +++ b/src/machine/i2c.go @@ -1,4 +1,4 @@ -// +build !stm32f4disco +// +build !stm32f4disco,!hifive1b package machine -- cgit v1.2.3