source: avrstuff/chiptest/readme.txt@ 5ef7bfc

main
Last change on this file since 5ef7bfc was 5ef7bfc, checked in by Adrien Destugues <pulkomandy@…>, 10 years ago

Add readme for chiptest.

The current state is rathere minimal, but at least now it's documented!

git-svn-id: svn://pulkomandy.tk/avrstuff@106 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 890 bytes
Line 
1Chiptest - The quick and dirty AVR tester.
2==========================================
3
4So, you made a new project board using an AVR microcontroller, and you want to
5make sure it works before starting to develop your firmware. Debugging both
6software and hardware at the same time is a pain.
7
8Enters chiptest. This is a simple test program that makes sure the most basic
9stuff is working.
10
11Right now chiptest supports the following devices:
12* ATTiny2313.
13
14It tests the following features:
15* USART
16* Timers
17* One GPIO
18
19How to use it
20=============
21
22* Adjust the pinout at the top of main.c and the CPU clock in the makefile to
23your needs
24* Plug your usbasp and board
25* make flash
26
27How to tell if it works
28=======================
29
30If everything goes well:
31* The LED will blink at a well-known (but currently undocumented! sorry!) rate
32* The character 'H' is sent to the serial port in a loop.
Note: See TracBrowser for help on using the repository browser.