Here is a list of all documented files with brief descriptions:
adc.c | Module to simulate the AVR's ADC module |
avrclass.c | Methods to provide user interfaces to the AvrClass structure |
avrcore.c | Module for the core AvrCore object, which is the AVR CPU to be simulated |
avrerror.c | Functions for printing messages, warnings and errors |
avrmalloc.c | Memory Management Functions |
callback.c | |
decoder.c | Module for handling opcode decoding |
device.c | VDevice methods |
devsupp.c | Contains definitions for device types (i.e. at90s8515, at90s2313, etc.) |
display.c | Interface for using display coprocesses |
eeprom.c | |
flash.c | Flash memory methods |
gdbserver.c | Provide an interface to gdb's remote serial protocol |
intvects.c | |
main.c | |
memory.c | Memory access functions |
op_names.c | |
ports.c | Module for accessing simulated I/O ports |
register.c | |
sig.c | Public interface to signal handlers |
spi.c | Module to simulate the AVR's SPI module |
sram.c | |
stack.c | Module for the definition of the stack |
storage.c | |
timers.c | Module to simulate the AVR's on-board timer/counters |
uart.c | Module to simulate the AVR's uart module |
usb.c | Module to simulate the AVR's USB module |
utils.c | Utility functions |