mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(idf.py): add ESP32-P4 ROM info
This commit is contained in:
parent
d9fb9a5500
commit
c0ff293bf8
@ -57,5 +57,12 @@
|
||||
"build_date_str_addr": "0x4001c7dc",
|
||||
"build_date_str": "Nov 1 2022"
|
||||
}
|
||||
],
|
||||
"esp32p4": [
|
||||
{
|
||||
"rev": 0,
|
||||
"build_date_str_addr": "0x4fc1d1ac",
|
||||
"build_date_str": "Aug 11 2023"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user