From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,95f032f5350650f3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr14149999pbc.5.1341604102581; Fri, 06 Jul 2012 12:48:22 -0700 (PDT) Path: l9ni11017pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Arduino (AVR-Ada) plugin for GPS or Emacs? Date: Fri, 6 Jul 2012 12:46:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <558338c1-5e3b-4171-93c3-ce203dfc3ae9@googlegroups.com> References: <874npnj34g.fsf@adaheads.sparre-andersen.dk> <5ca1fe7a-505c-4f2e-8e44-464a87fa0de4@googlegroups.com> <87zk7fgysw.fsf@adaheads.sparre-andersen.dk> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 X-Trace: posting.google.com 1341604102 27643 127.0.0.1 (6 Jul 2012 19:48:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 6 Jul 2012 19:48:22 +0000 (UTC) In-Reply-To: <87zk7fgysw.fsf@adaheads.sparre-andersen.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.7.145.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-06T12:46:34-07:00 List-Id: > Good to know. - Even though it sounds like it still is missing the board > selection and programmer management in the GUI. Yes, it lacks both. We have to map all the chip spec. Fortunately 8-bit AVRs are not much complicated. For the programmer management, I use avrdude from WinAVR directly on a .xml batch script plugin. Regards