mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
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