aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AT91SAM7/serial_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 ↵gdisirio2013-08-091-444/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Relicensing parts of the tree under the Apache 2.0 license.gdisirio2013-03-301-14/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5521 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Adjusted C file templates.gdisirio2013-02-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5339 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated license years.gdisirio2013-02-021-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AT91SAM7A3. Initial commit.barthess2012-11-081-6/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4799 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed flags handling in BaseAsynchronousChannel. Modified serial drivers ↵gdisirio2012-09-161-1/+1
| | | | | | to use the new event flags. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4671 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4175 ↵gdisirio2012-05-081-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3517648.gdisirio2012-04-141-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4093 35acf78f-673a-0410-8e92-d51de3d6d3f4
* License text updated with new year.gdisirio2012-01-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* License updated.gdisirio2011-03-181-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2827 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Serial driver changes, bug 3153550 fixed.gdisirio2011-01-091-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2625 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated the various serial drivers with the new queue callbacks.gdisirio2011-01-021-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2573 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3100946, renamed HAL switches removing the CH_ part.gdisirio2010-11-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2326 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2292 ↵gdisirio2010-10-251-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Unfinished AT91SAM7 SPI driver.gdisirio2010-10-171-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2266 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3088776.gdisirio2010-10-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2260 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation improvements, fixed a small error in the STM32 serial driver.gdisirio2010-10-041-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2234 35acf78f-673a-0410-8e92-d51de3d6d3f4
* * add serial support for the AT91SAM7 DBGU peripheralliamstask2010-04-241-7/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1888 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1881 ↵gdisirio2010-04-201-16/+23
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* * remove the SerialConfig pointer from the SerialDriver structure. This is ↵liamstask2010-04-191-9/+9
| | | | | | | | now simply passed through from sdStart() to sd_lld_start() * implementation for AT91SAM7 port provided - others will need to be updated git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1875 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated license dates.gdisirio2010-02-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1646 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1539 ↵gdisirio2010-01-221-15/+15
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1494 ↵gdisirio2010-01-021-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1486 ↵gdisirio2010-01-011-2/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Serial driver enhancements for STM32 and AT91SAM7.gdisirio2010-01-011-57/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1485 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1474 ↵gdisirio2009-12-291-3/+11
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1397 ↵gdisirio2009-12-081-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* HAL implemented for LPC214x.gdisirio2009-12-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1392 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1357 ↵gdisirio2009-11-291-4/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1351 ↵gdisirio2009-11-291-0/+298
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1342 ↵gdisirio2009-11-291-298/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1333 ↵gdisirio2009-11-281-0/+298
35acf78f-673a-0410-8e92-d51de3d6d3f4