aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qa-slave-shield.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qa-slave-shield.cpp and test-session.cpp fixes for Mini and RET6 Edition.Marti Bolivar2011-03-081-2/+0
| | | | | | | | | | | | | There's a bit of a hack on the RET6 NR_DAC_PINS: due to the fact that PA5 is hooked up to the built-in LED and DAC channel 2, I set NR_DAC_PINS to 0 for the STM32F103RE (in libmaple.h), so that init() doesn't dac_init() and mess with the LED. Not too worried about it since this is just a beta board, but we'll need to fix this in the design for the real version. Also, BUT should be moved, since it steals Timer 8's channel 4 CC connection.
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-081-22/+44
| | | | (Cherry-pick from refactor with some modifications).
* Call init() before static constructorsPerry Hung2010-06-251-2/+8
| | | | | | | Commit 70a18f96b6d55d23ce58ab40ffb61f172c8f6c73 forces init() to be called before any statically allocated object constructors for the IDE. This adds the change to the examples for users not using the IDE.
* new QA testing modesbnewbold2010-06-151-0/+49