forked from espressif/esp-idf
tools: Fix esp32c2_data_info.yaml memory values to match documentation
This commit is contained in:
committed by
Mahavir Jain
parent
6dffac74e9
commit
9b2f6f01d6
@@ -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
|
||||
|
Reference in New Issue
Block a user