Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 821 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 821 Bytes

lc3-device-support crate

Supporting materials for devices running the UTP LC-3 Simulator.

--

This contains macros and pieces that aid in implementing the peripheral traits and running the simulator on devices with embedded-hal support. This includes: * the uart transport layer * the #![no_std] compatible encoding layer (based on postcard) * (eventually (TODO)) the macros that, provided with embedded-hal compliant pins, provides you with peripheral trait impls * miscellaneous things necessary for the above like a simple FIFO

(TODO!)