diff options
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 9 insertions, 0 deletions
@@ -3,3 +3,6 @@ Where not possible, please consider it available under your choice of the MIT, ISC, Apache2 or BSD-2-clause licenses. This only applies to the template code. libopencm3 itself has it's own license. + +You should replace this file with the license of your _own_ project if you are +using this as a template! @@ -1 +1,7 @@ Easy clone and go repository for a libopencm3 based project. + +my-project contains your application +my-common-code contains something shared. + +You should replace this with your _own_ README if you are using this +as a template. |