summaryrefslogtreecommitdiff
path: root/py/nlrmips.c
AgeCommit message (Collapse)Author
2022-11-15py/nlrmips: Add native NLR support for MIPS architecture.Jan Willeke
This can be tested using ports/minimal and qemu: make CC=mips-linux-gnu-gcc-8 Then run with qemu-mips: stty raw opost -echo; QEMU_LD_PREFIX=/usr/mips-linux-gnu/ qemu-mips build/firmware.elf; sleep 1; reset Signed-off-by: Jan Willeke <willeke@smartmote.de>