mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
dfu: add esp32s3 to supported DFU targets for idf.py
This commit is contained in:
parent
f78d13398e
commit
398df3b318
@ -9,7 +9,7 @@ from idf_py_actions.tools import PropertyDict, ensure_build_directory, is_target
|
||||
|
||||
def action_extensions(base_actions: Dict, project_path: str) -> Dict:
|
||||
|
||||
SUPPORTED_TARGETS = ['esp32s2']
|
||||
SUPPORTED_TARGETS = ['esp32s2', 'esp32s3']
|
||||
|
||||
def dfu_target(target_name: str, ctx: Context, args: PropertyDict, part_size: str) -> None:
|
||||
ensure_build_directory(args, ctx.info_name)
|
||||
|
Loading…
Reference in New Issue
Block a user