summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2015-10-16 20:24:12 +0000
committerKarl Palsson <karlp@tweak.net.au>2015-10-16 20:24:12 +0000
commitbd6902d8e84447dc2033c5e4c8e1fd71b6983d21 (patch)
treea0bfc816fab74a826e84e3d0c195bd66a271e667 /README.md
downloadolsndot-bd6902d8e84447dc2033c5e4c8e1fd71b6983d21.tar.gz
olsndot-bd6902d8e84447dc2033c5e4c8e1fd71b6983d21.tar.bz2
olsndot-bd6902d8e84447dc2033c5e4c8e1fd71b6983d21.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9ab0cd6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Cross target tests for libopencm3
+
+libopencm3(http://github.com/libopencm3/libopencm3) pull requests are often
+hard to review. It can be hard to see the impact on "user" land code, it can
+be hard to see how the behaviour changes from a->b.
+
+This repository contains testing frameworks I've put together to help with
+cross target testing, with the aim of making them as automated as possible.
+
+General plan is something like....
+
+# make -C libopencm3 clean all -j8
+# make -C tests/xxx clean all flash test V=1
+# cd libopencm3
+# git checkout proposed-new-code
+# return to step 1
+
+Mileage _will_ vary.
+