Felipe Martínez

Results 64 comments of Felipe Martínez

I'm using a crude assembler written in Go, I'll release a proper one if this PR gets merged or if you want to toy around with it. Maybe some visual...

Very interesting, thank you for the research. It does seem like LittleFS in its current state doesn't work great for the resources use case, maybe it would be worth changing...

We could add a macro that forces a variable to be on RAM, like (not tested) `#define FORCE_RAM __attribute__((section(".data")))`, and also add a check on SPI writes as you mentioned...

It's not being actively maintained but I'm happy to accept any pull requests