altos: Move micropeak sources around
authorKeith Packard <keithp@keithp.com>
Sun, 15 Sep 2013 21:11:50 +0000 (14:11 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 15 Sep 2013 21:11:50 +0000 (14:11 -0700)
commit690094e2d7d9cfe5eb4edb478fd79e5d133c6b4b
tree613a0369133174f7365e78fc6b29c8ca1cad0aa5
parent2449d123690746d0d0d5d66dfc4d3a05b9f5dc0c
altos: Move micropeak sources around

This sticks the micropeak sources in appropriate directories, rather
than in the micropeak product directory so that they can be shared
with future micropeak-style products.

Signed-off-by: Keith Packard <keithp@keithp.com>
19 files changed:
src/attiny/ao_async.c [new file with mode: 0644]
src/attiny/ao_async.h [new file with mode: 0644]
src/core/ao_log_micro.c [new file with mode: 0644]
src/core/ao_log_micro.h [new file with mode: 0644]
src/core/ao_microflight.c [new file with mode: 0644]
src/core/ao_microkalman.c [new file with mode: 0644]
src/core/ao_report_micro.c [new file with mode: 0644]
src/micropeak/Makefile
src/micropeak/ao_async.c [deleted file]
src/micropeak/ao_async.h [deleted file]
src/micropeak/ao_log_micro.c [deleted file]
src/micropeak/ao_log_micro.h [deleted file]
src/micropeak/ao_microflight.c [deleted file]
src/micropeak/ao_microkalman.c [deleted file]
src/micropeak/ao_micropeak.c [deleted file]
src/micropeak/ao_micropeak.h [deleted file]
src/micropeak/ao_report_tiny.c [deleted file]
src/product/ao_micropeak.c [new file with mode: 0644]
src/product/ao_micropeak.h [new file with mode: 0644]