Merge pull request #2 from schuay/watchpoints
[simavr] / README
diff --git a/README b/README
index a8496d6..ce3bdff 100644 (file)
--- a/README
+++ b/README
@@ -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).