summaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-3/+3
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-0/+8
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-281-0/+9
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-0/+10
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-0/+12
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-1/+11
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-082-2/+2
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-2/+3
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-2/+4
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-138-18/+18
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-3/+4
* configs/rgmp/x86/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-2/+18
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-10/+10
* .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-1/+1
* Remove up_assert_codeGregory Nutt2013-04-251-17/+0
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-042-8/+6
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+10
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-0/+6
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-0/+25
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-201-154/+179
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-2/+2
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-045-28/+28
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-9/+9
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-6/+6
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-4/+6
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* A few more build fixespatacongo2012-11-121-2/+2
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+2
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-3/+2
* RGMP 4.0 update from Qiang Yupatacongo2012-11-0413-260/+509
* Email address change in nuttx/patacongo2012-09-135-5/+5
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-20/+25
* More Kconfigpatacongo2012-04-171-0/+24
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+3
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-0416-106/+496
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-0/+6