Adjusted GDB memory map to include EEPROM in ram section. Also added EEPROM offset to the AVR GDB target descriptor

This commit is contained in:
Nav
2022-12-08 21:18:04 +00:00
parent 96a688df08
commit 831021eb36
2 changed files with 25 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ namespace Bloom::DebugServer::Gdb::AvrGdb
{
{Targets::TargetMemoryType::FLASH, 0},
{Targets::TargetMemoryType::RAM, 0x00800000U},
{Targets::TargetMemoryType::EEPROM, 0x00810000U},
}
)
{