From owner-svn-ports-all@freebsd.org Thu May 3 21:57:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E6EFBD918; Thu, 3 May 2018 21:57:47 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 533DA6EEA9; Thu, 3 May 2018 21:57:47 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 06F911702A; Thu, 3 May 2018 21:57:47 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf0-f48.google.com with SMTP id j16-v6so28164520lfb.7; Thu, 03 May 2018 14:57:46 -0700 (PDT) X-Gm-Message-State: ALQs6tAFSAFBfKLyUNxxFAuC3cMpV7kiaKGAHc+P4+OOAEDVE507zvfZ 529CfrrUOSMxM/YjvYCWU/ygQtvdGWKY6YwRaPg= X-Google-Smtp-Source: AB8JxZovIJ4pWvn5FLT8mSKXmZEOafexypXg+tokeyk4y73NZHVXxg2n5FfOs5ubWOJ68q3OaGkaO0LRdlbVyQPGxvg= X-Received: by 2002:a19:2902:: with SMTP id p2-v6mr13945413lfp.99.1525384665628; Thu, 03 May 2018 14:57:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.49.18 with HTTP; Thu, 3 May 2018 14:57:25 -0700 (PDT) In-Reply-To: <201805032150.w43LoL9p036469@repo.freebsd.org> References: <201805032150.w43LoL9p036469@repo.freebsd.org> From: Kyle Evans Date: Thu, 3 May 2018 16:57:25 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r468990 - in head/devel: . xtensa-esp32-elf To: Craig Leres Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 21:57:47 -0000 On Thu, May 3, 2018 at 4:50 PM, Craig Leres wrote: > Author: leres > Date: Thu May 3 21:50:21 2018 > New Revision: 468990 > URL: https://svnweb.freebsd.org/changeset/ports/468990 > > Log: > This adds devel/xtensa-esp32-elf which builds the Espressif > ESP32 toolchain for use with Arduino and FreeRTOS projects. > > Reviewed by: matthew (mentor) > Approved by: matthew (mentor) > Differential Revision: https://reviews.freebsd.org/D15271 > ! Have you looked at ESP8266, by chance? (xtensa-lx106, I think) I received an ESP8266 from wblock@ to look at porting it a while back (toolchain + arduino core), but I ran into some binutils issues and had roadblock'd there. Thanks, Kyle Evans