Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep it 80-column clean. | Marti Bolivar | 2011-06-07 | 1 | -14/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Go through overlong source code lines and convert as many of them as appropriate to be 80-column clean. This mostly affects license headers. Overlong lines are determined by running following from the libmaple base directory: $ ack-grep --nocolor --nogroup --cpp --cc --ignore-dir=usb -- '.{80}' Note that this excludes libmaple's usb subdirectory, which is still full of ST code that doesn't follow the libmaple source code guidelines. Contents of ~/.ackrc (these won't matter, but are included for completeness): --ignore-dir=docs --ignore-dir=build --type-set ld=.ld --type-set rst=.rst --type-set txt=.txt --type-set mk=.mk | ||||
* | Doxygen bugfixes. | Marti Bolivar | 2011-04-12 | 1 | -0/+3 |
| | | | | Fixed various Doxygen comment errors. | ||||
* | [WIP] GPIO refactor: seems ok, ready for review | Marti Bolivar | 2011-03-11 | 1 | -11/+2 |
| | |||||
* | arduino language reference nearing completion, properly CC-BY-SA 3.0 attributed | Marti Bolivar | 2010-11-17 | 1 | -4/+7 |
| | |||||
* | maple mini runs blinky now. | Marti Bolivar | 2010-10-22 | 1 | -1/+10 |
| | | | | still need usb descriptors to improve, and also nothing else is tested. | ||||
* | wirish reformatted and code-styled | Marti Bolivar | 2010-09-26 | 1 | -3/+3 |
| | |||||
* | analogWrite is an alias for pwmWrite | bnewbold | 2010-05-27 | 1 | -0/+1 |
| | |||||
* | Refactoring: | Perry Hung | 2010-04-25 | 1 | -0/+46 |
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language. |