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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail Date: Sat, 08 Nov 2014 18:57:54 -0700 From: Jerry Petrey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GNAT ARM on Mac OS X? References: <1013422b-4823-4e5d-b8b6-46bf2d63a7fb@googlegroups.com> <545a71ed$0$56557$c3e8da3$38634283@news.astraweb.com> <545e7442$0$4514$b1db1813$2411a48f@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <545eca23$0$44252$c3e8da3$3a1a2348@news.astraweb.com> Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 7cc9d879.news.astraweb.com X-Trace: DXC=G8fCm8Nc3?f1m]JSMD?cjjL?0kYOcDh@jUll>Z8KblWgnVPLie1YL`dl9B_G1R=S=g0563@ki8a2e`^I43WkiF_m?f1d On 11/8/2014 1:17 PM, Jeffrey Carter wrote: > On 11/08/2014 12:51 PM, Jerry Petrey wrote: >> >> Great work Simon! It takes a while to get everything correct for a different >> board but it is a lot of fun and you learn a few things in the process. Ada and >> the ARM Cortex makes a powerful combination. > > Just out of curiosity, what do you people use these ARM boards for? > Hi Jeff, I am mostly interested in using the ARM boards for robotics projects but they are well suited for any type of control applications. They have a lot of processing power and lots of on-chip peripherals and teamed up with a powerful language like Ada they offer a ton of potential. Right now I am just having fun getting Ada running on many different M3/M4 processor boards and learning more about the ARM architecture in the process. There is a lot of support for the peripherals in C but not in Ada so I am implementing what I need in Ada. It is a great way to really understand the details rather than just use some existing library. There are billions of these processors in use already and ARM predicts there will be 50 billion by 2020. I think Ada needs to be on that bandwagon! Jerry