kaspar030 | 2 months ago | on: Embassy: Modern embedded framework, using Rust and async
kaspar030's comments
kaspar030 | 7 months ago | on: It is worth it to buy the fast CPU
I wish that were true, but the current Ryzen 9950 is maybe 50% faster than the two generations older 5950, at compilation workloads.
kaspar030 | 5 years ago | on: AMD PSB Vendor Locks EPYC CPUs for Enhanced Security at a Cost
kaspar030 | 5 years ago | on: Best CPUs for Workstations
I built one, a Noctua NH-D15 can cool it at 16*4ghz at 700RPM, so basically almost inaudible even at full load.
No ECC, though.
kaspar030 | 7 years ago | on: RIOT: Operating System for the Internet of Things
RIOT is the only mentioned OS with a copyleft license (well, LGPLv2.1), trying to create a FOSS alternative in the embedded/IoT space.
With permissive licenses for embedded software, open source usually ends at the factory.
kaspar030 | 7 years ago | on: RIOT: Operating System for the Internet of Things
Using RIOT you'll get at least multi-threading, power management, a choice of network stacks, a bunch of community-supported libraries and drivers with an extensive test suite, ...
Also, you'd have a clear upgrade path, as applications written for RIOT's API will compile (almost) unchanged for all of RIOT's target hardware. Arduino becomes to slow? Change some pin defines, re-compile for a fast Cortex-M. Intrigued by RISC-V's openness? Recompile for the Hivife1 to find out it's real-world performance with your application.