|
| 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-12-03 |
| 7 | +* [Meeting Agenda] |
| 8 | +* [Next Week's Meeting Agenda] |
| 9 | + |
| 10 | +[Coordination Repository]: https://github.com/rust-embedded/wg |
| 11 | +[Join the Chat]: https://riot.im/app/#/room/#rust-embedded:matrix.org |
| 12 | +[Meeting Agenda]: https://github.com/rust-embedded/wg/issues/403 |
| 13 | +[Next Week's Meeting Agenda]: https://github.com/rust-embedded/wg/issues/406 |
| 14 | + |
| 15 | +## Attendance |
| 16 | + |
| 17 | +Write your GH username or Matrix handle here! |
| 18 | + |
| 19 | +* jamesmunns |
| 20 | +* jschievink |
| 21 | +* therealprof |
| 22 | +* korken89 |
| 23 | +* japaric |
| 24 | +* adamgreig |
| 25 | +* andre-richter |
| 26 | +* cr1901 |
| 27 | +* nomaxx117 (GH: Noah-Kennedy) |
| 28 | + |
| 29 | +## Reminders |
| 30 | + |
| 31 | +* digital::v3 RFC |
| 32 | + * https://github.com/rust-embedded/wg/pull/393 |
| 33 | + |
| 34 | +## This Week's Agenda |
| 35 | + |
| 36 | +* book monorepo proposal - ghost/jamesmunns |
| 37 | +* CI testing is a no-op |
| 38 | + * https://github.com/rust-lang/rust/issues/67018 |
| 39 | + * Possible workaround that could be useful: https://github.com/rust-lang/rust/blob/aecb51149dbe2f3e8745c646ebfdc992624188cf/src/test/run-make/removing-code-and-incremental-lto/Makefile#L7-L11 |
| 40 | + * Fixing rustbuild would be better |
| 41 | +* cortex-m-rt regression |
| 42 | + * https://github.com/rust-embedded/cortex-m-rt/issues/223 |
| 43 | + * japaric: "IMO, the function with the user code should be #[inline(always)] and all the attributes should be put on the exception handler (e.g. SysTick). Use of (the unstable) #[naked] should tell you to use (stable) external assembly" |
| 44 | +* VS_Code Support |
| 45 | + * https://github.com/rust-embedded/cortex-m-quickstart/pull/78 |
| 46 | + |
| 47 | + |
| 48 | +### Postponed |
| 49 | + |
| 50 | +* re-org embedded-hal rfc |
| 51 | + * thejpster - out sick this week |
| 52 | +* digital v3 |
| 53 | + * disasm - wait for e-h re-org rfc |
| 54 | +* generic radio traits |
| 55 | + * Ran out of time |
| 56 | + |
| 57 | + |
| 58 | +## This Week's Action Items |
| 59 | + |
| 60 | +* [ ] @jamesmunns do a PoC on personal github space to test book monorepo |
| 61 | + * Feel free to ping if anyone else wants to implement |
| 62 | +* [ ] Looking for volunteers to fix CI issues, either: |
| 63 | + * [ ] Apply the workaround |
| 64 | + * [ ] Fix Rustbuild |
| 65 | +* [ ] cortex-m-rt PR to change the trampoline behavior |
| 66 | +* [ ] Minor changes then merge vscode support PR |
| 67 | + |
| 68 | +## Last Week's Agenda |
| 69 | + |
| 70 | +- new cortex-m-rt release |
| 71 | +- Reorganising Embedded-Hal: https://github.com/rust-embedded/embedded-hal/pull/169 |
| 72 | +- Motivation for book monorepo proposal |
| 73 | +- Digital v3 (voting? idk) https://github.com/rust-embedded/wg/pull/393 |
| 74 | + |
| 75 | +## Last Week's Action Items |
| 76 | + |
| 77 | +- [ ] jschievink (or japaric) to publish new patch version of cortex-m-rt and yank older versions of the v0.6.x line |
| 78 | + |
| 79 | +- [ ] thejpster to write an RFC about embedded-hal org |
| 80 | + |
0 commit comments