tools: Fix esp32c2_data_info.yaml memory values to match documentation

This commit is contained in:
Guillaume Souchere 2023-01-05 08:19:08 +01:00 committed by Mahavir Jain
parent 6dffac74e9
commit 9b2f6f01d6

View File

@ -8,10 +8,10 @@ DRAM:
secondary_address: 0x40800000
CACHE_I:
primary_address: 0x42000000
length: 0x800000
length: 0x1000000
CACHE_D:
primary_address: 0x42000000
length: 0x800000
length: 0x1000000
RTC_SLOW_D: # TODO: IDF-5667 Better to rename to LP_RAM
primary_address: 0x50000000
length: 0x4000