mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: Fix esp32c2_data_info.yaml memory values to match documentation
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user