aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Collapse)AuthorAgeFilesLines
...
* I2C. Added forgotten DMA definitions.barthess2012-01-081-1/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3768 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3766 ↵gdisirio2012-01-082-104/+296
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed typo.gdisirio2012-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3765 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F1xx devices clock configuration updated to make it similar to the ↵gdisirio2012-01-082-37/+228
| | | | | | newer STM32 devices. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3764 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F1xx devices clock configuration updated to make it similar to the ↵gdisirio2012-01-083-57/+278
| | | | | | newer STM32 devices. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3763 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed clock source for RT counter.gdisirio2012-01-083-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3762 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed an error message.gdisirio2012-01-082-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3761 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed harmless arithmetical overflow in the STM32_DMA_GETCHANNEL() macro.gdisirio2012-01-072-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3759 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3758 ↵gdisirio2012-01-071-422/+422
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3756 ↵gdisirio2012-01-072-6/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed wrong macro prefixes.gdisirio2012-01-072-44/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3755 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed unused stuff from RTCv1.gdisirio2012-01-072-42/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3753 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed note about the 2GB limit.gdisirio2012-01-061-7/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3752 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C driver state diagram modified, documentation improvements.gdisirio2012-01-065-36/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3751 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3750 ↵gdisirio2012-01-061-8/+7
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Optimized interrupt handling strategy.barthess2012-01-061-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3749 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fix problem with write only transactions. Code cleanups.barthess2012-01-061-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3747 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed instances of //gdisirio2012-01-063-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3746 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Initialization of RC2 register now doing only once in start() function.barthess2012-01-051-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3744 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fixed 2 errors.barthess2012-01-051-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3742 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the MMC over SPI driver.gdisirio2012-01-054-205/+342
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3741 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-0412-66/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3735 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PVD. Checked compilability on F1x, L1x, F4x. Testhal fro F1xbarthess2012-01-0410-10/+203
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/pvd2_dev@3732 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merged changes from i2c_lld_2.zipbarthess2012-01-043-53/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3729 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added time conversions to RT counter code. Documentation improvements.gdisirio2012-01-043-12/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3728 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed two initializations that should go in the low level.gdisirio2012-01-041-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3727 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reformatted some comments going past column 80.gdisirio2012-01-041-13/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3726 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some documentation errors.gdisirio2012-01-043-8/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3725 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Forgot a note.gdisirio2012-01-041-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3724 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Realtime counter support in the generic HAL driver and implementations for ↵gdisirio2012-01-0410-0/+216
| | | | | | al STM32 devices, others will follow. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3723 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3468445.gdisirio2012-01-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3721 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3720 ↵gdisirio2012-01-031-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Small style improvements.barthess2012-01-031-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3719 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merged changes from files posted in forum.barthess2012-01-032-348/+393
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3718 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added safety timeouts and resets.barthess2012-01-031-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3717 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3716 ↵gdisirio2012-01-031-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added wrappers with TIME_INFINITE timeout.barthess2012-01-021-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3715 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3714 ↵gdisirio2012-01-022-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Clock checks moved to header file.barthess2012-01-022-34/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3713 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3712 ↵gdisirio2012-01-022-26/+16
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Reorganized locks.barthess2012-01-022-14/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3711 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Deleted unneeded __IO macro from driver fields.barthess2012-01-021-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3710 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Functions: i2c_lld_set_clock(), and i2c_lld_set_opmode() and ↵barthess2012-01-022-142/+138
| | | | | | i2c_lld_master_transceive() now static. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3709 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Rest of "id_" prefixes deleted from driver.barthess2012-01-021-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3708 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. "id_" prefixes deleted from driver.barthess2012-01-022-68/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3707 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. #defines moved out of functions.barthess2012-01-021-29/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3706 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Deleted __NOP()barthess2012-01-021-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3705 35acf78f-673a-0410-8e92-d51de3d6d3f4
* ARM and ARMCMx rules.mk improvements.gdisirio2012-01-022-36/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3704 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added MEMS support to the STM32F4-Discovery demo.gdisirio2012-01-012-0/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3702 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Outdated driver deleted.barthess2011-12-312-1426/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3700 35acf78f-673a-0410-8e92-d51de3d6d3f4