Embed presentation
Download as PDF, PPTX








This document summarizes work porting the LING virtual machine to the PIC32MZ microcontroller architecture. Key points include: - LING code was ported to the MIPS-based PIC32MZ, requiring some adjustments to toolchain and C99 to C89 changes. - Platform specific code was rewritten, comprising around 600 lines of code, with stubs for unimplemented functions. - An UART driver was implemented for debug output using work from Qemu emulation of PIC32. - Future plans include improving real timers, I/O, power management, memory usage and adding Erlang stdlib and module loading support.






