Posts
Bringing the Flexible Multiprocessor Locking Protocol (FMLP) into the strict RTEMS 7 SMP SuperCore requires rigorous proof. It is not enough that the …
Writing code is easy. getting it merged is hard. After getting FMLP working, I faced the reality of upstreaming code to a major open-source project …
The goal was clear: Introduce the Flexible Multiprocessor Locking Protocol (FMLP) into the RTEMS 7 SMP SuperCore. But bridging the gap between a 2020 …
Before I could even think about implementing FMLP, I had to understand the beast I was dealing with. The RTEMS 7 SMP SuperCore is strict. Very strict. …
I was digging through the drivers/staging/rtl8723bs code when I spotted something off in the packet transmission path. The function update_attrib …