/tamagorust

Try embeded rust on m5 stick

Primary LanguageDockerfile

tamagorust

Try embeded rust on m5 stick

Some commands

  • just
  • screen /dev/ttyUSB0 115200 (Ctrl + A, K to exit)
  • minicom -D /dev/ttyUSB0 -b 115200 (Ctrl + A, X to exit)
  • ls /dev/ttyUSB* (to check if device plugged, and find the correct port)

Resources

Steps

  • Run embassy no-std
  • Have a blinking led
  • Have all buttons working
  • Have the screen working
  • Have sound working
  • Have accelerometer working
  • Build a Simon game
  • ...