Skip to content

Instantly share code, notes, and snippets.

@pdp7
Created May 6, 2019 08:14
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/15fa7c5aa771be6c248ba79c8c15a408 to your computer and use it in GitHub Desktop.
Save pdp7/15fa7c5aa771be6c248ba79c8c15a408 to your computer and use it in GitHub Desktop.
macchina libraries.txt
pdp7@sp3:~/dev/macchina/arduino-boards-sam$ git ls-tree master sam/libraries/
160000 commit b8410b32af3c77f231659cb81cc95f69d62e1c39 sam/libraries/LIN
160000 commit e83dd0c4397fbb3fec37fceb9805d2c4a75a301e sam/libraries/M2_12VIO
160000 commit bfee5f5285c4a138b4ea566a98c32df8bec551f7 sam/libraries/M2_SD_HSMCI
160000 commit f543e7920ce08119cf6ed2bf71b4839e957792c4 sam/libraries/Single-Wire-CAN-mcp2515
160000 commit c25980a69a1ed77c36841746715554fa0fb20d81 sam/libraries/can_common
160000 commit f2bd0c28c8bd0482933e00171067714312c67adb sam/libraries/due_can
160000 commit af6e10fb652c469faf71c781365f3f4f360aa063 sam/libraries/due_wire
160000 commit f9b0aa0c2f2441724d6b2e50b58f36d21f9c5561 sam/libraries/mcp2515
pdp7@sp3:~/dev/macchina/arduino-boards-sam$ cd sam/libraries/LIN
pdp7@sp3:~/dev/macchina/arduino-boards-sam/sam/libraries/LIN$ git log -1 b8410b32af3c77f231659cb81cc95f69d62e1c39
commit b8410b32af3c77f231659cb81cc95f69d62e1c39 (HEAD)
Merge: a7ec9e1 50937c6
Author: Josh <josh@macchina.cc>
Date: Mon Sep 4 16:33:00 2017 -0500
Merge pull request #6 from adamvoss/publicDomainExamples
Release examples into the public domain using CC0
pdp7@sp3:~/dev/macchina/arduino-boards-sam/sam/libraries/LIN$ cd -
/home/pdp7/dev/macchina/arduino-boards-sam
pdp7@sp3:~/dev/macchina/arduino-boards-sam$ cd sam/libraries/Single-Wire-CAN-mcp2515; git log -1 f543e7920ce08119cf6ed2bf71b4839e957792c4
commit f543e7920ce08119cf6ed2bf71b4839e957792c4 (HEAD)
Author: Adam Voss <vossad01@gmail.com>
Date: Sun Oct 1 16:20:10 2017 -0500
Rename library to try to avoid confusion
This way old/incorrect versions will hopefully be obvious to users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment