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