aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6176 ↵gdisirio2013-08-191-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C ported but needs to be reviewed to not use virtual timers directly.gdisirio2013-08-171-0/+283
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6170 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6159 ↵gdisirio2013-08-151-3/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Ported UART.gdisirio2013-08-121-0/+338
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6146 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Ported MMC_SPI.gdisirio2013-08-122-0/+988
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6145 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Ported EXT.gdisirio2013-08-121-0/+204
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6142 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Ported GPT.gdisirio2013-08-121-0/+267
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6141 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed 2nd parameter to assertion and check macros.gdisirio2013-08-106-53/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6122 35acf78f-673a-0410-8e92-d51de3d6d3f4
* HAL queues updated.gdisirio2013-08-091-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6113 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated queues.gdisirio2013-08-092-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6112 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6111 ↵gdisirio2013-08-091-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6109 ↵gdisirio2013-08-0910-0/+2371
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 ↵gdisirio2013-08-0921-6657/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Renamed or added prefix to all hernel configuration options.gdisirio2013-07-203-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6010 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6001 ↵gdisirio2013-07-201-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPC5xx DSPI driver working on SPC563Mxx.gdisirio2013-05-281-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5766 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed problem with multiple SerialUSB instances.gdisirio2013-05-012-11/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5651 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #406.gdisirio2013-04-281-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5638 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated serial_usb driver and demos.gdisirio2013-04-281-17/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5637 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed stop procedure in the USB driver.gdisirio2013-04-271-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5634 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32. GPT. Removed prefix "stm32" from names of functions changing interval.barthess2013-03-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5518 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32. GPT. Added abillity to change interval of running GPT unit on the fly.barthess2013-03-271-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5510 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5403 ↵gdisirio2013-03-101-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Adjusted C file templates.gdisirio2013-02-2821-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5339 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5331 ↵gdisirio2013-02-261-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5318 ↵gdisirio2013-02-251-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3605794.gdisirio2013-02-242-4/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5306 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3605793.gdisirio2013-02-241-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5304 35acf78f-673a-0410-8e92-d51de3d6d3f4
* CAN driver enhancements completed.gdisirio2013-02-231-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5303 35acf78f-673a-0410-8e92-d51de3d6d3f4
* CAN driver revision, work in progress.gdisirio2013-02-221-8/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5299 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5297 ↵gdisirio2013-02-221-0/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated license years.gdisirio2013-02-0221-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3600789.gdisirio2013-01-191-9/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5080 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5069 ↵gdisirio2013-01-141-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Zero-copy API for the MAC driver.gdisirio2012-12-281-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4984 35acf78f-673a-0410-8e92-d51de3d6d3f4
* White space formatting.gdisirio2012-11-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4818 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3575657.gdisirio2012-10-131-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4751 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added chDbgCheck() in rtcGetTimeFat().barthess2012-09-201-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4702 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv2. Get fat time function moved to driver. barthess2012-09-201-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4701 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4699 ↵gdisirio2012-09-192-2/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed flags handling in CAN driver, now it is done using the new event flags.gdisirio2012-09-161-20/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4672 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed flags handling in BaseAsynchronousChannel. Modified serial drivers ↵gdisirio2012-09-162-15/+2
| | | | | | to use the new event flags. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4671 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3567992.gdisirio2012-09-151-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4665 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug.gdisirio2012-09-061-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4634 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4576 ↵gdisirio2012-08-171-4/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4575 ↵gdisirio2012-08-171-6/+15
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4561 ↵gdisirio2012-08-131-8/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4388 ↵gdisirio2012-07-021-5/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4377 ↵gdisirio2012-07-011-10/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed few newly introduced documentation errors. Improved card detection.gdisirio2012-06-301-24/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4364 35acf78f-673a-0410-8e92-d51de3d6d3f4