mrisc32
joes-sandbox
mrisc32 | joes-sandbox | |
---|---|---|
3 | 15 | |
90 | 678 | |
- | - | |
10.0 | 1.8 | |
over 1 year ago | about 3 years ago | |
TeX | C | |
Creative Commons Attribution Share Alike 4.0 | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mrisc32
-
Is x86 really that bad?
For my own FPGA computer project (with my on ISA, MRISC32) I use a mix of C++, C and assembler (in that order) for system code (e.g. the ROM firmware, boot-loader, program startup code, system libraries etc).
-
Tool to generate table of memory-mapped register?
I use it extensively in my MRISC32 ISA manual (much of which is generated by a Python script): https://github.com/mrisc32/mrisc32
-
What OS do you use for development (and professional) purposes?
Third, I find it easier to make hybrid authored + generated documentation with text based documentation tools. For instance the MRISC32 Instruction Set Manual is written in LaTeX, where most of the documentation is generated by Python scripts that read CPU instruction meta data from YAML files (see https://github.com/mrisc32/mrisc32 ).
joes-sandbox
- Tool to generate table of memory-mapped register?
- Dear devs, please focus more on making discord less of a resource hog
-
What's the Problem with Old but Excellent Mac Apps?
VSCode isn’t fine, you are just suffering from web app Stockholm syndrome: https://github.com/jhallen/joes-sandbox/blob/master/editor-p...
VSCode is slower than Emacs/Vim at e.g. syntax highlighting a large file by a factor of three. It’s slower on a search and replace by a factor of seven. It’s slower than those editors by about the same ratio as Atom is slower than VSCode.
- What text editor to use for university and why?
-
Writing a Printer Driver in JavaScript
It's amazing how old ZPL is. I wrote a Zebra-140 driver (in C..) in something like 1993.
https://github.com/jhallen/joes-sandbox/tree/master/doc/zebr...
It's a simple macro-based typesetting language that can be used to quickly make many different label images from a database. You uploaded the compiled labels into a handheld computer so that labels could be printed on a production line. One option for the computer was the original Psion Organizer II.
https://en.wikipedia.org/wiki/Psion_Organiser
-
SPI: The serial peripheral interface [video]
I've done similar things with UARTs over long distance- I was about to write about it, but I actually have it github:
https://github.com/jhallen/joes-sandbox/tree/master/hw/lined...
CAN is interesting in that the protocol is pretty complex, but from software point of view it's just send_packet() and register a handler for receive packets. The annoying thing is that MCUs don't have built-in CAN line drivers.
A new thing is 1000BASE-T1- Gigabit Ethernet over a single twister pair. This is supposed to be the future in the auto world..
- Is there any good way to edit large files?
- Use Vim as C/C++ IDE
- People can complain about Microsoft but no one has an Office Suite that even comes close to MS Office can do.
- Given Neovim, is there any reason to purchase Onivim? Also, are nvim/vim plugins vs VSCode plugins equally available?