Skip to content

Commit

Permalink
rename feather_dfu to wiced_dfu
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jul 17, 2017
1 parent 21f32d3 commit 59435ec
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -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
Expand Down

0 comments on commit 59435ec

Please sign in to comment.