Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 517 Bytes

ps2x2pico

USB keyboard/mouse to PS/2 interface converter using a Raspberry Pi Pico

Work in progress - until I know enought about Rust use this instead:

Build

rustup target install thumbv6m-none-eabi
cargo install flip-link
cargo install elf2uf2-rs --locked
cargo build --release
elf2uf2-rs target/thumbv6m-none-eabi/release/ps2x2pico ps2x2pico.uf2

Resources