summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update README, TODO, and make some unfinished configuration options dependent...Gregory Nutt2014-09-133-1/+16
* Update porting guide to include stack address environment functionsGregory Nutt2014-09-131-2/+123
* Update ChangeLogGregory Nutt2014-09-131-0/+4
* Add logic need to manage a virtualized stack. Not yet incorporated into base...Gregory Nutt2014-09-135-2/+384
* Update ChangeLogGregory Nutt2014-09-131-0/+5
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-138-252/+513
* Update ChangeLogGregory Nutt2014-09-131-0/+8
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-138-45/+70
* Add STM32F4DIS-BB GPIO pin usageGregory Nutt2014-09-131-0/+48
* Fix a typo in use of a configuration settingGregory Nutt2014-09-132-1/+3
* Update ChangeLogGregory Nutt2014-09-131-1/+4
* Add the network enabled NSH configuration for the STM32F4Discovery board with...Gregory Nutt2014-09-134-0/+1437
* Add STM32F4Discovery configuration with the STM32F4DIS-BB base boardGregory Nutt2014-09-133-14/+70
* Update TODO list and READMEGregory Nutt2014-09-132-43/+53
* Update ChangeLogGregory Nutt2014-09-121-0/+3
* Fix types in SYScall stub look-up tableGregory Nutt2014-09-121-7/+5
* Fix more errors associated with posix_spawn system callsGregory Nutt2014-09-123-4/+5
* Fix one more dependency upon having a symbol tableGregory Nutt2014-09-122-7/+13
* Update ChangeLogGregory Nutt2014-09-121-0/+9
* Having a symbol table is an option. There are no symbol tables with CONFIG_B...Gregory Nutt2014-09-124-0/+20
* exevc, execvl, posix_spawn, and posix_spawnp were not properly integrated as ...Gregory Nutt2014-09-122-14/+14
* Enable NSH file applications in thise configureationGregory Nutt2014-09-122-2/+8
* Cosmetic changesGregory Nutt2014-09-122-4/+9
* Update ChangeLogGregory Nutt2014-09-121-0/+2
* ELF: Critical bugfix.. BSS was not being clearedGregory Nutt2014-09-121-0/+10
* Comsetic updates to comments, debug outputGregory Nutt2014-09-122-2/+4
* Update ChangeLogGregory Nutt2014-09-121-0/+9
* ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed ...Gregory Nutt2014-09-126-21/+79
* Update ChangeLogGregory Nutt2014-09-111-1/+6
* Fix logic for returning from exceptions to user-mode contextsGregory Nutt2014-09-112-38/+65
* All tasks, even user mode tasks, must start in supervisor mode until they get...Gregory Nutt2014-09-111-22/+5
* Update some comments/function headersGregory Nutt2014-09-112-7/+16
* Fix a couple more places where the wrong allocator is being usedGregory Nutt2014-09-112-8/+32
* Tighten up some ARM assembly language. You can always do betterGregory Nutt2014-09-111-46/+78
* Update ChangeLogGregory Nutt2014-09-111-0/+2
* Add LED support for the CC3200 Launchpad. From Jim EwingGregory Nutt2014-09-118-22/+317
* Update ChangeLogGregory Nutt2014-09-111-0/+4
* ARMv7-A: Exception register save/restore needs to work a little differently i...Gregory Nutt2014-09-112-33/+363
* Trivial kernel build related fixes for consistencyGregory Nutt2014-09-113-2/+9
* Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration...Gregory Nutt2014-09-116-25/+67
* Update ChangeLogGregory Nutt2014-09-111-0/+2
* Fix for UART7 and UART8 on STM32 clock enable from AtonGregory Nutt2014-09-112-4/+6
* Update ChangeLogGregory Nutt2014-09-111-0/+7
* When a privileged thread exits, we have to use the kernel alloctor to free me...Gregory Nutt2014-09-114-23/+23
* Rename some functions and reshuffling some paramtersGregory Nutt2014-09-115-54/+76
* Refresh NTOSD configurations. Fix some minor bit rot build issuesGregory Nutt2014-09-1114-57/+69
* Kconfig choice value needs a promptGregory Nutt2014-09-111-1/+1
* More updated makefilesGregory Nutt2014-09-112-2/+2
* Update ChangeLogGregory Nutt2014-09-111-1/+3
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-1188-88/+88