micromenu-v2 icon indicating copy to clipboard operation
micromenu-v2 copied to clipboard

Porting to PIC18

Open overrider opened this issue 6 years ago • 1 comments

Do you have plans to converting this so it can be used on a PIC?

overrider avatar Aug 26 '18 05:08 overrider

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).

abcminiuser avatar Aug 27 '18 11:08 abcminiuser