summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 3334625: Fix typo in conditional compilationpatacongo2011-06-301-1/+1
* Rename i2c directories to sensorspatacongo2011-04-192-2/+2
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-066-26/+47
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-032-5/+5
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-032-4/+4
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2
* Add cmddata method to the SPI interfacepatacongo2010-12-032-8/+16
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-276-43/+42
* Outgoing IGMP is functionalpatacongo2010-07-142-2/+3
* Add support for multicast MAC addressespatacongo2010-07-111-1/+69
* In progress changes for OLED display workpatacongo2010-05-151-2/+37
* Argument to up_udelay() should be type useconds_tpatacongo2009-12-201-1/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-164-13/+13
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1659-1997/+2022
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-6/+6
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+2
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-256-6/+6
* MAC driver developmentpatacongo2009-05-211-3/+7
* Complete Rx side of ethernet driverpatacongo2009-05-211-3/+3
* Extend SPI interface so that we can set number of bits per wordpatacongo2009-04-261-0/+1
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-13/+22
* more i.MX logicpatacongo2009-04-182-4/+4
* Add z8 I2C driverpatacongo2009-04-043-19/+630
* Add eZ80 I2C driverpatacongo2009-04-043-3/+966
* Added I2C register bit definitionspatacongo2009-03-311-0/+25
* I2C register definitionspatacongo2009-03-291-0/+119
* Add SPI method to set SCLK modepatacongo2009-03-292-3/+57
* Add eZ80 SPI driverpatacongo2009-03-293-1/+502
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-2210-36/+36
* 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
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
* 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
* up_earlyserialinit is not used on these platformspatacongo2009-03-011-4/+0
* up_earlyserinit is never calledpatacongo2009-03-011-16/+7
* Remove references to unused symbolspatacongo2009-03-011-5/+0