Hacker News new | ask | show | jobs
by mikepurvis 986 days ago
Any serious build setup for an MCU firmware is going to have steps like this in, generating code and saving blobs of this and that.

Though I guess part of the pitch for micropython is being able to iterate without a flash step every time. Possibly addressed by having your dev boards fitted with a version of the MCU with enough RAM to run it all that way.