From: Keith Packard Date: Sun, 17 Jun 2018 07:23:37 +0000 (-0700) Subject: altos: Build special telelco-v0.2 with cc1200 version X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5773939193d033203f5a5a611d15fb4ee303f9e5 altos: Build special telelco-v0.2 with cc1200 version The one with the cc1120 isn't actually usable and all of them have been replaced with cc1200 chips. Signed-off-by: Keith Packard --- diff --git a/src/Makefile b/src/Makefile index e8008128..6bbb2a38 100644 --- a/src/Makefile +++ b/src/Makefile @@ -37,6 +37,7 @@ ARMM3DIRS=\ telegps-v1.0 telegps-v1.0/flash-loader \ telegps-v2.0 telegps-v2.0/flash-loader \ telelco-v0.2 telelco-v0.2/flash-loader \ + telelco-v0.2-cc1200 telelco-v0.2-cc1200/flash-loader \ telelco-v0.3 telelco-v0.3/flash-loader \ teledongle-v3.0 teledongle-v3.0/flash-loader \ teleballoon-v2.0 \