mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-01 19:35:56 +00:00

partition tables: Expand environment variables in gen_esp32part Allows parametrizing partition table with (exported) make variables. Merges PR #301 https://github.com/espressif/esp-idf/pull/301 See merge request !505