项目作者: ayatk

项目描述 :
avr microcontroller exercise.
高级语言: C
项目地址: git://github.com/ayatk/avr-microcontroller.git
创建时间: 2017-11-27T02:01:54Z
项目社区:https://github.com/ayatk/avr-microcontroller

开源协议:MIT License

下载


avr microcontroller

Requirement

  • x64 architecture Linux or macOS
  • make
  • avr-gcc

Run

  • Using cu command to open serial console.

    1. $ sudo cu -s 38400 -l /dev/<avr board device>
  • Run make command in project root directory.

    1. $ make
  • When if training source build.

    1. # build training/week1/work1.c file.
    2. $ make W=1 E=1
  • When direct writing into AVR Board.

    1. $ make dl
  • Enjoy!!!!!!