Clean up. Use cpu_relax for while loop. Rename check_i2cStatus to wait_event.
[bertos.git] / bertos / cpu / cortex-m3 / drv / i2c_stm32.c
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.