From owner-freebsd-questions@freebsd.org Tue Dec 6 04:45:49 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5D7FC69248 for ; Tue, 6 Dec 2016 04:45:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 83C44197B for ; Tue, 6 Dec 2016 04:45:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id uB64jl0Z050708 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 5 Dec 2016 21:45:47 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id uB64jl1T050705; Mon, 5 Dec 2016 21:45:47 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 5 Dec 2016 21:45:47 -0700 (MST) From: Warren Block To: Kyle Evans cc: Patrick Mahan , FreeBSD Mailing List Subject: Re: Looking for some direction In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.1 (wonkity.com [127.0.0.1]); Mon, 05 Dec 2016 21:45:48 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 04:45:49 -0000 On Mon, 5 Dec 2016, Kyle Evans wrote: > On Mon, Dec 5, 2016 at 6:55 PM, Warren Block wrote: >> On Mon, 5 Dec 2016, Kyle Evans wrote: >>> >>> FWIW: devel/arduino16 does support the Arduino Due (ARM) using >>> devel/arm-none-eabi-gcc -- I'm still working on figuring out newlib >>> stuff to get the SAMD chips (Zero/MKR1000) working, but programming >>> and all that is generally working for them. >> >> >> Cool! Any hope of ESP8266 support? Thanks! > > Sure, their process seems pretty well documented (putting it at [1], > because I'll inevitably lose it and come back to this e-mail for > reference). I don't currently have an ESP8266, though, so all I can > personally verify is compilation and that the interface bits generally > work -- not a whole lot goes wrong there, though. > > [1] https://github.com/esp8266/esp8266-wiki/wiki/Toolchain Actually, I meant having ports of the ESP8266 toolchain so the Arduino version could be used from FreeBSD. If you are interested in working on that, I'd be happy to send you a NodeMCU board.