summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/common
Commit message (Expand)AuthorAgeFilesLines
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-2/+2
* Remove up_assert_codeGregory Nutt2013-04-254-108/+98
* 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-4/+12
* 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-211-0/+133
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-14/+59
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-21/+67
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-142-3/+3
* 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-5/+9
* Add debug output when memory allocations failpatacongo2013-02-281-37/+68
* Rename _TCB to struct tcb_spatacongo2013-02-048-23/+23
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-6/+25
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+3
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-1/+1
* Mostly costmetic updatespatacongo2012-12-231-3/+5
* Resync new repository with old repo r5166patacongo2012-09-171-1/+3
* Remove executable property from source and make filespatacongo2012-09-1319-0/+0
* Email address change in nuttx/patacongo2012-09-1320-20/+20
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* 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
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-6/+13
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-13/+32
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-072-2/+2
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-4/+9
* Correct several m9s12x link issuespatacongo2011-02-261-0/+174
* Finish m9s12x interrupt logicpatacongo2011-02-201-8/+0
* Add more m9s12 filespatacongo2011-02-192-0/+318
* Add standard context switching functions for m9s12patacongo2011-02-184-5/+413
* More m9s12x stuffpatacongo2011-02-172-3/+121
* Remove unused lpc17_usbinitialize()patacongo2010-09-031-2/+2
* For fixes for stdint/stdbool buildpatacongo2009-12-211-2/+4
* 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-1612-39/+44
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-2/+2
* Fix hcs12 compile issuespatacongo2009-12-121-1/+1
* Add more HC12 common filespatacongo2009-12-048-0/+942
* Add a few more hc12 filespatacongo2009-12-043-0/+300
* Add HC12 header filespatacongo2009-12-044-0/+347