summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-0810-10/+10
* 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-277-18/+12
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-082-0/+13
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-9/+1
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-083-23/+39
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-0/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+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-5/+5
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-1/+1
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-2/+13
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-281-2/+13
* Z80: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-33/+41
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-4/+22
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-2/+21
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-242-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-087-7/+7
* 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
* Cosmetic changes to commentsGregory Nutt2014-07-291-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-138-15/+15
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-3/+28
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-247-16/+16
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-191-3/+3
* 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-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