summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-213-16/+144
* 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-11/+4
* 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
* 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-0413-32/+32
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-284-5/+5
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-6/+35
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-6/+5
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Mostly costmetic updatespatacongo2012-12-231-0/+9
* ZNEO now (almost) builds in Windows native environmentpatacongo2012-11-291-3/+19
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-291-0/+12
* ZNEO configurations updated to use ZDS-II version 5.0.1patacongo2012-11-293-7/+29
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-7/+7
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-3/+7
* Mostly cosmetic build changespatacongo2012-11-161-17/+17
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-4/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-22/+22
* 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
* Email address change in nuttx/patacongo2012-09-1329-29/+29
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-092-0/+4
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-2/+1
* More Kconfig filespatacongo2012-04-182-0/+14
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-7/+15
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-115-27/+37
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-5/+17
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-22/+28
* 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-031-3/+3
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-272-11/+10
* Argument to up_udelay() should be type useconds_tpatacongo2009-12-201-1/+2
* Missed uint32 type conversionspatacongo2009-12-174-5/+5
* Fix backward conditional compilationpatacongo2009-12-171-2/+2