simulavr
1.1.0
|
#include "avrdevice.h"
Go to the source code of this file.
Functions | |
unsigned int | ELFGetSignature (const char *filename) |
void | ELFLoad (const AvrDevice *core) |
unsigned int ELFGetSignature | ( | const char * | filename | ) |
Definition at line 166 of file avrreadelf.cpp.
References avr_error.
void ELFLoad | ( | const AvrDevice * | core | ) |
Definition at line 38 of file avrreadelf.cpp.
References AvrDevice::actualFilename, Memory::AddSymbol(), avr_error, avr_warning, AvrDevice::data, AvrDevice::devSignature, AvrDevice::eeprom, AvrDevice::Flash, AvrDevice::fuses, AvrFuses::LoadFuses(), AvrLockBits::LoadLockBits(), AvrDevice::lockbits, AvrFlash::WriteMem(), and HWEeprom::WriteMem().
Referenced by AvrDevice::GetMemERamSize(), and AvrDevice::Load().