micromenu-v2
micromenu-v2 copied to clipboard
Porting to PIC18
Do you have plans to converting this so it can be used on a PIC?
I don't have any PIC hardware or knowledge (I've only really used AVR8, AVR32 and ARM Cortex A/M parts) but there's no reason why this couldn't be ported. It's fairly basic C code, so all you really need is a compiler/architecture specific way of keeping and reading stored data in the flash rather than having it copied out to RAM on boot (to save memory).