From afd7f1e9b7fc369afc5b2f61e3d838b2ffafb05c Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Fri, 14 Oct 2022 17:06:53 +0800 Subject: [PATCH] idf.py hints: add hint IRAM overflow --- tools/idf_py_actions/hints.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/idf_py_actions/hints.yml b/tools/idf_py_actions/hints.yml index ae6c7bd614..12aa558f5d 100644 --- a/tools/idf_py_actions/hints.yml +++ b/tools/idf_py_actions/hints.yml @@ -261,3 +261,7 @@ - re_variables: ['lan8720'] hint_variables: ['esp_eth_phy_new_lan8720', 'esp_eth_phy_new_lan87xx'] + +- + re: "`iram0_0_seg' overflowed" + hint: "The applications static IRAM usage is larger than the available IRAM size.\nFor more information on how to reduze IRAM usage run 'idf.py docs -sp api-guides/performance/ram-usage.html#optimizing-iram-usage' "