No description
Find a file
2015-10-28 18:57:30 +00:00
libopencm3@fbd25fb16f add libopencm3 as submodule 2015-10-16 20:44:33 +00:00
openocd openocd: correct f3 serial number 2015-10-19 00:42:07 +00:00
shared stub adc on/off test code. 2015-10-17 02:15:58 +00:00
tests/adc-power f3: wip continues 2015-10-28 18:55:56 +00:00
.gitignore gitignore projects, bins and dump logs 2015-10-28 18:57:30 +00:00
.gitmodules add libopencm3 as submodule 2015-10-16 20:44:33 +00:00
LICENSE Initial commit 2015-10-16 20:24:12 +00:00
README.md fix markdown 2015-10-17 02:35:39 +00:00
rules.mk stub adc on/off test code. 2015-10-17 02:15:58 +00:00

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.