|
|
@@ -405,52 +405,24 @@ def action_extensions(base_actions, project_path):
|
|
|
},
|
|
|
'efuse-common-table': {
|
|
|
'callback': build_target,
|
|
|
- 'help': 'Generate C-source for IDF\'s eFuse fields. Deprecated alias: "efuse_common_table".',
|
|
|
- 'order_dependencies': ['reconfigure'],
|
|
|
- 'options': global_options,
|
|
|
- },
|
|
|
- 'efuse_common_table': {
|
|
|
- 'callback': build_target,
|
|
|
- 'hidden': True,
|
|
|
- 'help': "Generate C-source for IDF's eFuse fields.",
|
|
|
+ 'help': 'Generate C-source for IDF\'s eFuse fields.',
|
|
|
'order_dependencies': ['reconfigure'],
|
|
|
'options': global_options,
|
|
|
},
|
|
|
'efuse-custom-table': {
|
|
|
'callback': build_target,
|
|
|
- 'help': 'Generate C-source for user\'s eFuse fields. Deprecated alias: "efuse_custom_table".',
|
|
|
- 'order_dependencies': ['reconfigure'],
|
|
|
- 'options': global_options,
|
|
|
- },
|
|
|
- 'efuse_custom_table': {
|
|
|
- 'callback': build_target,
|
|
|
- 'hidden': True,
|
|
|
'help': 'Generate C-source for user\'s eFuse fields.',
|
|
|
'order_dependencies': ['reconfigure'],
|
|
|
'options': global_options,
|
|
|
},
|
|
|
'show-efuse-table': {
|
|
|
'callback': build_target,
|
|
|
- 'help': 'Print eFuse table. Deprecated alias: "show_efuse_table".',
|
|
|
- 'order_dependencies': ['reconfigure'],
|
|
|
- 'options': global_options,
|
|
|
- },
|
|
|
- 'show_efuse_table': {
|
|
|
- 'callback': build_target,
|
|
|
- 'hidden': True,
|
|
|
'help': 'Print eFuse table.',
|
|
|
'order_dependencies': ['reconfigure'],
|
|
|
'options': global_options,
|
|
|
},
|
|
|
'partition-table': {
|
|
|
'callback': build_target,
|
|
|
- 'help': 'Build only partition table. Deprecated alias: "parititon_table".',
|
|
|
- 'order_dependencies': ['reconfigure'],
|
|
|
- 'options': global_options,
|
|
|
- },
|
|
|
- 'partition_table': {
|
|
|
- 'callback': build_target,
|
|
|
- 'hidden': True,
|
|
|
'help': 'Build only partition table.',
|
|
|
'order_dependencies': ['reconfigure'],
|
|
|
'options': global_options,
|