aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
Commit message (Collapse)AuthorAgeFilesLines
* RTC. Naming convention fixed.barthess2011-12-123-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3599 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Code reorganization. barthess2011-12-113-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3597 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 ↵gdisirio2011-12-082-2/+56
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added DMA masks for other MCUs.barthess2011-12-072-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3565 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added support of stm32f1x.barthess2011-12-061-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3557 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Unified STM32 registers header file stm32.h.gdisirio2011-11-262-45/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3526 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a problem of inclusion order that caused DMA2 problems in STM32 HAls.gdisirio2011-11-231-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3522 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3520 ↵gdisirio2011-11-233-0/+174
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed DMA assignment for SPI3 on STM32F1xx devices.gdisirio2011-11-232-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3519 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4-Discovery demo working.gdisirio2011-11-202-12/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3516 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3508 ↵gdisirio2011-11-191-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4xx SPI driver working.gdisirio2011-11-131-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3490 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3487 ↵gdisirio2011-11-114-0/+224
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3485 ↵gdisirio2011-11-101-2/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 ↵gdisirio2011-11-105-12/+70
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3469 ↵gdisirio2011-11-051-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3466 ↵gdisirio2011-11-043-9/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3462 ↵gdisirio2011-11-034-498/+637
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3432 ↵gdisirio2011-10-083-7/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3429 ↵gdisirio2011-10-083-2/+829
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3421 ↵gdisirio2011-10-021-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3420 ↵gdisirio2011-10-021-35/+44
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3419 ↵gdisirio2011-10-021-39/+39
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 ↵gdisirio2011-10-011-6/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. API changes.barthess2011-09-251-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3405 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3404 ↵gdisirio2011-09-251-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation related fixes.gdisirio2011-09-254-34/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3403 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3384 ↵gdisirio2011-09-231-2/+18
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3381 ↵gdisirio2011-09-222-22/+34
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3377 ↵gdisirio2011-09-211-1/+26
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3411774.gdisirio2011-09-205-36/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3367 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC.barthess2011-09-202-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3357 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Code reorganization to correspond ChibiOS rules.barthess2011-09-203-0/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3356 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Driver improvementsbarthess2011-09-191-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3352 35acf78f-673a-0410-8e92-d51de3d6d3f4
* small fix in RCC helper for RTCbarthess2011-09-191-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3347 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added RCC helper support to RTC driver.barthess2011-09-181-0/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3342 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 RCC helper driver implemented.gdisirio2011-09-161-0/+864
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3321 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3320 ↵gdisirio2011-09-163-9/+8
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3318 ↵gdisirio2011-09-145-11/+11
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3315 ↵gdisirio2011-09-141-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3309 ↵gdisirio2011-09-121-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Initial commit.barthess2011-08-301-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3269 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merge code from trunk.barthess2011-08-282-28/+30
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3263 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * New DMA helper driver for STM32F1xx and STM32L1xx.gdisirio2011-08-282-28/+30
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3255 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the ↵barthess2011-08-232-75/+77
|\| | | | | | | | | | | CH_DBG_SYSTEM_STATE_CHECK git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3249 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Updated ST library to version 3.5.0, modified the header to include board.h ↵gdisirio2011-08-161-3/+5
| | | | | | | | | | | | if no MCU macro is defined. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3238 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * STM32L1xx documentation fixed.gdisirio2011-08-141-72/+72
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3228 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3176 ↵gdisirio2011-07-231-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3175 ↵gdisirio2011-07-232-0/+583
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3171 ↵gdisirio2011-07-231-10/+14
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4