>
> The first author that comes to mind, just off the top of my head, is Derek
> Molloy, the author of books like Exploring Raspberry Pi [1] and Exploring
> BeagleBone [2]. Both of these are about embedded systems. Both of these
> include tutorials not only in electronics (how to use FET transistors, for
> example) and embedded systems (how to use GPIOs and not blow up your board)
> but also higher level topics in Linux, since both boards run Linux distros
> by default. (Side note: I would love to see these boards run NuttX!!) So
> this author is no stranger to electronics, embedded, coding, and POSIX
> systems.
>
> It might sound like a fabulous idea but unfortunately I have no idea how
> one would reach this author to ask!! If someone knows, please do it!!
>
>
> Cheers
> Nathan

I suspect we need to get our documentation ducks in order before that
outside help will be very useful. I agree that the aspiration should be
something like the uC/OS II book which Greg mentioned,
while dated at this point is very well written and highly technical
reference.  This was one of my first OS reference books many years
ago.  But also this book was written by the author of the OS.

https://www.amazon.com/MicroC-OS-II-Kernel-CD-ROM/dp/1578201039

There are great examples recently of books that I think fit this bill
and have continued to be developed in the public forum.  One
great example is The Rust Book https://doc.rust-lang.org/book/

The main authors are major contributors to the Rust project, but
many others have contributed and continue to contribute to that.

We have a long way to go, but we can get there :)

--Brennan

Reply via email to