Skip to content

ivannavarrete/satori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

===[ Requirements ]=============================================================

	Qt4
	Cppunit
	AVR assembler (avra or similar)
	AVR programmer software (avrdude or similar)
	AVR programmer hardware (stk500 or similar)


===[ Building ]=================================================================

	qmake -config release
	make

Then program the monitor into an at90s8535, with avrdude or similar software:

	cd src/modules/arch/avr/monitor/
	avrdude -p 8535 -c stk500 -U flash:w:monitor.hex

Adjust the -c parameter to whatever programmer you are using.


===[ Running ]==================================================================

Start the program

	./release/bin/satori

Load the proper modules and device

	: module avr
	: module serial
	: device at90s8535
	: help

About

Microprocessor development kit (AVR).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published