summaryrefslogtreecommitdiff
path: root/src/kernel
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-07-27 13:24:57 -0700
committerKeith Packard <keithp@keithp.com>2016-07-27 13:24:57 -0700
commit71ddb973ff75680e78fbbef7978ab3893c367629 (patch)
treeaffd5d51d22d94a3879b43a48c576753284ce5fe /src/kernel
parent59874a062543c61d164089e8b31f55a9b860c0b1 (diff)
altos: Expose cc1200 radio test functions for telemini bringup
This exposes the cc1200 radio test function so we can load special test firmware in telemini to do the radio cal as it has no USB to perform that interactively. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/ao.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/ao.h b/src/kernel/ao.h
index 50fd065f..fb41d7a9 100644
--- a/src/kernel/ao.h
+++ b/src/kernel/ao.h
@@ -641,6 +641,12 @@ void
ao_radio_rdf_abort(void);
void
+ao_radio_test_on(void);
+
+void
+ao_radio_test_off(void);
+
+void
ao_radio_init(void);
/*