I’d like a hardware project where I can develop my C++ multi-threaded skills. I imagine that each thread tests or controls a different piece of the hardware simultaneously.
I was thinking about a multi-core processor where each thread could test a core, but I’m open to any kind of hardware.
Any ideas?