X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <515993E0.8030803@schinagl.nl> Date: Mon, 01 Apr 2013 16:04:16 +0200 From: Oliver Schinagl User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130322 Thunderbird/17.0.4 MIME-Version: 1.0 To: geda-user AT delorie DOT com CC: Edward Comer Subject: Re: [geda-user] Interesting Open-Hardware Project References: <20130329161824 DOT GA31378 AT localhost DOT localdomain> <1364741358 DOT 88032 DOT YahooMailNeo AT web120704 DOT mail DOT ne1 DOT yahoo DOT com> <1364759292 DOT 24041 DOT YahooMailNeo AT web120701 DOT mail DOT ne1 DOT yahoo DOT com> <5159535B DOT 5030404 AT schinagl DOT nl> <1364821081 DOT 31131 DOT YahooMailNeo AT web120706 DOT mail DOT ne1 DOT yahoo DOT com> In-Reply-To: <1364821081.31131.YahooMailNeo@web120706.mail.ne1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 04/01/13 14:58, Edward Comer wrote: > What they mean is that they have ported the Arduino "C" open-source > libraries to support the specific CPU and I/O of their ARM. Arduino code > is nothing more than a collection of libraries that include a hardware > abstraction layer. Their extra trick is a clever java IDE that searches > the library tree and resolves all sorts of dependencies for you, making > the whole process painless for newcomers. The hardware abstraction layer > is very helpful for newcomers but can sometimes be a little frustrating > when porting your code to bare metal. Then their claim is a little overstated :) I would assume they'd do that, but it wasn't clear. Also as said, if you would have added anything AVR specific, it'll fail too. Bold claims in my eyes. > ---------------- > "I don't know how all this works, but they claim, that a 32bit nordic > cortex-m0 can run arduino (AVR) code without changes to the code? I'm > sure you need some conversion lib/headers installed at the very least > and recompile it to arm. If your using anything AVR specific it'll fail?" > >