Re: [2/2] incubator-mynewt-core git commit: boot; conditionally check whether to expect image download commands over serial. Whether code gets built in depends on target features.

2016-06-17 Thread marko kiiskila
Hi, I checked in a package that can be included in bootloader, and it will accept image upgrades over serial port. It expects that the image upgrade is done using the newtmgr protocol. Command set that it supports is limited; it can list images, accept an image upload command (stores it to slot

Re: Base a custom bsp on an existing one

2016-06-17 Thread Christopher Collins
Hi Wayne, On Fri, Jun 17, 2016 at 02:28:26PM +0100, Wayne Keenan wrote: > or perhaps I'll break up my app into parts that can be independently > included as dependencies in the pkg.deps section of pkg.yml. > > Is it possible to use 'features' to include/exclude subdirectories of > > source and

Re: Base a custom bsp on an existing one

2016-06-17 Thread Wayne Keenan
or perhaps I'll break up my app into parts that can be independently included as dependencies in the pkg.deps section of pkg.yml. All the best Wayne On 17 June 2016 at 09:41, Wayne Keenan wrote: > Is it possible to use 'features' to include/exclude subdirectories of >

Re: Base a custom bsp on an existing one

2016-06-17 Thread Wayne Keenan
Is it possible to use 'features' to include/exclude subdirectories of source and include under app/myapp/ ? For example, I may have an app which *can* use bluetooth if available, but I may want to have a target with a hardware platform that doesn't have bluetooth so I don't want to compile any