-
As discussed on the mailing list ([here](https://lists.riscv.org/g/tech-tg-cheri/message/6), [here](https://lists.riscv.org/g/tech-tg-cheri/message/11), and [here](https://lists.riscv.org/g/tech-tg-ch…
-
In v1.3.0 User Manual section 13.2.2, Hardware Loops lpstart and lpend registers 2 LSBs can be written.
And it is implemented like that in the RTL design.
But as described in section 12.1, the add…
-
# Problem
PID re-use is common for both Windows and POSIX systems across:
1. Long periods of time
2. OS restarts
3. Lots of quickly spawned processes
Identifying a process uniquely across t…
-
@alexforencich I am in the process of testing your Corundum register reads and writes and your Corundum streaming reads and writes from the DMA PCIe. I just wanted to know whether you could point me t…
-
Thanks for making this code available. I have these L6474 boards working on top of Arduino but that is just a stepping stone to stm32, for me. This may be useful.
What is the development environment…
-
Just like in `sync.Map`, Store operation in Map allocates an intermediate interface{} struct for each value (see #1 for more details). Hence, each value pointer stored in map buckets references the fo…
-
I have bought a Ecowitt WH46: https://www.ecowitt.com/shop/goodsDetail/296
I see that is not initially supported in RTL_433 but WH45 is: https://github.com/merbanan/rtl_433/issues/2099, https://git…
-
Hello!
I'm looking to adapt just the PPU code (ppu.sv and anything that it depends on) from this project to run on its own. It would run on a suitable FPGA chip with enough physical pins (>40) to r…
-
We recently activated SysEx support in our apps. This is an excellent enhancement of fluidsynth.
However, many (hundreds...!!) of MIDI files horribly sound as drums.
A detailed research shows tha…
-
This is part feature request, part "I don't really know what I'm doing" :)
I'm playing around with some code to port parts of bzip2 to Rust. Its hand-written crc32 code looks like this: https://gi…