is1200-example-projects / project-template

Empty template for projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an empty project template.
Just add your own code to the existing C or assembly files.
Any added C or assembly files will automatically be built,
no need to edit the Makefile.

The template contains the following source files:

main.c:
	Contains the entry point main()

vectors.S:
	Contains the interrupt handler and the exception handler

stubs.c:
	Contains stubs for functions run during micro controller
	initialization

About

Empty template for projects


Languages

Language:Makefile 69.1%Language:Assembly 20.9%Language:C 10.0%