summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-2210-36/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1640 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error that was causing Tx to timeout improperlypatacongo2009-03-221-43/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1639 42af7a65-404d-4744-a932-0658087f49c3
* use llvdbg because vdbg can cause suspensionpatacongo2009-03-151-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1616 42af7a65-404d-4744-a932-0658087f49c3
* Correct setting of rrppatacongo2009-03-141-35/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1606 42af7a65-404d-4744-a932-0658087f49c3
* Handle RX descriptor wrappingpatacongo2009-03-141-120/+172
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1602 42af7a65-404d-4744-a932-0658087f49c3
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1591 42af7a65-404d-4744-a932-0658087f49c3
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1585 42af7a65-404d-4744-a932-0658087f49c3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1581 42af7a65-404d-4744-a932-0658087f49c3
* MAXF setting was too smallpatacongo2009-03-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1579 42af7a65-404d-4744-a932-0658087f49c3
* Big restructuring of TX logicpatacongo2009-03-081-77/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1578 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1577 42af7a65-404d-4744-a932-0658087f49c3
* Complete replacement of PHY logic for Am79c874patacongo2009-03-071-7/+179
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1573 42af7a65-404d-4744-a932-0658087f49c3
* Integrating EMACpatacongo2009-03-073-108/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1565 42af7a65-404d-4744-a932-0658087f49c3
* Fix status macropatacongo2009-03-031-7/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1563 42af7a65-404d-4744-a932-0658087f49c3
* Numerous changes made during the course of integrationpatacongo2009-03-011-21/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1552 42af7a65-404d-4744-a932-0658087f49c3
* Debug output should be conditioned on CONFIG_DEBUG_SCHEDpatacongo2009-03-012-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1551 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in namepatacongo2009-03-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1549 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-011-47/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1548 42af7a65-404d-4744-a932-0658087f49c3
* up_earlyserialinit is not used on these platformspatacongo2009-03-011-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1547 42af7a65-404d-4744-a932-0658087f49c3
* up_earlyserinit is never calledpatacongo2009-03-011-16/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1546 42af7a65-404d-4744-a932-0658087f49c3
* Remove references to unused symbolspatacongo2009-03-011-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1545 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in organization of vector tablepatacongo2009-03-011-64/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1544 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-281-9/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1541 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-283-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1540 42af7a65-404d-4744-a932-0658087f49c3
* Fix more overflow/truncation problems in timer setupspatacongo2009-02-284-20/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1537 42af7a65-404d-4744-a932-0658087f49c3
* Fix signal-related compilation errorspatacongo2009-02-282-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1533 42af7a65-404d-4744-a932-0658087f49c3
* Add up_putspatacongo2009-02-283-3/+83
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1532 42af7a65-404d-4744-a932-0658087f49c3
* Fixe ez80 serial setuppatacongo2009-02-282-26/+163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1531 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-02-261-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1528 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in calculating baud rate generation valuepatacongo2009-02-265-15/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1524 42af7a65-404d-4744-a932-0658087f49c3
* ez80Acclaim fixes from Kevin Franzenpatacongo2009-02-141-15/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1500 42af7a65-404d-4744-a932-0658087f49c3
* Add eZ80F91 EMAC driverpatacongo2008-12-124-7/+1824
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1450 42af7a65-404d-4744-a932-0658087f49c3
* Add MDC clock divisorspatacongo2008-12-121-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1446 42af7a65-404d-4744-a932-0658087f49c3
* Move EMAC definitions to a separate filepatacongo2008-12-112-33/+291
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1442 42af7a65-404d-4744-a932-0658087f49c3
* Add more EMAC register definitionspatacongo2008-12-091-59/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1440 42af7a65-404d-4744-a932-0658087f49c3
* Need to use cygpath consistently for compilation in subdirectoriespatacongo2008-12-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1439 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco portpatacongo2008-12-084-201/+515
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1436 42af7a65-404d-4744-a932-0658087f49c3
* Change configuration namepatacongo2008-11-133-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1226 42af7a65-404d-4744-a932-0658087f49c3
* typo in variable namepatacongo2008-11-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1160 42af7a65-404d-4744-a932-0658087f49c3
* ARM architecture supports lowconsolepatacongo2008-09-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@930 42af7a65-404d-4744-a932-0658087f49c3
* Lower case file namespatacongo2008-06-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@766 42af7a65-404d-4744-a932-0658087f49c3
* Fix access to ez80 I/O address spacepatacongo2008-03-2310-97/+315
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@748 42af7a65-404d-4744-a932-0658087f49c3
* Implement irqsave/restorepatacongo2008-03-235-40/+98
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@747 42af7a65-404d-4744-a932-0658087f49c3
* First clean ez80 compile & linkpatacongo2008-03-239-120/+223
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@746 42af7a65-404d-4744-a932-0658087f49c3
* Add low UART init logicpatacongo2008-03-233-8/+198
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@745 42af7a65-404d-4744-a932-0658087f49c3
* Add timer logicpatacongo2008-03-233-2/+174
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@744 42af7a65-404d-4744-a932-0658087f49c3
* Add timer definitionspatacongo2008-03-231-7/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@743 42af7a65-404d-4744-a932-0658087f49c3
* Do not call open/close_peripheraldevice. That ties in too closely to ↵patacongo2008-03-221-7/+0
| | | | | | ZiLOG's psuedo-OS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@742 42af7a65-404d-4744-a932-0658087f49c3
* Need more flexibility in defining the heap regionpatacongo2008-03-223-23/+182
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@741 42af7a65-404d-4744-a932-0658087f49c3
* First cat at ez80 serial logicpatacongo2008-03-224-13/+901
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@740 42af7a65-404d-4744-a932-0658087f49c3