summaryrefslogtreecommitdiff
path: root/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-10-26common openocd: use -s to find files from test dirs.Karl Palsson1-1/+1
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-04-04rules.mk: make sure flashing works from other directoriesKarl Palsson1-2/+2
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.
2016-09-30rules.mk: don't bother making .binsKarl Palsson1-1/+1
2016-09-09switch to using devices.data linker generationKarl Palsson1-17/+17
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-09squelch errors from netcat when it needs to start oocdKarl Palsson1-2/+2
be nice if I could _keep_ errors when V=1 but....
2016-03-30rules: attempt to connect to a running openocd first.Karl Palsson1-2/+4
2015-11-03f4: proper float/int temp readingsKarl Palsson1-0/+1
2015-10-17stub adc on/off test code.Karl Palsson1-0/+169
Needs a pot on PA0, should get the temperature input working as well.