Re: Develop branch issues

2016-10-26 Thread Christopher Collins
On Wed, Oct 26, 2016 at 09:26:38AM -0400, David G. Simmons wrote: > Fixed ... GIT is some serious black-magic. > > I was somehow on branch 0.10.0-dev, so I reset my HEAD to > origin/develop and it all worked. Can now biuild and load ble_tiny. That is a relief to hear. I was out of ideas! And

Re: Develop branch issues

2016-10-25 Thread Adam
Strangely, that specific error: "Compiler Package not specified by BSP" was deleted from targetbuild.go in this commit: > git log -S"Compiler package" commit dd715c24b20d18fd77e52c02cab1a9f860ed329f Author: Christopher Collins Date: Wed Sep 28 16:29:24 2016 -0700 It had

Re: Develop branch issues

2016-10-24 Thread Christopher Collins
On Mon, Oct 24, 2016 at 03:49:51PM -0400, David G. Simmons wrote: > Thanks Chris, > > I'm using develop as I'm working on updating all the docs for the > 1.0Beta release, and it's rough going in places. :-) > > I've taken your suggestions and erased the NRF52 device using J-Link > and that was

Re: Develop branch issues

2016-10-24 Thread David G. Simmons
Thanks Chris, I'm using develop as I'm working on updating all the docs for the 1.0Beta release, and it's rough going in places. :-) I've taken your suggestions and erased the NRF52 device using J-Link and that was successful. I've made sure that the repos are on the develop branch

Re: Develop branch issues

2016-10-24 Thread David G. Simmons
Thanks for looking into this Will. I'm also seeing some misbehavior on the NRF52DK board and the bletiny app. 0:Unhandled interrupt (3), exception sp 0x20007f38 0: r0:0x r1:0x r2:0xdeadbeef r3:0x 0: r4:0x20001538 r5:0x0808 r6:0x0200 r7:0x20001558 0:

Re: Develop branch issues

2016-10-24 Thread will sanfilippo
I am not sure if the stm32f3 directories have been updated for the new system configuration code. Develop is still not quite there yet (as you can see) so we will take a look at this and get it worked out. Sorry about the inconvenience. > On Oct 24, 2016, at 6:51 AM, David G. Simmons