mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
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:
@ -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' "
|
||||
|
Reference in New Issue
Block a user