Merge branch 'feature/iram_overflow_hint_v5.0' into 'release/v5.0'

idf.py hints: add hint IRAM overflow (v5.0)

See merge request espressif/esp-idf!20736
This commit is contained in:
Marius Vikhammer
2022-12-05 11:37:06 +08:00

View File

@ -245,3 +245,7 @@
re: "fatal error: esp_partition.h: No such file or directory"
hint: "All the Partition APIs have been moved to the new component 'esp_partition' - please, update your project dependencies. See Storage migration guide 5.x for more details."
match_to_output: True
-
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' "