Skip to content

Commit 188baea

Browse files
committed
Reorganize tools
1 parent a5511ca commit 188baea

File tree

186 files changed

+12
-2266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+12
-2266
lines changed

platform.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ recipe.preproc.macros="{compiler.path}/{compiler.cmd.cpp}" {compiler.flags.cpp}
126126

127127
# Host-specific definitions for upload tool
128128
# Default host
129-
tools.artemis_bin2board.pgm={runtime.platform.path}/tools/apollo3_scripts/sparkfun/artemis/macosx/artemis_bin_to_board/artemis_bin_to_board
129+
tools.artemis_bin2board.pgm={runtime.platform.path}/tools/artemis/macosx/artemis_bin_to_board/artemis_bin_to_board
130130
tools.artemis_bin2board.args=--bin "{build.path}/{build.project_name}.bin" --load-address-blob 0x20000 --magic-num 0xCB -o {build.path}/{build.project_name} --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b {upload.baud} -port "{serial.port}" -r 2 {upload.verbose}
131131

132132
# MacOSX
133-
tools.artemis_bin2board.pgm.macosx={runtime.platform.path}/tools/apollo3_scripts/sparkfun/artemis/macosx/artemis_bin_to_board/artemis_bin_to_board
133+
tools.artemis_bin2board.pgm.macosx={runtime.platform.path}/tools/artemis/macosx/artemis_bin_to_board/artemis_bin_to_board
134134
tools.artemis_bin2board.args.macosx=--bin "{build.path}/{build.project_name}.bin" --load-address-blob 0x20000 --magic-num 0xCB -o {build.path}/{build.project_name} --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b {upload.baud} -port "{serial.port}" -r 2 {upload.verbose}
135135

136136
# Windows
137-
tools.artemis_bin2board.pgm.windows="{runtime.platform.path}/tools/apollo3_scripts/sparkfun/artemis/windows/artemis_bin_to_board/artemis_bin_to_board.exe"
137+
tools.artemis_bin2board.pgm.windows="{runtime.platform.path}/tools/artemis/windows/artemis_bin_to_board/artemis_bin_to_board.exe"
138138
tools.artemis_bin2board.args.windows=--bin "{build.path}/{build.project_name}.bin" --load-address-blob 0x20000 --magic-num 0xCB -o {build.path}/{build.project_name} --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b {upload.baud} -port "{serial.port}" -r 2 {upload.verbose}
139139

140140
# Additional Loader Parameters
File renamed without changes.
-580 KB
Binary file not shown.

tools/apollo3_amota/scripts/Makefile

-26
This file was deleted.

tools/apollo3_amota/scripts/ota_binary_converter.py

-214
This file was deleted.

tools/apollo3_scripts/sparkfun/README.md

-22
This file was deleted.

0 commit comments

Comments
 (0)