markfirmware
markfirmware
Ok, I have an [atsame70-xpld](https://www.microchip.com/developmenttools/productdetails/atsame70-xpld) and I think I’ll see what it takes to blink its led.
I found that the StreamTooLong is fixed by increasing the line buffer from 1024 to 1024 * 1024. I’ll send a pr for that next week. Cheers, Mark.
https://github.com/vegecode/svd2zig/pull/5 Moved from stack to global because of size. Of 658 .svd files, 159 report invalid xml and the stream too long errors are eliminated. Next week will see if...
x-for requires a non-template child (whereas x-if does not require this) There are only three valid templates (these, and only these, attributes may appear) 1. x-if 2. x-for 3. x-for...
I have a first implementation working. I ended up there when I discovered that alignment faults could not be suppressed without turning on the mmu.
What kind of equipment is available for rpi implementation? I have an hdmi tv and a 3b and a 3b+, along with a serial cable to a terminal (another 3b+...
Great. The 3b+ has an easily used activity led. (The 3b requires going through the video core to get at it.) Andrew has used a usb serial adapter to connect...
What about @DrDeano?
This attempt was taken directly from the readme.
I don’t yet know how to do keyboard support. I don’t yet have a plan for usb. Up to the rpi4b the pi models don’t use an industry standard usb...