Readme fix
authorMichel Pollet <buserror@gmail.com>
Mon, 11 Jan 2010 08:06:59 +0000 (08:06 +0000)
committerMichel Pollet <buserror@gmail.com>
Mon, 11 Jan 2010 08:06:59 +0000 (08:06 +0000)
Signed-off-by: Michel Pollet <buserror@gmail.com>
README

diff --git a/README b/README
index bc153a9..a8496d6 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ simavr -- a simple, lean and mean AVR simulator
 http://gitorious.org/simavr
 
 simavr is a new AVR simulator for linux, or any platform that uses avr-gcc. It uses 
-avr-gcc own register definition to simplify creating new targets for supoortted AVR
+avr-gcc own register definition to simplify creating new targets for suported AVR
 devices.
 
 The core was made to be small and compact, and hackable so allow quick prototyping 
@@ -12,7 +12,8 @@ of an AVR project. The simulator loads .elf directly, and there is even a way to
 specify simulation parameters directly in the emulated code using an .elf section.
 
 The status of the project is the core works fine now. The supported IOs are eeprom,
-IO ports (including pin interupts), 8 bits timers (well, one of mode of the myriad),
+watchdog, self-programming (ie bootloader), external interrupts (INT0 etc),
+IO ports (including pin interupts), 8&16 bits timers (well, some of the modes),
 SPI master & slave, and the UART with tx&rx interrupts.
 
 gdb support is implemented and works great (minus watchpoints).