Sebastian Macke
Sebastian Macke
I cannot start the server to reproduce the problem. I get ``` # gulp serve [22:42:27] Requiring external module babel-register /var/www/vhosts/jor1k.com/httpdocs/sysbuild/webapp/gulpfile.babel.js:1 (function (exports, require, module, __filename, __dirname) { import fs...
Can you try to comment following lines in jor1k-worker-min.js please ``` 7441 if (doze) { // doze 7442 doze = 0x0; 7443 if ((raise_interrupt|0) == 0) 7444 if (!(TTMR &...
or try the gh-pages branch please. I guess it has to do with timing changes and the idle mode of jor1k.
I have reverted the patch and also updated some libs. I hope to get gdb running soon.
Yes, such status activity indicators would be awesome. And a list of files which are retrieved from the server. This would also require a redesign of the website. This request...
I observe the ES6 compatibility in the web browsers approx. every half a year. Looks like some browsers are still missing support for async and promises. So I would say...
Yes, this is the same bug as https://github.com/s-macke/jor1k/issues/41
Yes, right now. https://github.com/s-macke/jor1k/commit/454784af39c51bbf409eeb7d10d504835431f679 Still have to fix another bug before I will put it online.
Hi, thanks for the interest in jor1k. Actually, there is a wiki. https://github.com/s-macke/jor1k/wiki Especially the technical details section. Did you see the slides from the two talks? Especially the graph...
Proof me wrong, but I think a native gdb is still not supported. I still get the error message "configure: error: "**\* Gdb does not support native target or1k-unknown-linux-musl" when...