kenyapcomau
kenyapcomau
I can confirm that using -P stc12 for the 89C52 I got on my development board described in https://github.com/kenyapcomau/QX-mini51 is a valid workaround. Hope this can be automatically detected in...
Yeah my experience too. Seems kicad-5.1 ships with an old Python 2.7 pcbnew module, on Linux at least. Anybody know if there is a Python 3 pcbnew module somewhere, or...
My Kicad package is slightly behind at 5.1.5. I expect I'll get Py3 when I upgrade. Devs are working on getting Py3 to work on Windows so hopefully this will...
I don't see any evidence that the CH552 flash program memory is self-programmable, which makes it difficult to develop programs interactively and incrementally. Any user Forth programs would have to...
Hi, I've revived Brad Rodriguez's Camel Forth for the 8052 here: https://github.com/kenyapcomau/8052forth It takes up almost 8kB. It can't create new words on the fly due to the Harvard architecture...
That probably erases and rewrites the flash a block at a time. But the main drawback is still the Harvard architecture which precludes incremental development. So as Brad observed a...
I know how to change it to call sdar and that was my workaround, but you missed my last sentence where I said it should be conditional on the SDCC...