embassy/examples/nrf
huntc 1b9d5e5071 Multi Producer Single Consumer channel
An MPSC inspired by Tokio and Crossbeam. The MPSC is designed to support both single and multi core processors, with only single core implemented at this time. The allocation of the channel’s buffer is inspired by the const generic parameters that Heapless provides.
2021-07-15 12:31:52 +10:00
..
.cargo Move examples to a subdirectory 2021-06-02 01:32:19 +02:00
src Multi Producer Single Consumer channel 2021-07-15 12:31:52 +10:00
build.rs Move examples to a subdirectory 2021-06-02 01:32:19 +02:00
Cargo.toml Add an nRF RNG driver 2021-06-29 17:26:16 +10:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00