-
Notifications
You must be signed in to change notification settings - Fork 303
Inside Rust: May CTCFT agenda #969
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d7e8d16
CTCFT May Agenda
AngelOnFira 14bd038
Fixed filename
AngelOnFira d5c0fa8
Changed Rust casing
AngelOnFira b271af4
Added description for Rust in Automotive
AngelOnFira f26dcba
Update posts/inside-rust/2022-05-10-CTCFT-may.md
AngelOnFira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: post | ||
title: CTCFT 2022-05-16 Agenda | ||
author: Rust CTCFT Team | ||
--- | ||
|
||
The next ["Cross Team Collaboration Fun Times" (CTCFT)][CTCFT] meeting will take | ||
place on Monday, 2022-05-16 at **11am US Eastern Time** ([click to see in your | ||
time zone][timezone]). You’ll find the full details (along with a calendar | ||
event, zoom details, etc) [on the CTCFT website][CTCFT-meeting]. | ||
|
||
[CTCFT]: https://rust-lang.github.io/ctcft/ | ||
[timezone]: https://everytimezone.com/s/6c2a0d08 | ||
[CTCFT-meeting]: https://rust-lang.github.io/ctcft/meetings/2022-05-16.html | ||
|
||
## Agenda | ||
|
||
The theme for this month's CTCFT is **Embedded Rust**. We'll hear from some | ||
members of the Rust Embedded Working Group about the state of the ecosystem, as | ||
joshtriplett marked this conversation as resolved.
Show resolved
Hide resolved
|
||
well as how async Rust is working for embedded systems. We also have some people | ||
coming in from the automotive industry to talk about how Rust use is starting to | ||
progress. | ||
|
||
- (5 min) Opening remarks 👋 ([angelonfira]) | ||
- (15 min) A whirlwind tour of Embedded Rust ([jamesmunns]) | ||
- A brief history of the embedded-wg and use of Rust for embedded | ||
- A look at how developing embedded rust looks like today | ||
- A sample of patterns that are special to embedded rust, or differences from | ||
joshtriplett marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"desktop" Rust | ||
- (15 min) Async Rust for Embedded Systems ([Dirbaio]) | ||
- We'll explore how concurrency is traditionally handled in embedded, and how | ||
Rust's async makes it significantly easier while still requiring no runtime, | ||
no OS, and no allocation, and what Rust improvements could make it even more | ||
awesome. | ||
- (15 min) Rust in Automotive ([cpetig], [skade]) | ||
- (5 min) Closing ([angelonfira]) | ||
|
||
[angelonfira]: https://github.com/angelonfira | ||
[jamesmunns]: https://github.com/jamesmunns | ||
[Dirbaio]: https://github.com/Dirbaio | ||
[cpetig]: https://github.com/cpetig | ||
[skade]: https://github.com/skade | ||
|
||
## Afterwards: Social Hour | ||
|
||
Like always, we'll be running a social hour after the CTCFT. The idea is really | ||
simple: for the hour after the meeting, we will create breakout rooms in Zoom | ||
with different themes. You can join any breakout room you like and hangout. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.