new global_logger, used in AVR_LOG(), default is stdout/stderr
[simavr] / README
diff --git a/README b/README
index a8496d6..8266957 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
 simavr -- a simple, lean and mean AVR simulator
 
-http://gitorious.org/simavr
+https://github.com/buserror-uk/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 suported AVR
@@ -14,7 +14,9 @@ specify simulation parameters directly in the emulated code using an .elf sectio
 The status of the project is the core works fine now. The supported IOs are eeprom,
 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.
+SPI master & slave, ADC, and the UART with tx&rx interrupts.
+
+The only notable missing bits are i2c and XMEM bus access (for the big Megas)
 
 gdb support is implemented and works great (minus watchpoints).