summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80
Commit message (Expand)AuthorAgeFilesLines
* Add eZ80 SPI driverpatacongo2009-03-293-1/+502
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-223-8/+8
* Fix an error that was causing Tx to timeout improperlypatacongo2009-03-221-43/+41
* use llvdbg because vdbg can cause suspensionpatacongo2009-03-151-7/+11
* Correct setting of rrppatacongo2009-03-141-35/+99
* Handle RX descriptor wrappingpatacongo2009-03-141-120/+172
* MAXF setting was too smallpatacongo2009-03-081-2/+2
* Big restructuring of TX logicpatacongo2009-03-081-77/+100
* cosmeticpatacongo2009-03-081-1/+1
* Complete replacement of PHY logic for Am79c874patacongo2009-03-071-7/+179
* Integrating EMACpatacongo2009-03-073-108/+152
* Fix status macropatacongo2009-03-031-7/+30
* Numerous changes made during the course of integrationpatacongo2009-03-011-21/+18
* Debug output should be conditioned on CONFIG_DEBUG_SCHEDpatacongo2009-03-012-4/+4
* Fix typo in namepatacongo2009-03-011-1/+1
* Fix error in organization of vector tablepatacongo2009-03-011-64/+70
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-281-9/+25
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-283-4/+4
* Fix more overflow/truncation problems in timer setupspatacongo2009-02-284-20/+12
* Fix signal-related compilation errorspatacongo2009-02-281-3/+4
* Add up_putspatacongo2009-02-281-2/+2
* Fixe ez80 serial setuppatacongo2009-02-282-26/+163
* cosmeticpatacongo2009-02-261-14/+14
* Fix error in calculating baud rate generation valuepatacongo2009-02-265-15/+78
* ez80Acclaim fixes from Kevin Franzenpatacongo2009-02-141-15/+25
* Add eZ80F91 EMAC driverpatacongo2008-12-123-6/+1815
* Add MDC clock divisorspatacongo2008-12-121-1/+8
* Move EMAC definitions to a separate filepatacongo2008-12-112-33/+291
* Add more EMAC register definitionspatacongo2008-12-091-59/+88
* ez80f910200zco portpatacongo2008-12-083-201/+509
* Change configuration namepatacongo2008-11-131-1/+1
* Fix access to ez80 I/O address spacepatacongo2008-03-239-97/+228
* Implement irqsave/restorepatacongo2008-03-234-38/+96
* First clean ez80 compile & linkpatacongo2008-03-237-118/+221
* Add low UART init logicpatacongo2008-03-233-8/+198
* Add timer logicpatacongo2008-03-233-2/+174
* Add timer definitionspatacongo2008-03-231-7/+90
* Do not call open/close_peripheraldevice. That ties in too closely to ZiLOG's...patacongo2008-03-221-7/+0
* Need more flexibility in defining the heap regionpatacongo2008-03-221-0/+86
* First cat at ez80 serial logicpatacongo2008-03-222-10/+898
* More ez80 files compilepatacongo2008-03-184-47/+73
* Added EZ80 filespatacongo2008-03-167-4/+743
* Fix compile errorpatacongo2008-03-161-4/+3
* First cut at ez80 boot logicpatacongo2008-03-166-10/+830
* EZ80 supportpatacongo2008-03-093-0/+398