|
| 1 | +# Embedded Working Group Meeting Notes |
| 2 | + |
| 3 | +* [Coordination Repository] |
| 4 | +* Meetings: Tuesday 8pm Europe/Berlin time |
| 5 | +* [Join the Chat] |
| 6 | +* Today's meeting: 2019-10-29 |
| 7 | + |
| 8 | +[Coordination Repository]: https://github.com/rust-embedded/wg |
| 9 | +[Join the Chat]: https://riot.im/app/#/room/#rust-embedded:matrix.org |
| 10 | + |
| 11 | +## Attendance |
| 12 | + |
| 13 | +Write your GH username or Matrix handle here! |
| 14 | + |
| 15 | +* therealprof |
| 16 | +* korken89 |
| 17 | +* japaric |
| 18 | +* adamgreig |
| 19 | +* TimSmall |
| 20 | +* @charles:chronicembetterment.org |
| 21 | +* nickray |
| 22 | + |
| 23 | +## Reminders |
| 24 | + |
| 25 | +None this week! |
| 26 | + |
| 27 | +# Agenda |
| 28 | + |
| 29 | +* Last Week's Actions |
| 30 | + * No news regarding focus projects, try again next week |
| 31 | +* Should we have a reference HAL implementation (see https://github.com/rust-embedded/embedded-hal/issues/156) |
| 32 | + * Discussion is split whether it's useful to have just an abstract HAL impl (for qemu use) or a real hardware one |
| 33 | +* What to do with the TriState PR - shall we just merge it? (https://github.com/rust-embedded/embedded-hal/pull/157) |
| 34 | + * No opinions voiced |
| 35 | +* Who's going to RustFest Barcelona? |
| 36 | + * @therealprof |
| 37 | +* Who's going to Meeting Embedded? |
| 38 | + * @thejpster is doing a talk about the nRF9160 |
| 39 | +* Any other upcoming events? |
| 40 | + * [FOSDEM 2020](https://fosdem.org/2020/) 1&2 Feb Brussels - free to attend ~8000 attendees(!) [CfPs](https://fosdem.org/2020/news/2019-10-01-accepted-developer-rooms/) are open until ~mid Nov (close date depends on room). Possible rooms of interest include: |
| 41 | + * Rust (double number of slots vs. previous years) |
| 42 | + * Embedded, Mobile and Automotive |
| 43 | + * IoT |
| 44 | + * LLVM |
| 45 | + * RiscV |
| 46 | +* Docs improvement suggestions by @nickray: |
| 47 | + * https://github.com/rust-embedded/docs/issues/18 |
| 48 | + * https://github.com/rust-embedded/docs/issues/19 |
| 49 | + * <crickets/> |
| 50 | +* Randomizing symbol names vs. reproducible builds (@jschievink): |
| 51 | + * https://github.com/rust-embedded/cortex-m-rt/pull/205 |
| 52 | + * Waiting for @jschievink to implement the trampoline approach |
| 53 | + * Meeting participants in favour of getting rid of the randomizing hack |
| 54 | +* PSA from @japaric, new PR to fix Mutex impl: https://github.com/rust-embedded/wg/pull/388 |
| 55 | + |
| 56 | +## To be put on next weeks agenda |
| 57 | + |
| 58 | +* Foundational crates push to 1.0 |
| 59 | + * https://github.com/rust-embedded/wg/issues/383 |
| 60 | +* Mutex Trait (@korken89) |
| 61 | + * https://github.com/rust-embedded/wg/pull/377 |
| 62 | + |
| 63 | +## Action Items |
| 64 | + |
| 65 | +* [ ] @therealprof write an RFC for changing the embedded-hal trait inclusion mechanics |
| 66 | + |
| 67 | + |
| 68 | +## Last Week's Agenda |
| 69 | + |
| 70 | +* Info about the Rust All Hands |
| 71 | + * Date and time still not finalized |
| 72 | + * No hard limit but unless discussions are needed should probably limit to 3 WG members |
| 73 | + * Travel grants are a possibility |
| 74 | + * Agenda bashing ticket here: https://github.com/rust-embedded/wg/issues/381 |
| 75 | +* Mutex Trait |
| 76 | + * https://github.com/rust-embedded/wg/pull/377 |
| 77 | + * Discussion still in progress, no korken89 in the meeting to discuss |
| 78 | +* Next blog planned for Oct 31 |
| 79 | + * Submit additions here: https://github.com/rust-embedded/blog/blob/master/content/2019-10-31-newsletter-20.md |
| 80 | +* MSRV guidance |
| 81 | + * Addition to cargo to specify MSRV was just accepted: https://github.com/rust-lang/rfcs/pull/2495 |
| 82 | + * Tracking issue for implementation: https://github.com/rust-lang/rust/issues/65262 |
| 83 | + * Could add some guidance to https://github.com/rust-embedded/wg/blob/master/ops/msrv.md |
| 84 | + * WG tracking issue: https://github.com/rust-embedded/wg/issues/382 |
| 85 | +* Digital::v2 guidance |
| 86 | + * Maybe could be a focus project to identify and convert potential HAL-impl candidates |
| 87 | +* Foundational crates push to 1.0 |
| 88 | + * jamesmunns to open a tracking issue |
| 89 | + * https://github.com/rust-embedded/wg/issues/383 |
| 90 | + * Discuss next week |
| 91 | + |
| 92 | +## Last Week's Action Items |
| 93 | + |
| 94 | +* None this week! |
| 95 | + |
0 commit comments