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

Add embedded-hal v1.0 release blog post. #197

Merged
merged 6 commits into from
Jan 9, 2024

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Dec 27, 2023

To be merged the 28th.

Rendered

@Dirbaio Dirbaio requested a review from a team as a code owner December 27, 2023 01:02
Copy link

@barnabywalters barnabywalters left a comment

Choose a reason for hiding this comment

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

Looks good, commented a few grammatical and typographic suggestions

content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
content/2023-12-28-embedded-hal-v1.md Outdated Show resolved Hide resolved
@Sympatron
Copy link

I think it should be mentioned that UART moved to embedded-io[-async].


## SPI bus sharing

![SPI bus/device diagram](../spi-shared-bus.svg)
Copy link
Contributor

Choose a reason for hiding this comment

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

Hm, is that path okay? Currently the image would end up on the same level.

Copy link
Member Author

Choose a reason for hiding this comment

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

zola makes the url end up like http://127.0.0.1:1111/embedded-hal-v1/ so the ../ is needed, I've checked it works with zola serve.

therealprof
therealprof previously approved these changes Dec 27, 2023
Copy link
Contributor

@therealprof therealprof left a comment

Choose a reason for hiding this comment

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

LGTM

eldruin
eldruin previously approved these changes Dec 27, 2023
Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Looks great, thank you!

Co-authored-by: Ralph Ursprung <39383228+rursprung@users.noreply.github.com>

## Async

A new addition is the `embedded-hal-async` crate, containing async versions of the traits. With today's Rust 1.75 release,
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe it'd make sense to add a link here to the rust 1.75 announcement (once it's out and the URL is known)? might help some users interested in it to find further details on the newly stabilised async features mentioned here

@barnabywalters
Copy link

barnabywalters commented Jan 9, 2024

Someone requested some art/visuals to break up the text, so here’s my cc-by-sa licensed embedded ferris in case you want to use it https://waterpigs.co.uk/notes/5UrMgn/
Screenshot_20231228_014439 embedded ferris

version with transparent background

Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Thank you!

@eldruin eldruin merged commit 208b475 into rust-embedded:master Jan 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants