mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 06:04:33 +02:00
Merge branch 'feature/add-esp32c6-esp32h2-to-roms_json' into 'master'
tools: add esp32c6, esp32h2 to roms.json Closes IDF-6734 See merge request espressif/esp-idf!22111
This commit is contained in:
@@ -43,5 +43,19 @@
|
||||
"build_date_str_addr": "0x3ff1a374",
|
||||
"build_date_str": "Feb 7 2021"
|
||||
}
|
||||
],
|
||||
"esp32c6": [
|
||||
{
|
||||
"rev": 0,
|
||||
"build_date_str_addr": "0x4004a798",
|
||||
"build_date_str": "Sep 19 2022"
|
||||
}
|
||||
],
|
||||
"esp32h2": [
|
||||
{
|
||||
"rev": 0,
|
||||
"build_date_str_addr": "0x4001c7dc",
|
||||
"build_date_str": "Nov 1 2022"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user