mur4ik18 / ATmega-programmator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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


Languages

Language:Makefile 81.3%Language:C 18.7%