mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +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