1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 11:57:38 +02:00

addded support for the Intel Edison

This commit is contained in:
clinton 2016-09-29 13:52:29 +10:00
parent adc3d47305
commit a30c674d71
3 changed files with 57 additions and 0 deletions

View file

@ -3,5 +3,6 @@ package all
import (
_ "github.com/kidoman/embd/host/bbb"
_ "github.com/kidoman/embd/host/edison"
_ "github.com/kidoman/embd/host/rpi"
)