summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-07-17 15:43:26 +0200
committerjaseg <git@jaseg.net>2018-07-17 15:43:26 +0200
commit6df66b77ba5b27bce5630694742f2dac57b8d3eb (patch)
treefc14370fdea41b6d7a672758aa89886b9107f78c /README.md
parent90ce052d82daa86e1e86ab4dac7fbba0cdda8680 (diff)
downloadolsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.tar.gz
olsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.tar.bz2
olsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.zip
Isolate usb-serial-rs485 tree
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 94cb7a8..0000000
--- a/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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....
-
-1. make -C libopencm3 clean all -j8
-2. make -C tests/xxx clean all flash test V=1
-3. cd libopencm3
-4. git checkout proposed-new-code
-5. return to step 1
-
-Mileage _will_ vary.
-