aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2718 ↵gdisirio2011-02-061-2/+3
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Serial over USB changes, work in progress, the USB demo is not buildable.gdisirio2011-02-061-7/+11
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2717 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Removed some obsolete code from the USB driver.gdisirio2011-02-061-47/+11
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2715 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * USB rework, step 2.gdisirio2011-02-061-4/+13
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2714 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Some refactorings.barthess2011-05-281-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3000 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Code cleanups.barthess2011-05-081-14/+14
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2937 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Some fixes.barthess2011-05-061-6/+5
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2922 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Code compiles successfully, but totally not tested.barthess2011-05-051-63/+62
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2921 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. All is broken. Need rewrite.barthess2011-05-041-11/+26
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2919 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. My driver really sucks. I'll try to use alberto driver with my improvementsbarthess2011-05-041-0/+248
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2918 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Doxy comments improvement.barthess2011-03-271-19/+23
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. API changes. rw_bit field moved from slave config ctructure to the ↵barthess2011-03-271-2/+0
| | | | | | | | | | | | 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-261-0/+4
| | | | | | | | 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-261-2/+9
| | | | | | | | 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-271-15/+89
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2778 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Cleanups.barthess2011-02-271-146/+0
| | | | | | | | 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-271-6/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2776 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Cleanups.barthess2011-02-101-1/+6
| | | | | | | | 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-101-8/+10
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2729 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added own slave address handling and error callback.barthess2011-02-091-3/+15
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2723 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Merged changes from trunk.barthess2011-02-065-20/+591
|\| | | | | | | 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-051-2/+2
| | | | | | | | 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-304-0/+582
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2695 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Implemented transmission end event.gdisirio2011-01-301-5/+5
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2693 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-051-0/+146
| | | | | | | | | | | | 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-051-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-051-0/+185
| | | | | | | | 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-051-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-021-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2701 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Async transmit done. Need much of testing.barthess2011-01-301-11/+9
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2697 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Rewriting low level driver to handle IRQs and DMAbarthess2011-01-261-4/+7
| | | | | | | | 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-2/+3
| | | | | | | | 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-251-9/+7
|/ | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2684 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Serial driver changes, bug 3153550 fixed.gdisirio2011-01-091-13/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2625 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Small documentation error.gdisirio2010-12-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2558 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2516 ↵gdisirio2010-12-211-1/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation improvements.gdisirio2010-12-181-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2490 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3138763.gdisirio2010-12-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2486 35acf78f-673a-0410-8e92-d51de3d6d3f4
* White space fixes.gdisirio2010-12-123-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2476 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3127921.gdisirio2010-12-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2457 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved ADC and SPI driver models.gdisirio2010-11-252-21/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2426 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Had to go back...gdisirio2010-11-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2416 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2414 ↵gdisirio2010-11-211-6/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3114696.gdisirio2010-11-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2412 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2411 ↵gdisirio2010-11-211-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3114481.gdisirio2010-11-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2409 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3100946, renamed HAL switches removing the CH_ part.gdisirio2010-11-0110-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2326 35acf78f-673a-0410-8e92-d51de3d6d3f4