Re: Convenience header: mynewt.h

2018-03-21 Thread Wayne Keenan
+1 Sent from my iPhone > On 21 Mar 2018, at 20:15, aditi hilbert wrote: > > +1 > > aditi > >> On Mar 21, 2018, at 10:47 AM, Christopher Collins wrote: >> >> Hello all, >> >> I was thinking about adding a new header to the core repo that just >> includes the (more or less) mandatory headers

Re: Sample apps in mynewt-core

2018-03-21 Thread Wayne Keenan
Hi Aditi, I'm guessing what's below is already there but spread out over a number of existing apps and in the docs, and maybe even exist already, but my first thoughts are... Perhaps add standalone (pure OS) examples that demonstrate basic, and more advanced, uses of multiple tasks and message pa

Re: recommendations for IO pin declarations

2018-03-01 Thread Wayne Keenan
s too, without the need for CubeMX. Thanks, Wayne On 1 March 2018 at 18:48, Wayne Keenan wrote: > That's a good point, but also having used CubeMX myself I always thought > it is very application specific design time choices. IMHO What MyNewt MCU > support would need is

Re: recommendations for IO pin declarations

2018-03-01 Thread Wayne Keenan
> include files generated by CubeMX do hold the proper defines and macros > needed to do the pin assignments correctly and this tool is kept up-to-date > for all STM32 processors at all times, so "your" STM32 of choice will > always be there.. > > Regards, > Raoul

Re: recommendations for IO pin declarations

2018-03-01 Thread Wayne Keenan
If you take a look at MicroPython, it has CSV files describing the Alternate Functions of pins for many STM32 devices. Files matching *_af.csv under: https://github.com/ micropython/micropython/tree/master/ports/stm32/boards Perhaps the Mynewt STM32 MCU support could/should import and use them?

Re: Trimming controller code size with BLE_EXT_ADV

2017-09-11 Thread Wayne Keenan
l in the controller > to save space but was never added since we always seemed to manage to fit it > by doing other things. > > I think separating these two is a good idea for those who need the flash. > > Just my two cents. > > Will > >> On Sep 11, 2017, at 5:22 A

Re: Trimming controller code size with BLE_EXT_ADV

2017-09-11 Thread Wayne Keenan
Hi, Being able to disable parts of the Nimble stack to reduced code (and RAM) size is a compelling feature of MyNewt/Nimble, I'd like to see as many tweak-ables as is sane. The Host not being 100% compliant is fine in my mind for some learning/experimenting/tinkering use cases. Automated tests

Re: [VOTE] Release Apache Mynewt 1.2.0-rc1

2017-09-11 Thread Wayne Keenan
+1 Thanks Wayne > On 11 Sep 2017, at 09:51, Łukasz Rymanowski > wrote: > > +1 (binding) > > Łukasz > >> On 10 September 2017 at 20:49, aditi hilbert wrote: >> +1 >> >> thanks, >> aditi >> >>> On Sep 8, 2017, at 11:54 AM, Szymon Janc wrote: >>> >>> Hello all, >>> >>> I am pleased to be