Skip to content

jonkensta/avr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avr

Repository of AVR projects.

Dependencies

Install the following software packages on your system:

  • avr-binutils
  • avr-gcc
  • avr-gdb
  • avr-libc
  • avrdude
  • scons

The above packages can usually be found through your system's package manager.

Quick start

  1. Plug in your AVR flash device; note the device port in /dev.

  2. Build the hex and flash your device; for example:

    scons --flash --port=/dev/ttyACM0 test_serial
    

    This will prompt for your sudo password. Type scons --help for more options; pass additional options if necessary.

  3. Enjoy!

About

Arduino Uno projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published