ryan

Results 259 comments of ryan

Hmm, I differ all the files from the ZG you attached and they see to be the same except for the device name :-/ We use a bunch of G/LG/PG/WG/GG/FG...

Awh no, sorry you had the issue and good work tracking that down! I'd definitely call this a bug 😂 The flash sizes don't really matter (unless you run out,...

hey thanks for the issue! looks like we're missing the GG families [here](https://github.com/ryankurte/efm32-base/blob/e91d5d799206b15898d6bc3e5f487927ac42b3e8/toolchain/efm32-base.cmake#L80). if you'd like to add them, a PR would be great, otherwise i'll add it to the...

ahh what an exercise in edge case discovery ^_^ i think probably another if statement [here](https://github.com/ryankurte/efm32-base/blob/master/toolchain/efm32-base.cmake#L76) matching the family with a nested if to override weird devices / fall through...

my usual approach with submoduling is to copy `CMakeLists.txt` into the top level project where you rename / do whatever you need to for your project, and in that file...

Hey sorry for the delay > Shall we rename it to e.g. ADDITIONAL_SYMBOLS_AND_FLAGS? Something like this seems good to me! maybe `OPTIONAL_DEFINITIONS` or `ADDITIONAL_DEFINITIONS` to be in line with cmake's...

Hey, thanks for the PR! The `resp != nil` check is definitely a good addition, but I'm not sure the logic is totally right here (probably because I definitely had...

I think you are correct, not sure why I was convinced otherwise. From the [net/http Client.Do](https://golang.org/pkg/net/http/#Client.Do) godocs: `An error is returned if the Client's CheckRedirect function fails or if there...

Hey, thanks for the issue and sorry you've run into trouble! It looks like we haven't got support for GeoJSON Geometry in the directions api yet. We did add support...

Hey, Definitely can be supported, I just haven't had cause to use OpenOCD yet. I do a plan to add support for the open source BlackMagic probe next time I...