Ryan Powell
Ryan Powell
Yes, that's probably the way to go. I did make a few changes that might be of benefit to PR. Also, a bit off topic, but since you're here the...
> Could I ask you to file a feature request at https://github.com/platformio/platform-nordicnrf52 ? Done: https://github.com/platformio/platform-nordicnrf52/issues/158
Hello, I would be happy to add this and thank you for the links. When I get a few moments to work on it I'll post back here for you...
This is not yet implemented as it requires a different bootloader (new), I hope to have this sometime in the future.
The two can't be used together, I had thoughts of making a mcuboot based bootloader but have t had time to work on it.
Well I suppose you may be able to construct something if the flash is properly partitioned. You would need to know what partition to jump to somehow, usually a record...
Great, thanks for the interest. I have started on the platform, you will find it here https://github.com/h2zero/platform-n-able There is an example in there that you can use. This is very...
Great! Thanks for digging into this 😀. That link is helpful for sure.
I suspected that, great investigative work! Looks like we need to define the base values for `__STACK_SIZE` and `__HEAP_SIZE` in the extra flags for the each board using the `extra_flags`...
> __STACK_SIZE and __HEAP_SIZE comes from your nimble implementation right? It is defined on the mynewt implementatioin as well I suppose? Those are linker macros actually, used here to set...