summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/common
Commit message (Expand)AuthorAgeFilesLines
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+4
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-278-20/+15
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-092-9/+3
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+3
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-5/+1
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-083-35/+55
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-0/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-51/+3
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-084-4/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-089-9/+9
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-4/+5
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-2/+2
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1310-17/+17
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-3/+29
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-248-18/+18
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-191-0/+52
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* 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-3/+10
* 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
* Rename _TCB to struct tcb_spatacongo2013-02-0413-32/+32
* 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-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 configurations updated to use ZDS-II version 5.0.1patacongo2012-11-292-2/+4
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Email address change in nuttx/patacongo2012-09-1321-21/+21
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* 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
* More Kconfig filespatacongo2012-04-181-0/+7