From c0ff293bf8cbb6cb130d3c953bb1775dc50c96ab Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 25 Mar 2024 14:36:52 +0100 Subject: [PATCH] feat(idf.py): add ESP32-P4 ROM info --- tools/idf_py_actions/roms.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/idf_py_actions/roms.json b/tools/idf_py_actions/roms.json index 17cf4a56ce..40a4ff930a 100644 --- a/tools/idf_py_actions/roms.json +++ b/tools/idf_py_actions/roms.json @@ -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" + } ] }