Closed mithro closed 9 years ago
Our commits crossed, so the merge did nothing. I also added a USE_16K config variable to the Makefile, to avoid the "insufficient memory" error. You can build the firmware with a modern SDCC with debug enabled like this:
make AS8051=sdas8051 FLAGS="-DDEBUG" USE_16K=1
Lastly, FYI the debug info appears on whatever pin you configure "USART" to, and by default it's 115200,8,N,1. You'll need a MAX232 or similar to drive RS-232 levels.
Fixed some of the issues in https://github.com/makestuff/libfpgalink/issues/25
However now doesn't compile with;