summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src
Commit message (Expand)AuthorAgeFilesLines
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-152-2/+2
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-21/+21
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-113-41/+41
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-112-6/+2
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-17/+17
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-133-13/+35
* Remove executable property from source and make filespatacongo2012-09-133-0/+0
* Email address change in nuttx/patacongo2012-09-1375-3130/+3130
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-1/+1
* Remove 'sudo' from Makefilespatacongo2012-08-171-1/+1
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-312-4/+2
* More Kconfig filespatacongo2012-04-184-0/+28
* Move serial header files to include/nuttx/serialpatacongo2012-03-212-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-9/+9
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-116-29/+41
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-293-6/+11
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* Add one more font; Fix ez80 serial bugpatacongo2011-07-291-5/+5
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-181-2/+2
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-113-15/+37
* 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