top | item 46395666

(no title)

isitcontent | 2 months ago

Porting to different CPU/bytecodes should be doable. Just keep in mind that in ESP-IDF we also get the dynamic linker and the libc for free (and any other C functions exposed in the firmware). On the other platforms, that may be some extra work for the compiler.

discuss

order

MobiusHorizons|2 months ago

Yea I was understanding that hurdle, but thanks for the reminder.