summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-203-2/+8
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-082-0/+6
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1322-44/+44
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-122-2/+2
* 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-1/+28
* configs/us7032evb1/ostest: Configuration converted to use the kconfig-fronten...Gregory Nutt2014-03-062-3/+67
* configs/skp16c26/ostest: Configuration converted to use the kconfig-frontends...Gregory Nutt2014-03-062-5/+3
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-2410-23/+23
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-014-13/+14
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Remove empty README.txt filesGregory Nutt2013-08-315-8/+0
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-2/+2
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-3/+3
* Remove up_assert_codeGregory Nutt2013-04-257-134/+104
* 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
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* 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-14/+60
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-21/+66
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-147-26/+26
* 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-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-0417-37/+37
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+2
* 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/+27
* 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/+4
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Mostly costmetic updatespatacongo2012-12-231-0/+9
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-072-16/+16
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-203-56/+70
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-0/+2
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-6/+29
* A few more build fixespatacongo2012-11-121-10/+13
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-15/+15
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Remove bash fragments that test for board/Makefilepatacongo2012-11-111-20/+34