STM32: USB: endpoint buffer must be 4-bytes aligned
[bertos.git] / bertos / cpu / cortex-m3 / drv / i2c_stm32.c
2010-07-30 asterixSilent warning. Make static sono i2c table.
2010-07-30 asterixMerged revisions 4004-4036,4039-4048,4050-4095,4097...
2010-07-30 asterixClean up. Remove module check where is unneeded.
2010-07-29 asterixUse different api name for new i2c interface. Comply...
2010-07-27 asterixSplit long function. Add comments.
2010-07-27 asterixClean up. Use cpu_relax for while loop. Rename check_i2...
2010-07-27 asterixAdd missing define to use i2c2 devices.
2010-07-27 asterixModify driver to work with new api.
2010-07-22 asterixSVNSILENT
2010-07-22 asterixClean up.
2010-07-22 asterixImplement put function and remove send.
2010-07-20 asterixMerged revisions 4003-4037 via svnmerge from
2010-07-07 asterixAdd comments. Extract method for cheching function...
2010-07-07 asterixFix i2c driver to use correctly the stm32 i2c implement...
2010-07-02 asterixImplement read functions.
2010-06-29 asterixImplement i2c init.
2010-06-29 asterixFirst implementation of i2c module for stm32.