diff options
| author | Keith Packard <keithp@keithp.com> | 2016-03-02 14:00:06 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-03-02 14:00:06 -0800 |
| commit | 3a355d5c84e9d975897fa69a103952a1f1558947 (patch) | |
| tree | 3ba3c30406ae7cfe5480df44049c95610ce12586 /src/Makefile | |
| parent | 05fcb717bfc44aba3c1cfd43281e323505a46402 (diff) | |
altos: Add ChaosKey v1.0 product
Much like ChaosKey v0.1, just different SoC package and a few wiring changes.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index ebe1df9c..98607031 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,8 @@ ARMM3DIRS=\ ARMM0DIRS=\ easymini-v1.0 easymini-v1.0/flash-loader \ - chaoskey-v0.1 chaoskey-v0.1/flash-loader + chaoskey-v0.1 chaoskey-v0.1/flash-loader \ + chaoskey-v1.0 chaoskey-v1.0/flash-loader AVRDIRS=\ telescience-v0.1 telescience-pwm micropeak nanopeak-v0.1 microkite |
