Jade Mattsson

Results 71 comments of Jade Mattsson

MSC... ~~Mass Storage Controller~~, ~~Mobile Switching Center~~, ~~Microsoft Superior C~~, umm.. I'm drawing a blank here? If you're referring to `fopen()` and co, then \*Mumble-something\* Standard C? That aside, no...

Thanks, will do then :)

A `Cache_Read_Disable()/Cache_Read_Enable()` pair should do the necessary register twiddling to reload the cache window into the SPI flash. IIRC it's a single control register in DPORT0, but I don't seem...

Thanks for the heads up. For this particular purpose you might want to deliberately use the ROM'd `Cache_Read_Disable()/...Enable()` rather than the "improved" SDK versions. Oh, and I found the reference...

I'd consider a two-pass approach entirely reasonable (and possible preferred, depending on internals). Either of the hash size options seems acceptable at this stage. We can always revisit later if...

Maybe a dumb question, but if we're doing multiple passes anyway, do we still need to have the string table before the protos? As in, do we need to deviate...

> > Maybe a dumb question [...] > In a word Yes. Gotcha :D Carry on! 👍

Nice! Always _so_ satisfying to be able to remove code!

I'm definitely partial to having solid commentary in the source and have been known to leave big blocks of texts explaining the intent and reasoning. The idea being that once...

If it's not too much extra work, I think my preference would be to do it as two PRs. A bit easier to review too.