diff options
| author | Keith Packard <keithp@keithp.com> | 2018-06-16 23:50:11 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-06-17 01:28:36 -0700 |
| commit | 291bcd751991960ae3dad8c6523323fdcbafa16d (patch) | |
| tree | 9c0d208b9fa171b7e1af8e958ac489e7a461ef3c /src/Makefile | |
| parent | 16482bf5d63eafc5256f14a218d3a374f6584e0a (diff) | |
altos/telelco-v0.2-cc1200: Add build for NAR hacked TeleLCO v0.2 board
This has the CC1120 replaced with a CC1200, but with 32MHz xtals
instead of 40MHz on the radio chip.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
