idf.py hints: add hint IRAM overflow

This commit is contained in:
Marius Vikhammer
2022-10-14 17:06:53 +08:00
parent 864ca34199
commit 2643e4b320

View File

@ -245,3 +245,7 @@
re: "fatal error: esp_partition.h: No such file or directory" 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." 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 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' "