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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.139.196 with SMTP id ra4mr1448264pab.19.1422374957873; Tue, 27 Jan 2015 08:09:17 -0800 (PST) X-Received: by 10.140.39.239 with SMTP id v102mr25503qgv.40.1422374957827; Tue, 27 Jan 2015 08:09:17 -0800 (PST) Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!hl2no2748687igb.0!news-out.google.com!q4ni5qan.0!nntp.google.com!bm13no3344173qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 27 Jan 2015 08:09:17 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.104.152.83; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl NNTP-Posting-Host: 74.104.152.83 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9ceb137a-cb4a-4e65-b152-6885f5e030b4@googlegroups.com> Subject: gnat ARM - predefined packages From: "RasikaSrinivasan@gmail.com" Injection-Date: Tue, 27 Jan 2015 16:09:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:192061 Date: 2015-01-27T08:09:17-08:00 List-Id: Some clarifications please: I am using gnat for ARM - having reasonable success with the STM32F4 discov= ery board. I would like to know: - The example project contains an import as follows: -- file: registers.ads GPIOD : GPIO_Register with ... ; pragma Imp=10oft(Ada,GP=10IOD) ; where is this object GPIOD getting imported from? I am looking to use GPIOB and GPIOC. how can i import those? =20 - the spec of Ada.Interrupts.Names so I know how to attach new interrupt ha= ndlers. (Example project provides Ada.Interrupts.Names.EXTIO_Interrrupt) - Is it possible to install native gnat on the same Windows system and prod= uce executables for both the native and the ARM targets? - Is it possible to use packages such as Ada.Containers in the embedded tar= get? thanks for pointers. srini