Urja Rannikko

Results 10 comments of Urja Rannikko

I think the default was changed atleast already in gcc 5, but the symptom was that I'd get a c-lex.c:273: undefined reference to `is_reserved_word' and searching for that found people...

Yes I have built that gcc 3.4 and I have as a workaround installed a bison 2.7.12-4996 in my personal ~/bin and set that first in the path, but obviously...

I found some issues with this: - it is missing a signoff (this one only you can do) - if you select spispeed=2.6M, it will complain "Hydrabus does not support...

Firstly, yeah you should do this when running from the SD. I figured out a way to do this relatively cleanly, so I'll explain a few notes: primary gpt header...

I'm not in a hurry to test this again, sorry, but I'll try to write an untested set of commands (that are simpler than the mess my bash history on...

You compiled it for 2Mbaud and you're trying to talk to it at 115200.

I dont immediately see any issue in your code (which is annoyingly inlined instead of eg. as a commit in your repo...), also RTS isnt wired on the Uno R3,...

So, I ended up just flaffing around until it compiled (and pulled one patch from the 4.20 branch that moved the head file to the front of the kernel binary),...

I think an optionally adjustable inter-byte (or inter-write, regardless of unit size, i assume we're talking bytes) timeout (couple of milliseconds, Nagle-like) _and_ a total packet timeout (like 20ms /...

total packet timeout counts from (resets at) the first write to the packet buffer but not on subsequent writes until the packet is sent (by being full, inter-byte timeout or...