Re: Rust in the OS?

2024-03-15 Thread Saurav Pal
*Rust was included in Linux would help On Sat, Mar 16, 2024 at 10:40 AM Saurav Pal wrote: > Hi, > > I think some of the reasons why Rust was included in Rust would help. > > *Pros*: > - Memory safe if used correctly. > - A central toolchain like cargo (some might consider it as a con, but > it's

Re: Rust in the OS?

2024-03-15 Thread Saurav Pal
Hi, I think some of the reasons why Rust was included in Rust would help. *Pros*: - Memory safe if used correctly. - A central toolchain like cargo (some might consider it as a con, but it's easy to attract new blood if they don't have to learn an entire new toolchain for a project). - As Linus p

Access GPIO pins over Lua

2024-03-15 Thread Michal Lenc
Hello, has anyone tried accessing GPIO pins over Lua? I have tried LED example presented at NuttX workshop a year or two ago and userled driver is working fine, but using the same code on GPIO registered pin fails (assert on open). I suppose io.open is implemented only for userleds and does not wo