jamesmunns / bbqueue

A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QEMU for testing no_std targets

fmckeogh opened this issue · comments

Perhaps QEMU could be used to run tests in a no_std environment, especially since #27 involves manually implementing atomic operations.