diff --git a/platform.txt b/platform.txt index 4f3b8cd..585e303 100644 --- a/platform.txt +++ b/platform.txt @@ -97,22 +97,23 @@ recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).* # Uploader tools # ------------------- -# Upload using feather_dfu, OSX/Linux require to install libusb-1.0 and dfu-util +# Upload using wiced_dfu, OSX/Linux require to install libusb-1.0 and dfu-util tools.adafruit_upload.path={runtime.platform.path}/tools -tools.adafruit_upload.feather_dfu.windows={path}/feather_dfu/win32/feather_dfu.exe -tools.adafruit_upload.feather_dfu.linux={path}/feather_dfu/linux/feather_dfu -tools.adafruit_upload.feather_dfu.macosx={path}/feather_dfu/osx/feather_dfu +tools.adafruit_upload.wiced_dfu.windows={path}/wiced_dfu/win32/wiced_dfu.exe +tools.adafruit_upload.wiced_dfu.linux={path}/wiced_dfu/linux64/wiced_dfu +tools.adafruit_upload.wiced_dfu.macosx={path}/wiced_dfu/osx/wiced_dfu tools.adafruit_upload.upload.params.verbose=-v tools.adafruit_upload.upload.params.quiet= -tools.adafruit_upload.upload.pattern="{feather_dfu}" {upload.subcommand} "{upload.binfile}" +tools.adafruit_upload.upload.pattern="{wiced_dfu}" {upload.subcommand} "{upload.binfile}" +# Obsolete tool (for reference) # Upload using Adafruit bootloader over DFU. # Default values require python, dfu-util, and all script dependencies to be # installed and in the path. #tools.adafruit_upload.python=python #tools.adafruit_upload.cmd=feather_dfu/feather_dfu.py -#tools.adafruit_upload.path={runtime.platform.path}/tools/source +#tools.adafruit_upload.path={runtime.platform.path}/tools/obsolete/source #tools.adafruit_upload.dfu_util= #tools.adafruit_upload.upload.params.verbose=-v #tools.adafruit_upload.upload.params.quiet= @@ -122,7 +123,7 @@ tools.adafruit_upload.upload.pattern="{feather_dfu}" {upload.subcommand} "{uploa # bundle in python and all dependencies. #tools.adafruit_upload.python.windows= #tools.adafruit_upload.cmd.windows=feather_dfu/feather_dfu.exe -#tools.adafruit_upload.path.windows={runtime.platform.path}/tools/win32-x86 +#tools.adafruit_upload.path.windows={runtime.platform.path}/tools/obsolete/win32-x86 #tools.adafruit_upload.dfu_util.windows=-u "{path}/dfu-util/dfu-util-static.exe" # Adalink Programmer/Uploader tools