Skip to content

Jira-243 Integrate Flashpack into IDE #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ arduino_101.build.variant_system_lib=arc32drv_arduino101
arduino_101.build.vid=0x8087
arduino_101.build.pid=0x0AB6

arduino_101.bootloader.tool=arduino101load
arduino_101.bootloader.file=""

##############################################################


9 changes: 9 additions & 0 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,12 @@ tools.arduino101load.upload.pattern=/bin/bash --noprofile "{cmd.path}" "{runtime
tools.arduino101load.upload.pattern.linux=/bin/bash --noprofile {cmd.path} "{runtime.tools.sketchUploader.path}/x86/bin" {build.path}/{build.project_name}.elf {serial.port} "{upload.verbose}"
tools.arduino101load.upload.elf.windows={build.path}/{build.project_name}.elf
tools.arduino101load.upload.pattern.windows="{cmd.path}" "--noprofile" "{cmd.script}" "{cmd.bin}" "{upload.elf}" "{serial.port}" "{upload.verbose}"

# This is needed to avoid an error on unexistent fields
tools.arduino101load.erase.params.verbose=
tools.arduino101load.erase.params.quiet=
tools.arduino101load.erase.pattern=
tools.arduino101load.bootloader.params.verbose=
tools.arduino101load.bootloader.params.quiet=
tools.arduino101load.bootloader.pattern=/bin/bash {runtime.tools.flashpack.path}/flash_dfu.sh

6 changes: 6 additions & 0 deletions programmers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
arduino101fw.name=Arduino 101 Firmware Updater
arduino101fw.communication=USB
arduino101fw.protocol=
arduino101fw.program.protocol=
arduino101fw.program.tool=arduino101load
arduino101fw.program.extra_params=