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: a07f3367d7,f19947dc07064109,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.219.144 with SMTP id hu16mr12980079qab.1.1353503187821; Wed, 21 Nov 2012 05:06:27 -0800 (PST) Received: by 10.49.60.40 with SMTP id e8mr1819451qer.40.1353503187758; Wed, 21 Nov 2012 05:06:27 -0800 (PST) Path: gf5ni4712563qab.0!nntp.google.com!i9no5164999qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 21 Nov 2012 05:06:27 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.77.226.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 189.77.226.1 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8fc621f0-ca52-4fff-9e59-2c5b9836227a@googlegroups.com> Subject: Burn rom configuration in GPS From: "Rego, P." Injection-Date: Wed, 21 Nov 2012 13:06:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-11-21T05:06:27-08:00 List-Id: Dear fellows, Is there a way I can configure GPS project file .gpr to set a burn command to a ROM file (.hex)? (I am on a Windows 7/64 machine) I would like to do something like -- my_burn.gpr project My_Burn is ... package Burner is for Default_Switches ("ada") use ... end Burner; end My_Burn; so when I run some option "burn", GPS will burn my chip using the configured switches. Thanks.