aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | I2C. Code cleanups.barthess2011-06-181-11/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3056 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-181-7/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3055 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Deleted draft driver filesbarthess2011-06-182-433/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3053 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Merged code from trunk.barthess2011-06-0718-186/+1029
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3036 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3025 ↵gdisirio2011-06-041-0/+16
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Enhancements to the SDC driver.gdisirio2011-05-291-0/+26
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3002 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Improvements to the STM32 SDC driver.gdisirio2011-05-291-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3001 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC improvements.gdisirio2011-05-101-27/+82
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2946 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Added SDC status check to sdcWrite();gdisirio2011-05-091-0/+12
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2945 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Enabled 4 bits mode enabling in the SDC driver.gdisirio2011-05-091-0/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2944 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2923 ↵gdisirio2011-05-071-0/+3
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2914 ↵gdisirio2011-05-021-19/+24
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC card initialization works.gdisirio2011-05-011-3/+5
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2911 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2910 ↵gdisirio2011-05-011-2/+6
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2908 ↵gdisirio2011-05-011-0/+12
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2907 ↵gdisirio2011-04-301-0/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2903 ↵gdisirio2011-04-261-0/+94
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2901 ↵gdisirio2011-04-251-0/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed bug 3288149.gdisirio2011-04-161-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2881 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed bug 3288112.gdisirio2011-04-161-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2878 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * STM32 PWM driver optimization, changed the behavior of pwmChangePeriod().gdisirio2011-04-051-5/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2869 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Improvements to the PAL drivers.gdisirio2011-04-031-15/+10
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2867 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2863 ↵gdisirio2011-04-011-0/+20
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Documentation related fixes.gdisirio2011-04-012-2/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2862 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Shared ISR code moved in icu.h.gdisirio2011-04-011-0/+26
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2860 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * ICU driver functional.gdisirio2011-04-011-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2857 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2855 ↵gdisirio2011-03-311-0/+12
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Generic improvements to the GPT driver organization.gdisirio2011-03-311-0/+12
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2854 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Improvements to the PWM driver.gdisirio2011-03-311-13/+94
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2853 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2850 ↵gdisirio2011-03-291-0/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2849 ↵gdisirio2011-03-281-2/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2848 ↵gdisirio2011-03-281-0/+131
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2842 ↵gdisirio2011-03-262-0/+309
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2839 ↵gdisirio2011-03-231-2/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * License updated.gdisirio2011-03-1814-14/+28
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2827 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * USB improvements.gdisirio2011-03-101-0/+82
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2815 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed bug 3205410.gdisirio2011-03-101-2/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2813 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Improvements to the Serial over USB driver.gdisirio2011-03-081-12/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2810 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Initial code for USB Mass Storage Class demo, still lot to do.gdisirio2011-03-082-261/+0
| | | | | | | | | | | | Moved usb_cdc.h and mii.h into ./os/various. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2809 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2808 ↵gdisirio2011-03-087-67/+64
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Better a KISS approach.gdisirio2011-03-041-15/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2790 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2784 ↵gdisirio2011-03-011-0/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * GPT driver model, STM32 GPT driver implementation, not tested, documentation ↵gdisirio2011-02-282-0/+108
| | | | | | | | | | | | not done yet. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2779 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * More improvements to the generic USB driver, implemented suspend and wakeup ↵gdisirio2011-02-151-1/+91
| | | | | | | | | | | | handling in the STM32 USB driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2742 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * More improvements in the USB driver model.gdisirio2011-02-141-3/+36
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2738 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Simplified USB endpoints configuration.gdisirio2011-02-121-11/+9
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2734 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RAM optimization to the USB driver.gdisirio2011-02-121-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2732 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2728 ↵gdisirio2011-02-101-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2722 ↵gdisirio2011-02-091-2/+11
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2719 ↵gdisirio2011-02-081-8/+4
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4