Mnemos Project Overview
Weekly Update: 2023-09-20
date-2023-09-20
Sep 21 2023 at 08:23 UTC
What's Changed
- platform(d1): introduce config for the D1 by @hawkw in https://github.com/tosc-rs/mnemos/pull/271
- fix bin target builds by @hawkw in https://github.com/tosc-rs/mnemos/pull/272
- bug(forth3): Fix the behavior of
leave
in forth3 by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/276 - Add a safe "into_data()" method to turn
Word
s intoi32
s by @jamesmunns in https://github.com/tosc-rs/mnemos/pull/277 - platform(D1): features for i2c_puppet/SHARP display by @hawkw in https://github.com/tosc-rs/mnemos/pull/274
- fix(d1): put back missing
serial-trace
feature by @hawkw in https://github.com/tosc-rs/mnemos/pull/278 - feat(crowtty): more readable tracing messages by @hawkw in https://github.com/tosc-rs/mnemos/pull/279
- feat(d1): allocate DMA channels from the DMAC by @hawkw in https://github.com/tosc-rs/mnemos/pull/280
- feat(D1): DMAC Driver 2: Electric Boogaloo by @hawkw in https://github.com/tosc-rs/mnemos/pull/281
- test: run doctests in
just test
, fix broken doctests by @hawkw in https://github.com/tosc-rs/mnemos/pull/282 - refac(D1): pull most of the code back into a
core
crate by @hawkw in https://github.com/tosc-rs/mnemos/pull/283 - fix(mn): use correct "_any-deps" feature name by @hawkw in https://github.com/tosc-rs/mnemos/pull/286
- feat(D1): add builders for DMAC descriptors by @hawkw in https://github.com/tosc-rs/mnemos/pull/284
Full Changelog: https://github.com/tosc-rs/mnemos/compare/date-2023-09-13...date-2023-09-20