summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
Commit message (Expand)AuthorAgeFilesLines
* z8 configurations all converted to use mconf toolpatacongo2012-11-283-19/+31
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-284-9/+12
* ez80f910200zco/ostest now uses Kconfigpatacongo2012-11-261-1/+12
* Misc build fixes, some from Mike some for ez80 native buildpatacongo2012-11-261-4/+4
* A few native window build updatespatacongo2012-11-251-1/+1
* A few more Windows native build fixes for eZ80patacongo2012-11-222-3/+3
* A few more fixes for ez80 Windows Native build (still not enough)patacongo2012-11-211-23/+31
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-34/+80
* Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based confi...patacongo2012-11-201-0/+82
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-204-22/+43
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-202-14/+14
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-172-5/+15
* 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-136-0/+0
* Email address change in nuttx/patacongo2012-09-1393-3148/+3148
* 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
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-053-54/+69
* More Kconfig filespatacongo2012-04-185-0/+96
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-212-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
* 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
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-8/+0
* 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
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-063-14/+14
* 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
* Stubs are working/Proxies are closepatacongo2011-04-011-0/+90
* First cut at x86 build environmentpatacongo2011-03-041-11/+7