diff options
author | Ethan Reesor <[email protected]> | 2020-01-21 21:23:10 -0600 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-07-08 21:58:15 +0200 |
commit | 079a789d492431cff100824421aa276a731ac369 (patch) | |
tree | 3a0b9f4dbd16e4b45cacd3fc99d7b3f8e1046eac /README.md | |
parent | ca8e1b075a0445f2ca72dfefd6db517c1b0cfec0 (diff) | |
download | tinygo-079a789d492431cff100824421aa276a731ac369.tar.gz tinygo-079a789d492431cff100824421aa276a731ac369.zip |
Minimal NXP/Teensy support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -140,3 +140,5 @@ The original reasoning was: if [Python](https://micropython.org/) can run on mic This project is licensed under the BSD 3-clause license, just like the [Go project](https://golang.org/LICENSE) itself. Some code has been copied from the LLVM project and is therefore licensed under [a variant of the Apache 2.0 license](http://releases.llvm.org/10.0.0/LICENSE.TXT). This has been clearly indicated in the header of these files. + +Some code has been copied and/or ported from Paul Stoffregen's Teensy libraries and is therefore licensed under PJRC's license. This has been clearly indicated in the header of these files. |