Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-04 | rules.mk: make sure flashing works from other directories | Karl Palsson | 1 | -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-30 | rules.mk: don't bother making .bins | Karl Palsson | 1 | -1/+1 | |
2016-09-09 | switch to using devices.data linker generation | Karl Palsson | 1 | -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-09 | squelch errors from netcat when it needs to start oocd | Karl Palsson | 1 | -2/+2 | |
be nice if I could _keep_ errors when V=1 but.... | |||||
2016-03-30 | rules: attempt to connect to a running openocd first. | Karl Palsson | 1 | -2/+4 | |
2015-11-03 | f4: proper float/int temp readings | Karl Palsson | 1 | -0/+1 | |
2015-10-17 | stub adc on/off test code. | Karl Palsson | 1 | -0/+169 | |
Needs a pot on PA0, should get the temperature input working as well. |