Skip to content

It's my Make programmator for my ATmel2560 because I don't like arduno ide

Notifications You must be signed in to change notification settings

mur4ik18/ATmega-programmator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


ATmega-programmator

Github language Repository size

If you like me use mac with Apple silicon, you need to install GNU ARC Toolchain or you can install Arduino IDE (Don't worry you don't need to use Arduino IDE, you only need AVR toolchain.) and uncommit this code

  #TOOLCHAIN_PATH = ~/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin
  #CC 			= $(TOOLCHAIN_PATH)/avr-gcc
  #OBJCOPY 		= $(TOOLCHAIN_PATH)/avr-objcopy

How to use

  1. Clone this repo:
git clone https://github.com/mur4ik18/ATmega-programmator
  1. Put your code in ./src
  2. run code:
make clean
make MAINFILENAME
make flash
  1. star this repo

If you need to connect to COM port :

make connect

Thanks

My friend who helped me with Makefile's:

About

It's my Make programmator for my ATmel2560 because I don't like arduno ide

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published