f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
680 stars 145 forks source link

use queue instead of generic FIFO #44

Closed jserv closed 11 years ago

jserv commented 11 years ago

While designing next generation of F9 microkernel, we introduce generic FIFO concept for manipulating shared resources. However, there is already one fifo implementation in the form of kernel library. It would be better that we can move it to explicit queue for implementation consistency.

jserv commented 11 years ago

Implemented in commit b5558e86d6f593faae2baf7bcc55ffdacf7f1a26