No description
Find a file
Karl Palsson d5fd0d1012 spi-master: update to run on the hw1 host board
"TRIGGER" is now D0 on the fx2 port
"LED" is now D1 on the fx2 port,
"SPI MOSI" is now D4 on the fx2
"SPI MISO" is now D5
"SPI CLOCK" is now D6
2018-02-19 22:04:59 +00:00
hw1 hw1: gitignore gerbers 2018-02-19 21:08:44 +00:00
libopencm3@f305ac9bcd lib: update to my staging 2017.4 2017-09-01 21:20:39 +00:00
openocd common openocd: use -s to find files from test dirs. 2017-10-26 22:10:03 +00:00
shared f0 working (one fixme) 2016-03-04 00:43:21 +00:00
tests spi-master: update to run on the hw1 host board 2018-02-19 22:04:59 +00:00
.gitignore .gitignore generated linker scripts 2016-09-09 22:16:45 +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 common openocd: use -s to find files from test dirs. 2017-10-26 22:10:03 +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.