Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Newsletter #66

Merged
merged 4 commits into from
Mar 15, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore removed driver, add header discussing drivers
  • Loading branch information
jamesmunns committed Mar 15, 2018
commit 32aeaaabbadac214477aaecbe152e065c08c9953
4 changes: 4 additions & 0 deletions newsletters/2018-03-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ If you have an embedded project or blog post you would like to have featured in

### `embedded-hal` drivers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be good to link to #39 before the list and mention that this is part of the weekly driver initiative and that (at the time of writing) there are 10+ drivers in WIP state.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Fixed


This is a list of recently released drivers that are part of the [Weekly Driver Initiative]. There are currently 5 Released Drivers, 14 WIP Drivers, and lots of TODOs!

* [pcein] has released the third weekly driver for the [`adc-mcp3008`], an 8-channel 10-bit ADC.
* [japaric] has [released][enc-blog] the fourth weekly driver for the [`enc28j60`], an Ethernet controller with SPI interface.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that pcein (weekly driver 3) went missing in the latest edit

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 fixed

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also caught the link to the blog in a second commit

* [dbrgn] has [released][mcp-blog] the fifth weekly driver for the [`mcp3425`], a 16-bit ADC with I2C interface.

Expand Down Expand Up @@ -75,4 +78,5 @@ semantics. Details in issue [#63].
[therealprof]: https://github.com/therealprof
[Tock-OS]: https://github.com/helena-project/tock
[varkor]: https://github.com/varkor
[Weekly Driver Initiative]: https://github.com/rust-lang-nursery/embedded-wg/issues/39
[xargo-lld]: https://github.com/japaric/xargo/pull/200