Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call init() before static constructors | Perry Hung | 2010-06-25 | 1 | -7/+14 |
| | | | | | | | 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. | ||||
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 1 | -1/+0 |
| | | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes | ||||
* | Fixed examples, added spi example, moved pure virtual function handler | Perry Hung | 2010-04-29 | 1 | -0/+71 |
out of main to cxxabi-compat.cpp. |