summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-6/+7
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-044-6/+6
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Mostly costmetic updatespatacongo2012-12-231-11/+15
* More z180 serial logicpatacongo2012-12-141-4/+4
* configs/xtrs/ostest converted to kconfig-frontend and Windows nativepatacongo2012-12-081-0/+9
* Add dummy Toolchain.defs files for z80 arch familypatacongo2012-12-031-0/+47
* z8 configurations all converted to use mconf toolpatacongo2012-11-281-7/+0
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-281-1/+4
* ez80f910200zco/ostest now uses Kconfigpatacongo2012-11-261-1/+12
* A few more Windows native build fixes for eZ80patacongo2012-11-221-2/+2
* 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-203-20/+36
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1325-969/+969
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-2/+1
* More Kconfig filespatacongo2012-04-181-0/+7
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-9/+9
* 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
* Bug 3334625: Fix typo in conditional compilationpatacongo2011-06-301-1/+1
* Rename i2c directories to sensorspatacongo2011-04-191-1/+1
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-12/+16
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-031-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-272-11/+12
* 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
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-162-3/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1620-1198/+1217
* 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-252-2/+2
* 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 eZ80 I2C driverpatacongo2009-04-043-3/+966
* 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-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