Mnemos Project Overview
Changelog since the beginning
date-2023-05-23
Aug 2 2023 at 09:42 UTC
What's Changed
- melpomene: make
tracing
feature flags additive by @hawkw in https://github.com/tosc-rs/mnemos/pull/1 - melpomene: tracing improvements by @hawkw in https://github.com/tosc-rs/mnemos/pull/2
- Basic working multi-driver demo using async bbq by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/3
- kernel: add
TRACE
spans to BBQueue methods by @hawkw in https://github.com/tosc-rs/mnemos/pull/4 - kernel: add BBQueue address to tracing events by @hawkw in https://github.com/tosc-rs/mnemos/pull/6
- fix a whole bunch of annoying clippy lints by @hawkw in https://github.com/tosc-rs/mnemos/pull/7
- Use a thread to sleep instead of busy polling by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/5
- melpo: add Tokio Console support by @hawkw in https://github.com/tosc-rs/mnemos/pull/9
- Use deref to take the underlying bbqueue addr for tracing by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/10
- Add a simple TCP loopback by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/12
- Update modality by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/16
- melpo: use Tokio to run simulator services (sleeps) by @hawkw in https://github.com/tosc-rs/mnemos/pull/8
- Serial Multiplexing by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/15
- chore: put everything in one big Cargo workspace by @hawkw in https://github.com/tosc-rs/mnemos/pull/18
- chore: add Cargo alias for running Melpomene by @hawkw in https://github.com/tosc-rs/mnemos/pull/19
- refac(melpomene): run TCP serial driver on Tokio by @hawkw in https://github.com/tosc-rs/mnemos/pull/20
- feat(melpo): add a simple CLI for configuring the simulator by @hawkw in https://github.com/tosc-rs/mnemos/pull/21
- Add docs by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/24
- Add first CI, will likely fail fmt check by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/29
- chore(readme): Add link to netlify hosted api docs by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/31
- RFC: Driver Registry by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/25
- Fix ambiguous cli arguments by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/33
- feat(kernel): Add message IDs to make it easier to trace messages by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/34
- framebuf driver for embedded graphics by @arunvijayshankar in https://github.com/tosc-rs/mnemos/pull/35
- Rename RFC by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/37
- Update book and CI by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/39
- RFC: a forth userspace by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/41
New Contributors
- @arunvijayshankar made their first contribution in https://github.com/tosc-rs/mnemos/pull/35
Full Changelog: https://github.com/tosc-rs/mnemos/compare/date-2022-03-29...date-2023-05-23