aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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-1211-11/+644
|\
| * RTC. Development suspended until EXTI driver API will changed.barthess2011-12-123-48/+99
| * RTC. Naming convention fixed.barthess2011-12-126-6/+6
| * RTC. Driver broken.barthess2011-12-114-58/+192
| * RTC. Code reorganization. barthess2011-12-118-1/+7
| * RTC. Setting and getting time works on STM32F4xbarthess2011-12-113-28/+57
| * RTC. Merge RTC code from trunk.barthess2011-12-111-10/+21
| |\
| * | RTC. Setting and getting time now works.barthess2011-12-093-47/+20
| * | RTC. Code compiles but not tested.barthess2011-12-093-93/+51
| |\ \
| * | | RTC. Initial commit.barthess2011-12-083-2/+484
| |/ /
* | | 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
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...gdisirio2011-12-083-17/+71
* 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. MCU has TIM6 and TIM7, fixed.barthess2011-12-071-2/+2
* GPT on F4x. Typo fixed.barthess2011-12-071-1/+1
* I2C. Added DMA masks for other MCUs.barthess2011-12-074-0/+61
* I2C. Bug fixes.barthess2011-12-063-42/+38
* I2C. Merged code from trunk.barthess2011-12-064-19/+13
|\
| * Fixed bug 3449139, increased version numbers.gdisirio2011-12-032-3/+12
| * 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-062-9/+183
* | 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. Added attributes.barthess2011-12-021-0/+16
* | 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-272-0/+6
|/
* I2C. Minor fixes.barthess2011-11-271-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3533 35acf78f-673a-0410...gdisirio2011-11-261-5/+5
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3531 35acf78f-673a-0410...gdisirio2011-11-261-2/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3530 35acf78f-673a-0410...gdisirio2011-11-261-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3529 35acf78f-673a-0410...gdisirio2011-11-261-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3527 35acf78f-673a-0410...gdisirio2011-11-264-11/+335
* Unified STM32 registers header file stm32.h.gdisirio2011-11-2614-158/+199
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3525 35acf78f-673a-0410...gdisirio2011-11-241-0/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3524 35acf78f-673a-0410...gdisirio2011-11-241-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3523 35acf78f-673a-0410...gdisirio2011-11-243-47/+64