[GitHub] vrahane closed pull request #1: Readme.md: Fix bad links in file README.md

2018-02-09 Thread GitBox
vrahane closed pull request #1: Readme.md: Fix bad links in file README.md URL: https://github.com/apache/mynewt-mcumgr/pull/1 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

Re: Mynewt OS and nimBLE on atmega

2018-02-09 Thread Priyanka Rajendran
Hello Will , Thanks for your support and info. If I succeed I will definitely let you know. Is it possible to change the HCI -UART connection to HCI-SPI ? Because , in our case SPI is the prefered interface.Since , SPI needs clock rate and UART needs baudrate ,I expect it is not tough to handle.

Re: Define __MYNEWT__ symbol for Mynewt build

2018-02-09 Thread Andrzej Kaczmarek
Hi Chris, Indeed, now I see that you added this to newt tool ​recently - I was using newt 1.3.0 :-) I'm fine with MYNEWT=1 name. So in this case I'll just close my PR as it is not applicable now. Thanks! Andrzej On Fri, Feb 9, 2018 at 5:08 PM, Christopher Collins wrote: >

Re: Define __MYNEWT__ symbol for Mynewt build

2018-02-09 Thread Christopher Collins
Hi Andrzej, The newt tool already adds the `-DMYNEWT=1` compiler flag during builds. Mynewt and newt are not part of the C implementation, so in my opinion they should not introduce identifiers in the reserved namespace (leading underscore). I know opinions differ on this point, and I could

Define __MYNEWT__ symbol for Mynewt build

2018-02-09 Thread Andrzej Kaczmarek
Hi all, I created a PR which modifies all compiler packages by adding -D__MYNEWT__=1 to compiler.flags.base, see here: https://github.com/apache/mynewt-core/pull/803 The reason for this is to have some common symbol which can be used to distinguish between building code for Mynewt or for some