avr: Fix documentation for Bus
[avr-sim.git] / README
blob9282ccfcc023e668480a1374d82f54d0afb1a3e4
1 avr-sim is a full featured software simulator for Atmel AVR microcontrollers.
2 It was primarily designed to simulate all current and hopefully future AVR microcontrollers.
4 It was designed to behave like the real chip as well as possible, this includes the core,
5 internal peripherals and the I/O pins. It is therefor possible to create external hardware
6 and tie them to the chip's pins and test the AVR microcontroller as you would in the real world.
8 The simulator can be tied with avr-gdb and supports typical debugging features like breakpoints,
9 disassembling, stepping, inspecting and changing memory, etc
11 It also allows tracing, analysis using scripts and facilitates in regression testing