Skip to content

Instantly share code, notes, and snippets.

@pdp7
Created May 7, 2019 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdp7/5118f22ced52eed9ed307c2790ecd22f to your computer and use it in GitHub Desktop.
Save pdp7/5118f22ced52eed9ed307c2790ecd22f to your computer and use it in GitHub Desktop.
macchina release
pdp7@sp3:~/dev/macchina/ssh/arduino-boards-sam/sam$ git commit platform.txt
[master c91f328] update to 0.3.12
1 file changed, 1 insertion(+), 1 deletion(-)
pdp7@sp3:~/dev/macchina/ssh/arduino-boards-sam/sam$ git log -1 -p
commit c91f3286a93ca53132e90615f92eedcb01dc8cde (HEAD -> master)
Author: Drew Fustini <drew@pdp7.com>
Date: Wed May 8 01:49:14 2019 +0200
update to 0.3.12
diff --git a/sam/platform.txt b/sam/platform.txt
index 3977868..6a51169 100644
--- a/sam/platform.txt
+++ b/sam/platform.txt
@@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
name=Macchina SAM Boards
-version=0.3.8
+version=0.3.12
# SAM3 compile variables
# ----------------------
pdp7@sp3:~/dev/macchina/ssh/arduino-boards-sam/sam$ git tag -a 0.3.12 -m '0.3.12'
pdp7@sp3:~/dev/macchina/ssh/arduino-boards-sam/sam$ git push origin 0.3.12
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 472 bytes | 472.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0)
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To github.com:macchina/arduino-boards-sam.git
* [new tag] 0.3.12 -> 0.3.12
pdp7@sp3:~/dev/macchina/ssh/arduino-boards-sam/sam$ git describe
0.3.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment