Skip to content

mackenziestarr/opl3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opl3

messing around with programing the Yamaha OPL3 with rust

building

rustup install nightly
rustup component add --target thumbv7em-none-eabi rust-std --toolchain=nightly
brew install gcc-arm-none-eabi # OSX
rustup override set nightly
rustup component add rust-src
rustup target add thumbv7m-none-eabi
make
make flash

links

tailing the serial console

cat < /dev/cu.usbmodem14221

About

messing around with programing the Yamaha OPL3 with rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published