Skip to main content
The 2024 Developer Survey results are live! See the results
sktpin's user avatar
sktpin's user avatar
sktpin's user avatar
sktpin
  • Member for 6 years, 1 month
  • Last seen more than a month ago
4 votes
1 answer
4k views

Why does sched_setaffinity work on one system, fails on another?

2 votes
1 answer
3k views

How to find dma_request_chan() failure reason details?

2 votes
1 answer
960 views

How do I add a missing peripheral register to a STM32 MCU model in Renode?

1 vote
1 answer
771 views

Where has the "Remote Systems" view gone, or is there an equivalent?

1 vote
0 answers
1k views

How should DMA Engine continuous transfer be done?

1 vote
3 answers
957 views

"Lambdas are cheap" - Really? Under what circumstances?

1 vote
2 answers
158 views

How to tell another thread that one thread is within recv() call *now*

1 vote
0 answers
1k views

How "real-time" are the FIFO/RR schedulers on non-RT Linux kernel?

0 votes
1 answer
855 views

What's the correct ARMv7 to ARMv8 NEON port of this matrix multiplication code?

0 votes
1 answer
1k views

Using memcpy on mmap'ed region crashes, a for loop does not

0 votes
1 answer
361 views

Am I doing UDP high speed continuous data reception right?

0 votes
2 answers
50 views

Can type arguments be made deduceable for function templates using std container?

0 votes
1 answer
545 views

Why does my kernel module Makefile build a .ko with kernel 4.14 but not 5.6?

0 votes
0 answers
237 views

For a static library with class templates, how can I hide implementation details and extra header includes from user code?

0 votes
1 answer
202 views

Is it possible to globally #define a macro? (for the real-time error checker to see)

0 votes
1 answer
459 views

How does BusyBox evade my redirection of stdout, and can I work around it?