summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-255-155/+108
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-0/+6
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-212-8/+138
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-13/+59
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-45/+90
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocato...patacongo2013-03-111-16/+5
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-103-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+8
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-3/+4
* Add debug output when memory allocations failpatacongo2013-02-281-40/+70
* Rename _TCB to struct tcb_spatacongo2013-02-0410-28/+28
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-283-3/+3
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-10/+35
* Move stream data from TCB to task group structure.patacongo2013-01-261-24/+20
* Move file data from TCB to task grouppatacongo2013-01-261-5/+4
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Mostly costmetic updatespatacongo2012-12-231-22/+19
* More z180 serial logicpatacongo2012-12-142-8/+8
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-113-0/+15
* Redesign z80 build so that mkhpbase.sh bash script is not needed; remove supp...patacongo2012-12-072-6/+6
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-281-2/+1
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Email address change in nuttx/patacongo2012-09-1319-19/+19
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-1/+1
* More Kconfig filespatacongo2012-04-181-0/+7
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-11/+23
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-0/+2
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* 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-161-7/+7
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1617-57/+61
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-6/+6
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2
* 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
* up_earlyserialinit is not used on these platformspatacongo2009-03-011-4/+0
* Add up_putspatacongo2009-02-282-1/+81
* Add eZ80F91 EMAC driverpatacongo2008-12-121-1/+9
* ez80f910200zco portpatacongo2008-12-081-0/+6
* ARM architecture supports lowconsolepatacongo2008-09-181-1/+1
* Need more flexibility in defining the heap regionpatacongo2008-03-221-23/+10
* z8Encore! integrated on simulatorpatacongo2008-03-091-1/+1
* Initial fixes for Z8Encore debugpatacongo2008-03-081-3/+9
* Still detangling lowuart stuffpatacongo2008-02-181-1/+8
* Fix z8 UART initializationpatacongo2008-02-182-2/+10