Julian Davison
Julian Davison
@devyte I hadn't realised there were concerns. I don't believe the original work introduced any breaking changes (not doing so was part of the design goal), but if we're moving...
General question, the original version of this had all the ota-commands-in-flash code wrapped in `#ifdef`s so it could be turned off, do we want it to still be optional, or...
I wouldn't review it yet, still fixing up the changes between when it was written and now :) Oh, uhm, page vs block, it's the smallest erasable chunk, which I...
The actual flash address was directly after the area allocated for the running program, so it shortened that by the block size.
I suspect smaller flash sizes were the original reason for the conditional inclusion of the flash code. The code increase is fairly trivial, but (for smaller sized devices) the block...
Arguably I should have started here, however, I've just put everything together (now on Mac, to complete the desktop OS trio) and built eboot. While the original version of this...
Oh, potentially getting rid of the existing RTC stuff will help, the original approach left that intact to provide a path of least change, but if we were to opt...
I'm keen to finalise #6538 is it worth my working through this PR to see how they might mesh?
Doxygen! 😊
Presumably we're thinking more basic api parameter/return/side effect rather than usage examples in the source? Keeping main docs for that?