Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmaple: Fix warnings in libmaple source files | Perry Hung | 2011-05-12 | 1 | -7/+5 |
| | | | | | -Add -Wall, -Werror to libmaple/* -Fix warnings | ||||
* | i2c: Various fixes, extensions, documentation. | Perry Hung | 2011-05-12 | 1 | -57/+170 |
| | | | | | | | | | | | | -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. | ||||
* | I2C fixup. | Marti Bolivar | 2011-04-25 | 1 | -4/+13 |
| | | | | Added i2c_init() for consistency with rest of libmaple. | ||||
* | i2c cleanups. | Marti Bolivar | 2011-04-14 | 1 | -28/+27 |
| | | | | Whitespace and column width changes only. | ||||
* | Making 1c05ac8497222a12a675ba31564e7c4864107de9 comply with coding standard. | Marti Bolivar | 2011-04-12 | 1 | -6/+5 |
| | | | | Whitespace corrections only. | ||||
* | Adding i2c2 and i2c fast mode | Anton Eltchaninov | 2011-04-12 | 1 | -11/+43 |
| | | | | Signed-off-by: Anton Eltchaninov <anton.eltchaninov@gmail.com> | ||||
* | Merge branch 'i2c-wip' into refactor | Perry Hung | 2011-03-21 | 1 | -6/+6 |
| | | | | | | | Conflicts: examples/test-fsmc.cpp libmaple/rules.mk wirish/boards.h | ||||
* | Add rudimentary error handling for nack condition | Perry Hung | 2011-03-14 | 1 | -28/+23 |
| | |||||
* | Fix merge error and compile error. | Perry Hung | 2011-03-11 | 1 | -129/+39 |
| | |||||
* | Rename i2c irq handler to new naming convention. | Perry Hung | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | checkpoint | Perry Hung | 2011-02-26 | 1 | -0/+502 |