Skip to content

brinth/AVR_GCC_Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AVR_GCC_Docker

Dockerized containter for AVR GCC toolchain


size lang commits contributers pulls forks star open issues closed issues pull requests


Requirements


Building AVR GCC Project

  • Step 1: Clone this repository
git clone git@github.com:brinth/AVR_GCC_Docker.git
  • Step 2: cd to cloned directory & Build Docker image
docker build -t <image name> .

Replace <image name> with any readable name

  • Step 3: cd to your AVR GCC project dir and Run Docker container with previously build Docker image
docker run -it --rm -v $PWD:/project -w /project <image name>  make

Flashing AVR GCC Project

Run Command

docker run -it --rm -v $PWD:/project -v --device <local device file>:<container device file> -w /project <image name> make flash 

Replace <local device file> with the enumerated device file name like /dev/ttyUSB0


About

Dockerized containter for AVR GCC toolchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published