Please reply with agenda items and +1s for tomorrow's meeting.
I propose:
- tockbot checkin: how do people feel about it so far?
- review count requirement for assigned PRs
- Rundown of recent PRs waiting on their assignee:
- https://github.com/tock/tock/pull/3910
- https://github.com/tock/tock/pull/3906
March 8th, 12pm Eastern / 9am Pacific / 6pm CET
Join the meeting: https://meetings.dialpad.com/room/tock/1vnk9r3e1b
- Updates
- Working Groups
- Other
- Kernel testing: https://github.com/tock/tock/pull/3873
- Any new comments/thoughts?
- Two names have been proposed: boards/configuration and boards/variant
- Revive Flash HIL work?
- libtock-c: u8g2 library: https://github.com/tock/libtock-c/pull/363
- Used for monochromatic screens
- TBF header parsing in the kernel: https://github.com/tock/tock/pull/3902
- Issue: the `TbfHeader` object is 368 bytes which makes it hard to pass on the stack.
- This PR does some TLV parsing on demand, so the entire structure is not stored in memory.