aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32
Commit message (Expand)AuthorAgeFilesLines
...
* I2C. Reorganized locks.barthess2012-01-022-14/+12
* I2C. Deleted unneeded __IO macro from driver fields.barthess2012-01-021-3/+3
* I2C. Functions: i2c_lld_set_clock(), and i2c_lld_set_opmode() and i2c_lld_mas...barthess2012-01-022-142/+138
* I2C. "id_" prefixes deleted from driver.barthess2012-01-022-68/+68
* I2C. #defines moved out of functions.barthess2012-01-021-29/+26
* I2C. Deleted __NOP()barthess2012-01-021-1/+0
* I2C. Outdated driver deleted.barthess2011-12-312-1426/+0
* Changes to palSetGroupMode(), various adjustments to the PAL driver.gdisirio2011-12-312-36/+38
* I2C. Fixes.barthess2011-12-312-4/+3
* I2C. API changes mostly done.barthess2011-12-302-23/+176
* Updated credits.gdisirio2011-12-296-0/+24
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3645 35acf78f-673a-0410...gdisirio2011-12-2112-136/+136
* Fixed bug 3458947.gdisirio2011-12-201-6/+7
* I2C. Clock checks done at compile time.barthess2011-12-171-26/+33
* Cleaned "//" comments.barthess2011-12-172-20/+2
* I2C. Added safety checks for different STM32 platforms in frequency settings ...barthess2011-12-171-3/+18
* RTC. High level API rolled back.barthess2011-12-161-13/+15
* RTC. Nop.barthess2011-12-161-1/+1
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-153-12/+63
* RTC. Added callback switch helper. Not tested.barthess2011-12-132-89/+30
* RTCv1 minor fixbarthess2011-12-121-1/+1
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-122-14/+14
* Merging changes from rtc_dev branch.barthess2011-12-124-5/+621
|\
| * RTC. Development suspended until EXTI driver API will changed.barthess2011-12-123-48/+99
| * RTC. Driver broken.barthess2011-12-114-58/+192
| * RTC. Code reorganization. barthess2011-12-112-0/+431
| * RTC. Merge RTC code from trunk.barthess2011-12-111-10/+21
| |\
* | | RTC. Code cleanups.barthess2011-12-111-3/+4
* | | RTC. Pointless lock removed.barthess2011-12-111-2/+0
| |/ |/|
* | RTC. Some bugs fixed.barthess2011-12-101-8/+20
|/
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-082-30/+10
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 35acf78f-673a-0410...barthess2011-12-081-0/+10
* I2C. Switch to synchronous model.barthess2011-12-072-30/+21
* I2C. Added note about different API classes usage.barthess2011-12-071-9/+38
* GPT on F4x. Typo fixed.barthess2011-12-071-1/+1
* I2C. Bug fixes.barthess2011-12-062-37/+32
* I2C. Merged code from trunk.barthess2011-12-062-16/+1
|\
| * Removed unnecessary undefs.gdisirio2011-11-291-15/+0
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3543 35acf78f-673a-0410...gdisirio2011-11-281-1/+1
* | I2C. Added checks. Cleaned copypaste errors.barthess2011-12-062-16/+3
* | I2C. Added support of stm32f1x.barthess2011-12-061-9/+167
* | I2C. Added forgotten I2C3 interfacebarthess2011-12-061-0/+17
* | I2C. Added startup functions for I2C1 and I2C3 interfaces.barthess2011-12-051-55/+123
* | I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-042-246/+192
* | I2C. DMA works.barthess2011-12-021-10/+190
* | I2C. Code compiles but does not work.barthess2011-12-012-457/+68
* | I2C. Old driver moved to I2Cv1 dir.barthess2011-12-012-0/+1418
* | I2C. Totally broken.barthess2011-12-012-336/+32
* | I2C. Nop.barthess2011-11-271-0/+5
|/
* I2C. Minor fixes.barthess2011-11-271-2/+2