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 | ||||
* | i2c: Various fixes, extensions, documentation. | Perry Hung | 2011-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | -Fix clock calculations for fast-mode support -Add I2C_REMAP option to remap i2c1 (untested) -Add I2C_BUS_RESET option to reset bus on initialization -Add optional timeout parameter -Doxygen comments -Various cleanup 10-bit slave addressing is untested until I have a device that speaks such. | ||||
* | Making micros() counter underrun safe. | Marti Bolivar | 2011-05-04 | 1 | -10/+7 |
| | | | | Thanks, ala42! | ||||
* | Doxygen bugfixes. | Marti Bolivar | 2011-04-12 | 1 | -1/+1 |
| | | | | Fixed various Doxygen comment errors. | ||||
* | Hacks to get things to compile in the IDE. | Marti Bolivar | 2011-03-30 | 1 | -0/+99 |