aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
Commit message (Collapse)AuthorAgeFilesLines
...
* | I2C. Added own slave address handling and error callback.barthess2011-02-092-153/+132
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2723 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Alberto's clock setting code tested. Minor changes.barthess2011-02-091-7/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2721 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Merged Alberto's clock setting code.barthess2011-02-092-51/+114
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2720 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Async transfer complete. Needs testing.barthess2011-02-061-24/+37
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2716 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Merged changes from trunk.barthess2011-02-066-8/+1113
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2713 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * USB rework, step 1.gdisirio2011-02-052-20/+91
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2708 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Merged the USB branch and made the needed adjustments, not tested yet.gdisirio2011-01-304-0/+1013
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2695 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Small fix to the STM32 serial driver.gdisirio2011-01-301-3/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2694 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Implemented transmission end event.gdisirio2011-01-301-7/+20
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2693 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. After comparing of two drivers decided to start of importing features ↵barthess2011-02-052-0/+729
| | | | | | | | | | | | from Alberto driver to mine. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2712 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Moved Alberto drivers to backup.barthess2011-02-052-0/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2711 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added driver from albi.barthess2011-02-052-0/+837
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2710 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Move barthess driver to backup files.barthess2011-02-052-0/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2709 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Nop.barthess2011-02-041-3/+17
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2704 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Nop.barthess2011-02-031-14/+23
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2703 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Nop.barthess2011-02-021-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2702 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Nop.barthess2011-02-021-20/+25
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2701 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Master receiving and master trasmitting written. Needs testing and ↵barthess2011-01-302-73/+73
| | | | | | | | | | | | debugging. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2699 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Function movement in source filebarthess2011-01-301-107/+104
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2698 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Async transmit done. Need much of testing.barthess2011-01-302-28/+153
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2697 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2688 ↵barthess2011-01-272-1/+14
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Rewriting low level driver to handle IRQs and DMAbarthess2011-01-262-6/+30
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2687 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Some hy level functions created and tested.barthess2011-01-251-43/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2686 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Initial commit of I2C driver codebarthess2011-01-253-1/+579
|/ | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2684 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2672 ↵gdisirio2011-01-221-4/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3163851.gdisirio2011-01-221-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2664 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3160306.gdisirio2011-01-201-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2663 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2642 ↵gdisirio2011-01-151-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added OTG clock setting to the STM32 HAL.gdisirio2011-01-153-9/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2641 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed some instances of sdflags_t.gdisirio2011-01-091-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2627 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Posix demo updated and re-tested.gdisirio2011-01-093-17/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2626 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Serial driver changes, bug 3153550 fixed.gdisirio2011-01-0922-127/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2625 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3153437.gdisirio2011-01-081-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2623 35acf78f-673a-0410-8e92-d51de3d6d3f4
* IAR demo for LPC11xx, untested because code size limits.gdisirio2011-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2616 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2615 ↵gdisirio2011-01-083-16/+28
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3152510.gdisirio2011-01-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2600 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3152482.gdisirio2011-01-062-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2599 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2596 ↵gdisirio2011-01-064-17/+29
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2594 ↵gdisirio2011-01-061-0/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation related fixes.gdisirio2011-01-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2580 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated the various serial drivers with the new queue callbacks.gdisirio2011-01-0210-38/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2573 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Wrong ifdef.gdisirio2010-12-251-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2532 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added USB clock configuration to the STM32 HAL driver.gdisirio2010-12-252-2/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2531 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2527 ↵gdisirio2010-12-243-2/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Win32 simulator updated.gdisirio2010-12-192-22/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2505 35acf78f-673a-0410-8e92-d51de3d6d3f4
* White space fixes.gdisirio2010-12-123-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2476 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More STM32 ADC improvements.gdisirio2010-12-112-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2472 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed CMSIS dependencies from the ARMCMx port layer.gdisirio2010-12-113-0/+4668
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2471 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Implemented CR on the STM32 ADC driver.gdisirio2010-12-111-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2467 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Implemented CR on STM32 CAN driver.gdisirio2010-12-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2466 35acf78f-673a-0410-8e92-d51de3d6d3f4