gdisirio
|
eed6999aaf
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2784 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-03-01 13:49:53 +00:00 |
gdisirio
|
6b5ddb71fc
|
GPT driver model, STM32 GPT driver implementation, not tested, documentation not done yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2779 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-28 18:44:46 +00:00 |
gdisirio
|
60d8f68906
|
More improvements to the generic USB driver, implemented suspend and wakeup handling in the STM32 USB driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2742 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-15 18:44:29 +00:00 |
gdisirio
|
2c15c4864f
|
More improvements in the USB driver model.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2738 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-14 19:37:40 +00:00 |
gdisirio
|
eb3355b558
|
Simplified USB endpoints configuration.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2734 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-12 19:52:43 +00:00 |
gdisirio
|
d749ecc10a
|
RAM optimization to the USB driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2732 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-12 11:54:15 +00:00 |
gdisirio
|
2f003bd721
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2728 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-10 15:47:43 +00:00 |
gdisirio
|
77934792d5
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2722 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-09 16:36:49 +00:00 |
gdisirio
|
9ab9d1b44b
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2719 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-08 06:29:27 +00:00 |
gdisirio
|
0847ae54f0
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2718 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-06 15:54:56 +00:00 |
gdisirio
|
100573d2c3
|
Serial over USB changes, work in progress, the USB demo is not buildable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2717 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-06 13:51:08 +00:00 |
gdisirio
|
18853dba22
|
Removed some obsolete code from the USB driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2715 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-06 10:02:08 +00:00 |
gdisirio
|
4e68b68d5a
|
USB rework, step 2.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2714 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-06 09:51:16 +00:00 |
gdisirio
|
200f020df9
|
USB rework, step 1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2708 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-05 09:27:20 +00:00 |
gdisirio
|
b920ab090f
|
Added deprecation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2707 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-05 08:01:52 +00:00 |
gdisirio
|
8e2f2c876b
|
Fixed bug 3173336.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2705 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-02-05 07:57:57 +00:00 |
gdisirio
|
22781883e0
|
Merged the USB branch and made the needed adjustments, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2695 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-01-30 19:18:26 +00:00 |
gdisirio
|
cee541cfa3
|
Implemented transmission end event.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2693 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-01-30 16:18:24 +00:00 |
gdisirio
|
472f462937
|
Removed obsolete macro from serial driver header.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2689 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-01-29 09:02:32 +00:00 |
gdisirio
|
ff333430f1
|
Serial driver changes, bug 3153550 fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2625 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2011-01-09 10:10:39 +00:00 |
gdisirio
|
ad9cdbe42b
|
Small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2558 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-12-31 11:04:06 +00:00 |
gdisirio
|
0f395838d3
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2516 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-12-21 18:25:56 +00:00 |
gdisirio
|
7aa43aee70
|
Documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2490 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-12-18 08:31:56 +00:00 |
gdisirio
|
24eecd9a1b
|
Fixed bug 3138763.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2486 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-12-16 21:09:29 +00:00 |
gdisirio
|
1b12d62bd7
|
White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2476 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-12-12 14:51:21 +00:00 |
gdisirio
|
064bb29a4c
|
Fixed bug 3127921.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2457 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-12-05 11:29:17 +00:00 |
gdisirio
|
c852dcb3c9
|
Improved ADC and SPI driver models.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2426 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-25 18:32:45 +00:00 |
gdisirio
|
955425572d
|
Had to go back...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2416 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-21 21:31:35 +00:00 |
gdisirio
|
a15011815c
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2414 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-21 19:08:43 +00:00 |
gdisirio
|
1de70ad9c8
|
Fixed bug 3114696.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2412 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-21 18:41:12 +00:00 |
gdisirio
|
feba444df5
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2411 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-21 15:46:17 +00:00 |
gdisirio
|
32e43fdb02
|
Fixed bug 3114481.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2409 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-21 13:45:22 +00:00 |
gdisirio
|
d8be44136c
|
Fixed bug 3100946, renamed HAL switches removing the CH_ part.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2326 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-01 17:29:56 +00:00 |
gdisirio
|
a5c6d5b45b
|
Added safety () around a macro parameter.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2315 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-11-01 09:20:34 +00:00 |
gdisirio
|
4f1b492119
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2313 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-31 13:06:42 +00:00 |
gdisirio
|
a884e58e2c
|
Added a polled exchange function to the SPI driver model, implemented on LPCxxxx SPI drivers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2302 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-30 11:18:28 +00:00 |
gdisirio
|
ec7455babe
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2253 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-12 20:47:30 +00:00 |
gdisirio
|
f49c8de5b2
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2252 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-12 19:25:00 +00:00 |
gdisirio
|
935e2fb27f
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2250 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-12 15:19:15 +00:00 |
gdisirio
|
441509bc2c
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2247 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-11 18:55:06 +00:00 |
gdisirio
|
7c2a8e13d9
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2246 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-11 11:48:03 +00:00 |
gdisirio
|
1c9c405430
|
Fixed bug 3084764. More enhancements to the SPI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2244 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-10 16:28:34 +00:00 |
gdisirio
|
70ab312f0f
|
New SPI driver model (callback based), not complete yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2242 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-10 15:14:49 +00:00 |
gdisirio
|
19ee10d244
|
Defaulted serial buffer sizes to 16 bytes. Improvements to the documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2239 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-09 07:58:41 +00:00 |
gdisirio
|
f407e4a84f
|
HAL improvements, mailboxes macro name changed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2238 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-08 18:16:38 +00:00 |
gdisirio
|
2891f7d645
|
Documentation improvements, fixed a small error in the STM32 serial driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2234 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-10-04 17:16:18 +00:00 |
gdisirio
|
16855e1a4e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2183 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-09-20 10:02:19 +00:00 |
gdisirio
|
781b0b129c
|
Fixed bug 3064204.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2175 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-09-11 10:57:11 +00:00 |
gdisirio
|
f9fd465da5
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2173 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-09-11 10:14:05 +00:00 |
gdisirio
|
18b825ef0c
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2167 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2010-09-07 13:37:22 +00:00 |