mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
idf.py hints: add hint IRAM overflow
This commit is contained in:
@ -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' "
|
||||||
|
Reference in New Issue
Block a user