mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
dfu: add esp32s3 to supported DFU targets for idf.py
This commit is contained in:
@@ -4,7 +4,7 @@ from idf_py_actions.tools import ensure_build_directory, is_target_supported, ru
|
|||||||
|
|
||||||
def action_extensions(base_actions, project_path):
|
def action_extensions(base_actions, project_path):
|
||||||
|
|
||||||
SUPPORTED_TARGETS = ['esp32s2']
|
SUPPORTED_TARGETS = ['esp32s2', 'esp32s3']
|
||||||
|
|
||||||
def dfu_target(target_name, ctx, args, part_size):
|
def dfu_target(target_name, ctx, args, part_size):
|
||||||
ensure_build_directory(args, ctx.info_name)
|
ensure_build_directory(args, ctx.info_name)
|
||||||
|
Reference in New Issue
Block a user