Skip to content

Commit f4a3f96

Browse files
committed
Remove faulty CMSIS link for now
1 parent 738a556 commit f4a3f96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arduino/etherkit-samd-1.0.0.zip

-22 Bytes
Binary file not shown.

arduino/etherkit-samd-1.0.0/platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ archive_file_path={build.path}/{archive_file}
9191
recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}"
9292

9393
## Combine gc-sections, archives, and objects
94-
recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" "-L{build.path}" {compiler.c.elf.flags} {compiler.c.elf.extra_flags} "-T{build.variant.path}/{build.ldscript}" "-Wl,-Map,{build.path}/{build.project_name}.map" --specs=nano.specs --specs=nosys.specs {compiler.ldflags} -o "{build.path}/{build.project_name}.elf" {object_files} -Wl,--start-group "{build.variant.path}/libarm_cortexM0l_math.a" -lm "{build.path}/{archive_file}" -Wl,--end-group
94+
recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" "-L{build.path}" {compiler.c.elf.flags} {compiler.c.elf.extra_flags} "-T{build.variant.path}/{build.ldscript}" "-Wl,-Map,{build.path}/{build.project_name}.map" --specs=nano.specs --specs=nosys.specs {compiler.ldflags} -o "{build.path}/{build.project_name}.elf" {object_files} -Wl,--start-group -lm "{build.path}/{archive_file}" -Wl,--end-group
9595

9696
## Create output (bin file)
9797
recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.bin"

arduino/package_etherkit_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"url": "https://etherkit.github.io/arduino/etherkit-samd-1.0.0.zip",
2121
"archiveFileName": "etherkit-samd-1.0.0.zip",
22-
"checksum": "SHA-256:06e3cd36475a8d399292cc48160aa054a7d39def02efcac22f53d8312bb22426",
23-
"size": "1253809",
22+
"checksum": "SHA-256:03daef8e93c927e09e0f0d32ad1f14112b6e8554cd45d3c6cd96ece6b20bed19",
23+
"size": "1253787",
2424
"boards": [
2525
{"name": "Empyrean Alpha"},
2626
{"name": "Empyrean Beta"}

0 commit comments

Comments
 (0)