Skip to content

Commit 01e5385

Browse files
authored
Inside Rust: May CTCFT agenda (#969)
1 parent ab26776 commit 01e5385

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: post
3+
title: CTCFT 2022-05-16 Agenda
4+
author: Rust CTCFT Team
5+
---
6+
7+
The next ["Cross Team Collaboration Fun Times" (CTCFT)][CTCFT] meeting will take
8+
place on Monday, 2022-05-16 at **11am US Eastern Time** ([click to see in your
9+
time zone][timezone]). You’ll find the full details (along with a calendar
10+
event, zoom details, etc) [on the CTCFT website][CTCFT-meeting].
11+
12+
[CTCFT]: https://rust-lang.github.io/ctcft/
13+
[timezone]: https://everytimezone.com/s/6c2a0d08
14+
[CTCFT-meeting]: https://rust-lang.github.io/ctcft/meetings/2022-05-16.html
15+
16+
## Agenda
17+
18+
The theme for this month's CTCFT is **Embedded Rust**. We'll hear from some
19+
members of the Rust Embedded Working Group and community about the state of the ecosystem, as
20+
well as how async Rust is working for embedded systems. We also have some people
21+
coming in from the automotive industry to talk about how Rust use is starting to
22+
progress.
23+
24+
- (5 min) Opening remarks 👋 ([angelonfira])
25+
- (15 min) A whirlwind tour of Embedded Rust ([jamesmunns])
26+
- A brief history of the embedded-wg and use of Rust for embedded
27+
- A look at how developing embedded Rust looks like today
28+
- A sample of patterns that are special to embedded Rust, or differences from
29+
"desktop" Rust
30+
- (15 min) Async Rust for Embedded Systems ([Dirbaio])
31+
- We'll explore how concurrency is traditionally handled in embedded, and how
32+
Rust's async makes it significantly easier while still requiring no runtime,
33+
no OS, and no allocation, and what Rust improvements could make it even more
34+
awesome.
35+
- (15 min) Rust in Automotive ([cpetig], [skade])
36+
- We'll look at Rust from a Functional Safety perspective, and continuing to
37+
the AUTOSAR architecture. We'll also look a bit at what Ferrocene's role is
38+
in all this, and look at the AUTOSAR Rust bindings. Finally, we'll see
39+
what's next for this space.
40+
- (5 min) Closing ([angelonfira])
41+
42+
[angelonfira]: https://github.com/angelonfira
43+
[jamesmunns]: https://github.com/jamesmunns
44+
[Dirbaio]: https://github.com/Dirbaio
45+
[cpetig]: https://github.com/cpetig
46+
[skade]: https://github.com/skade
47+
48+
## Afterwards: Social Hour
49+
50+
Like always, we'll be running a social hour after the CTCFT. The idea is really
51+
simple: for the hour after the meeting, we will create breakout rooms in Zoom
52+
with different themes. You can join any breakout room you like and hangout.

0 commit comments

Comments
 (0)