summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80
Commit message (Collapse)AuthorAgeFilesLines
* Add eZ80 SPI driverpatacongo2009-03-293-1/+502
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1668 42af7a65-404d-4744-a932-0658087f49c3
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-223-8/+8
| | | | 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
* 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
* 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-281-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1533 42af7a65-404d-4744-a932-0658087f49c3
* Add up_putspatacongo2009-02-281-2/+2
| | | | 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-123-6/+1815
| | | | 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
* ez80f910200zco portpatacongo2008-12-083-201/+509
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1436 42af7a65-404d-4744-a932-0658087f49c3
* Change configuration namepatacongo2008-11-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1226 42af7a65-404d-4744-a932-0658087f49c3
* Fix access to ez80 I/O address spacepatacongo2008-03-239-97/+228
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@748 42af7a65-404d-4744-a932-0658087f49c3
* Implement irqsave/restorepatacongo2008-03-234-38/+96
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@747 42af7a65-404d-4744-a932-0658087f49c3
* First clean ez80 compile & linkpatacongo2008-03-237-118/+221
| | | | 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-221-0/+86
| | | | 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-222-10/+898
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@740 42af7a65-404d-4744-a932-0658087f49c3
* More ez80 files compilepatacongo2008-03-184-47/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@739 42af7a65-404d-4744-a932-0658087f49c3
* Added EZ80 filespatacongo2008-03-167-4/+743
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@738 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile errorpatacongo2008-03-161-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@737 42af7a65-404d-4744-a932-0658087f49c3
* First cut at ez80 boot logicpatacongo2008-03-166-10/+830
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@736 42af7a65-404d-4744-a932-0658087f49c3
* EZ80 supportpatacongo2008-03-093-0/+398
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@729 42af7a65-404d-4744-a932-0658087f49c3