mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ad1606ae1d
1. Implement --aligned-obj-ix-tables which is used by default on the ESP8266 in NodeMCU and Arduino. 2. Introduce --no-magic and --no-magic-len to allow disabling options --use-magic-len and --use-magic. As these have been declared with default=True and action='store_true', they couldn't be disabled otherwise. Closes https://github.com/espressif/esp-idf/issues/6717