aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Collapse)AuthorAgeFilesLines
* I2C. API changes. rw_bit field moved from slave config ctructure to the ↵barthess2011-03-273-10/+18
| | | | | | driver structure. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2845 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Small bugfix.barthess2011-03-262-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2844 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Some improvements.barthess2011-03-262-4/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2841 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Platform independent I2CSlaveConfig structure moved to i2c.h.barthess2011-02-272-109/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2778 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Cleanups.barthess2011-02-275-886/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2777 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Code cleanups.barthess2011-02-274-44/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2776 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Small bugfix.barthess2011-02-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2731 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Cleanups.barthess2011-02-103-11/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2730 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. 10-bit slave addressing done. Not tested at all.barthess2011-02-102-26/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2729 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Begin of 10-bit slave address realization.barthess2011-02-092-11/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2727 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added own slave address handling and error callback.barthess2011-02-094-159/+147
| | | | 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-0617-34/+2598
|\ | | | | | | 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-054-42/+122
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2708 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Added deprecation.gdisirio2011-02-051-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2707 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed bug 3173336.gdisirio2011-02-051-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2705 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Merged the USB branch and made the needed adjustments, not tested yet.gdisirio2011-01-3012-3/+2475
| | | | | | | | 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-303-12/+27
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2693 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Version 2.2.0 released, trunk version number is 2.3.0 now.gdisirio2011-01-301-3/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2692 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Removed obsolete macro from serial driver header.gdisirio2011-01-291-13/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2689 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. After comparing of two drivers decided to start of importing features ↵barthess2011-02-054-0/+1090
| | | | | | | | | | | | 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-054-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-054-0/+1290
| | | | | | | | 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-054-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-022-20/+27
| | | | | | | | 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-304-42/+165
| | | | | | | | 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-263-10/+37
| | | | | | | | 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-253-157/+21
| | | | | | | | 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-255-70/+689
|/ | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2684 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed non UTF8 char.gdisirio2011-01-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2680 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
* Fixed bug 3158776.gdisirio2011-01-154-8/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2643 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
* Fixed bug 3153746.gdisirio2011-01-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2632 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3153591.gdisirio2011-01-0910-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2629 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed some instances of sdflags_t.gdisirio2011-01-092-10/+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-0926-207/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2625 35acf78f-673a-0410-8e92-d51de3d6d3f4