1
vote
Cost/benefit of multi-threaded text processing
As you pointed out yourself, on a single processor multithreading will not bring a huge performance boost, but will come with a stability and complexity penalty.
On-the-fly Syntax-coloring …
0
votes
How do you test your interrupt handling module?
I'm not an embedded developer, so I don't know if this is possible, but how about decoupling the code that handles the interrupts from the callback-registration mechanism? This would allow you to w …
