Commit graph

8 commits

Author SHA1 Message Date
Karl Palsson
8366c94592 common openocd: use -s to find files from test dirs.
The sourcing of the common.cfg and the optional local files was failing
when invoked from a test directory.  Use -s and properly use [find ...]
to search paths nicely.
2017-10-26 22:10:03 +00:00
Karl Palsson
c802ef055c rules.mk: make sure flashing works from other directories
Provide full path when communicating with openocd.
This means you can run a permanent openocd session from the ./openocd
directory, and still have things working with just "make flash" from
whatever test directory you are in.
2017-04-04 21:03:19 +00:00
Karl Palsson
b317d18abd rules.mk: don't bother making .bins 2016-09-30 23:32:10 +00:00
Karl Palsson
c5c33a4600 switch to using devices.data linker generation
Still using my own private rules, but now using the linker script generator so
no need to keep expanding on including .ld files in core libopencm3
2016-09-09 22:16:45 +00:00
Karl Palsson
835fafe270 squelch errors from netcat when it needs to start oocd
be nice if I could _keep_ errors when V=1 but....
2016-09-09 22:16:45 +00:00
Karl Palsson
09ea7a8695 rules: attempt to connect to a running openocd first. 2016-03-30 17:22:52 +00:00
Karl Palsson
4a1f9d06d2 f4: proper float/int temp readings 2015-11-03 22:34:40 +00:00
Karl Palsson
8d538b3935 stub adc on/off test code.
Needs a pot on PA0, should get the temperature input working as well.
2015-10-17 02:15:58 +00:00