Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /examples/ cleanups. | Marti Bolivar | 2011-05-04 | 1 | -6/+3 |
| | |||||
* | Brought examples/ up to date; PIN_MAP bugfix for D24. | Marti Bolivar | 2011-03-04 | 1 | -3/+3 |
| | |||||
* | Updated blinky.cpp for portability | Marti Bolivar | 2011-02-10 | 1 | -5/+7 |
| | |||||
* | simplified example headers | bnewbold | 2010-08-31 | 1 | -27/+1 |
| | |||||
* | Call init() before static constructors | Perry Hung | 2010-06-25 | 1 | -1/+7 |
| | | | | | | | 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 examples, added spi example, moved pure virtual function handler | Perry Hung | 2010-04-29 | 1 | -20/+2 |
| | | | | out of main to cxxabi-compat.cpp. | ||||
* | Licensing: Relicensed libmaple under the MIT License. | Perry Hung | 2010-03-31 | 1 | -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. | bnewbold | 2010-03-31 | 1 | -0/+66 |
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added |