Skip Hansen

Results 35 comments of Skip Hansen
trafficstars

I'm afraid there isn't any hardware support for an RTC of any kind. If someone gets the Ethernet port up we could use NTP, but no one is working on...

No, I've been trying to fix the first USB port which is proving to be challenging. You might be able to do it without hardware, the RISCV has a built...

Yup, that's the idea. Read the current number of cycles, subtract the number of cycles last time it was read, add the delta to an accumulated time. When the z80...

Good point, I didn't think about that. Moving your code into IdlePoll() and should be good. HandleIoIn() should be calling IdlePoll() while waiting for console input. The BIOS is a...

So gmtime() /localtime() is what you need? If so the it looks like you could probably swipe gmtime_r.c from the library sources and just compile it along with the other...

Is this a new issue with the latest changes or was it there in the last release as well? And is only when the thumb drive is in the upper...

Actually I didn't know it, but the upper USB port always worked with high speed devices, the bug only effected full speed and low speed devices. I'm assuming your thumb...

I'm not sure what's up with your xc3sprog error messages. It looks like you cable didn't like to be used twice back to back. According to xc3sprog the first operation...

BTW I'm seeing similar "disk" errors as well. The last released enabled display of errors from the RISCV USB code. I don't get any errors on boot or when I...

Boy that was not I wanted to hear, so a regression then! I did merge one change from my earlier USB stack attempt (which at least worked on the first...