summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-10/+6
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-4/+4
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-12/+12
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-8/+9
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+3
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-083-3/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-082-2/+2
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-14/+18
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-3/+4
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-6/+6
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-4/+4
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-14/+14
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-1311-103/+103
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* onfigs/ez80f910200zco/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-032-3/+3
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-4/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* 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