aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Call init() before static constructorsPerry Hung2010-06-255-14/+44
| | | | | | | 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.
* fixed QA test (pulldown)bnewbold2010-06-161-2/+2
|
* new QA testing modesbnewbold2010-06-152-0/+92
|
* helpful debug programbnewbold2010-06-111-0/+42
|
* test session serial fixbnewbold2010-06-071-3/+3
|
* fixed examplebnewbold2010-06-051-5/+5
|
* example updates...bnewbold2010-06-041-523/+524
|
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-042-7/+0
| | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes
* finish cxxabi-compat refactorbnewbold2010-04-291-7/+0
| | | | perry forgot to add/edit these...
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-292-20/+73
| | | | out of main to cxxabi-compat.cpp.
* updated test-session with new banner art etcbnewbold2010-04-271-64/+163
|
* mostly complete new interactive hardware testing programbnewbold2010-04-211-0/+437
|
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-12/+17
| | | | | | Relicensed the bulk of libmaple under the more permissive MIT License, from GPLv3. Files that were largely or entirely derived from the Arduino, STM, or Lanchon retain their original licenses.
* Major hierarchy reorganization; see README.bnewbold2010-03-311-0/+66
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added