X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=README;h=ce3bdffa3161fda4f790a8db449c1ae04a01fa73;hb=82f36e2c5b3436a12499b7d8ca3b09f0e0ab1b85;hp=a8496d6c30da17a6c4225641b1716cfab7fca9be;hpb=2ad03ef173cc675dbd798aff01ffb97eabfe1d0e;p=simavr diff --git a/README b/README index a8496d6..ce3bdff 100644 --- 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).