altos: Switch telemini from v0.1 to v1.0
authorKeith Packard <keithp@keithp.com>
Tue, 9 Aug 2011 21:26:43 +0000 (14:26 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 Aug 2011 21:26:43 +0000 (14:26 -0700)
commit81ad44d4b6d9ad2f6b91d0906e8543da82da424f
tree7fb6731acbff85fc04b07306a945ed8991e1dda8
parentf3985ef8bc69bcec13ce155567a8ed7c5c6051cb
altos: Switch telemini from v0.1 to v1.0

TeleMini production boards are firmware compatible with the v0.1
design, so instead of creating another product, just rename the
existing one.

Signed-off-by: Keith Packard <keithp@keithp.com>
12 files changed:
src/Makefile
src/ao_adc.c
src/ao_pins.h
src/ao_telemetry.c
src/telemini-v0.1/.gitignore [deleted file]
src/telemini-v0.1/.sdcdbrc [deleted file]
src/telemini-v0.1/Makefile [deleted file]
src/telemini-v0.1/Makefile.defs [deleted file]
src/telemini-v1.0/.gitignore [new file with mode: 0644]
src/telemini-v1.0/.sdcdbrc [new file with mode: 0644]
src/telemini-v1.0/Makefile [new file with mode: 0644]
src/telemini-v1.0/Makefile.defs [new file with mode: 0644]