Re: Abstract "channels" driver model

2022-03-21 Thread Xiang Xiao
On Fri, Mar 18, 2022 at 3:17 AM Matthew Trescott wrote: > On Thu, Mar 17, 2022 at 2:41 AM Xiang Xiao > wrote: > > > > We are working on this to provide multiple read/poll support. The basic > > idea is that: > > > >1. Upper half driver hold FIFO shared by all client > >2. Each client hol

Article: Rust talks I2C on NuttX

2022-03-21 Thread Lee, Lup Yuen
This article explains how I ran the Rust Driver for BME280 Sensor on NuttX, by creating a NuttX Embedded HAL... https://lupyuen.github.io/articles/rusti2c Lup