Mnemos Project Overview
Weekly Update: 2023-07-29
date-2023-07-29
Jul 31 2023 at 11:01 UTC
What's Changed
- feat(melpo): Initial keyboard + keymux support by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/178
- qol(melpo): Quit on quit and poll keyboard more often by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/179
- fix(melpo): Correct some key mappings by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/180
- use
WaitCell::subscribe
by @hawkw in https://github.com/tosc-rs/mnemos/pull/181 - fix(spitebuf + kchannel): Fixes sizing requirements of spitebuf by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/185
- fix(d1): demote extremely verbose TWI ISR logging by @hawkw in https://github.com/tosc-rs/mnemos/pull/184
- style: fix all clippy lints and add clippy to CI by @hawkw in https://github.com/tosc-rs/mnemos/pull/188
- feat(hardware): ESP32C3 Wifi Development Jig by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/189
- Add 'boot procedure' section to platforms/allwinner-d1/README.md by @jspngh in https://github.com/tosc-rs/mnemos/pull/190
- fix: remove use of
tracing
v0.2 by @hawkw in https://github.com/tosc-rs/mnemos/pull/194 - feat(esp32-c3): add stub esp32-c3 project by @hawkw in https://github.com/tosc-rs/mnemos/pull/193
- feat(d1): add clint and ccu module by @jspngh in https://github.com/tosc-rs/mnemos/pull/192
- feat(c3): bring up mnemOS on ESP32-C3 by @hawkw in https://github.com/tosc-rs/mnemos/pull/195
New Contributors
- @jspngh made their first contribution in https://github.com/tosc-rs/mnemos/pull/190
Full Changelog: https://github.com/tosc-rs/mnemos/compare/date-2023-07-22...date-2023-07-29