aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/i2c.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-03-30 12:54:36 +0100
committerRon Evans <[email protected]>2019-07-07 14:03:24 +0200
commitffa38b183b32331dd247e337a985c4eb5a7d9350 (patch)
tree2f858af25739909e2da7f6b0b3e59eacc5071d41 /src/machine/i2c.go
parentf0eb4eef5a842be56288590ef3ba8766432c67ac (diff)
downloadtinygo-ffa38b183b32331dd247e337a985c4eb5a7d9350.tar.gz
tinygo-ffa38b183b32331dd247e337a985c4eb5a7d9350.zip
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
Diffstat (limited to 'src/machine/i2c.go')
-rw-r--r--src/machine/i2c.go2
1 files changed, 1 insertions, 1 deletions
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