Re: Is the Arduino "M0" board supported?

2016-08-26 Thread Sterling Hughes

Hi Glen,

Awesome!

The M0 does not have a debug chip on it, so if you have an external JTAG 
debugger, I believe it will work (or it will be fairly easy for us to 
support it, if you are determined.)


M0 Pro, Zero and Zero Pro all work well, if you want to get going with 
those.


Sterling

On 26 Aug 2016, at 13:06, Glen Darling wrote:

I am eager to start using mynewt, so I am shopping for hardware and I 
have

a question...

The Arduino "Zero" and "Zero Pro" boards seem to have been replaced 
with

"M0" and "M0 Pro" boards, from reading:
http://www.arduino.org/blog/m0-pro-vs-zero
and also seeing the Zero Pro listed as a "previous" board, here:
http://www.arduino.org/products/boards

I see you have added the "Arduino M0 Pro" board as a supported board 
on

this page:
http://mynewt.incubator.apache.org/
however, the "Arduino M0" board is not listed there. May I assume that
mynewt will also support the M0?

Thanks,


Is the Arduino "M0" board supported?

2016-08-26 Thread Glen Darling

I am eager to start using mynewt, so I am shopping for hardware and I have
a question...

The Arduino "Zero" and "Zero Pro" boards seem to have been replaced with
"M0" and "M0 Pro" boards, from reading:
http://www.arduino.org/blog/m0-pro-vs-zero
and also seeing the Zero Pro listed as a "previous" board, here:
http://www.arduino.org/products/boards

I see you have added the "Arduino M0 Pro" board as a supported board on
this page:
http://mynewt.incubator.apache.org/
however, the "Arduino M0" board is not listed there. May I assume that
mynewt will also support the M0?

Thanks,


Re: gdb scripts

2016-08-26 Thread will sanfilippo
Sounds fine to me...

> On Aug 26, 2016, at 10:14 AM, Peter Snyder  wrote:
> 
> Hey folks,
> 
> I’m for Chris’s suggestion and I haven’t seen any other comments to the 
> contrary, so I’m going to commit some NFFS macros to the location he 
> specified. We might want to think about how to handle platform dependencies, 
> but for the time I’m mixing them in with naming to distinguish what is 
> platform specific.
> 
> - peter
> 
>> On Aug 23, 2016, at 4:58 PM, Christopher Collins  wrote:
>> 
>> Hello all,
>> 
>> I think we need a good location for gdb command files (containing
>> macros).
>> 
>> I propose:
>>   @apache-mynewt-core/compiler/gdbmacros/
>> 
>> Thoughts?
>> 
>> Thanks,
>> Chris
>