jamesstocktonj1 / Il-Matto-Template

Il Matto Template Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Il Matto Template

This is a project template for the Il Matto development board.

Project Folder Structure

.
├── build           #compiled files
├── include         # dependency files
├── src             # source files
├── <target>.c
└── makefile

Makefile Usage

Compiles all files, viewing its size and disassemble.

make all
make size
make disasm

Test the programmer connection, flash program to memory and flash fuses.

make test
make flash
make fuse

Removes all compiled files.

make clean

Provides a help dialog.

make help

About

Il Matto Template Project


Languages

Language:C 70.7%Language:Makefile 29.3%