Commit Graph

6 Commits

Author SHA1 Message Date
Laukik Hase
75fc3dfc82 fix(partition_table): Exclude TEE partitions from the REE app size check
- Remove the invalid check that compared the TEE app partition size
  against the user application (REE) binary size
2026-07-01 12:53:45 +05:30
sonika.rathi
c56aa642b0 fix(partition_table): normalize CLI output with esp-pylib 2026-06-29 12:58:37 +02:00
Djordje Nedic
e09ef86d7c partition_table: Add warning when partitions are nearly full
This adds a warning in cases where the smallest partition is nearly full.
A test with a specially crafted partition table is created for the smallest partition warning.
If the threshold or the template itself change, change the factory app partition size as well.
2022-05-13 07:14:04 +00:00
Ivan Grokhotkov
f071558117 partition_table: add a test for total partition size error 2022-02-21 10:28:29 +03:00
boarchuz
c098dce1e5 check_sizes.py: Fix bootloader size message in build log
Closes https://github.com/espressif/esp-idf/pull/7506
2021-09-02 10:28:34 +05:00
Angus Gratton
6f6b4c3983 cmake partition_table: Check binaries fit in partition spaces at build time
- Bootloader is checked not to overlap partition table
- Apps are checked not to overlap any app partition regions

Supported for CMake build system only.

Closes https://github.com/espressif/esp-idf/pull/612
Closes https://github.com/espressif/esp-idf/issues/5043
Probable fix for https://github.com/espressif/esp-idf/issues/5456
2021-04-16 16:40:47 +10:00