summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some minor issues with the exampls/udp MakefileGregory Nutt2014-09-102-2/+12
* clock_gettime.c: Fix a cornercase bug in clock_gettime()Gregory Nutt2014-09-101-1/+1
* Update ChangeLogGregory Nutt2014-09-101-0/+2
* Fixes to clock bias logic. Remove vestiges of g_tickbias; apply bias instead...Gregory Nutt2014-09-103-19/+23
* Update ChangeLogGregory Nutt2014-09-101-0/+5
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-1015-132/+326
* Update ChangeLogGregory Nutt2014-09-101-0/+9
* SAMA5D4-EK: These configurations now use the fixed DRAM mapping for manipulat...Gregory Nutt2014-09-104-5/+135
* Add configuration to use the fixed DRAM mapping for the page pool (if availab...Gregory Nutt2014-09-105-6/+213
* pcDuino: Several fixes so that it still builds after other Cortex-A changes.Gregory Nutt2014-09-103-0/+4
* Update ChangeLogGregory Nutt2014-09-091-0/+3
* When allocating a stack for a new process using the user-sapce allocator, nee...Gregory Nutt2014-09-092-6/+32
* Updata ChangeLogGregory Nutt2014-09-091-1/+5
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-0910-24/+160
* Update ChangeLogGregory Nutt2014-09-091-1/+4
* Add logic that will permit us to build user libraries with different CFLAGS t...Gregory Nutt2014-09-092-193/+197
* Updata changelogGregory Nutt2014-09-091-0/+4
* Move commit library targets out of Makefile.unix and Makeifle.win into a new ...Gregory Nutt2014-09-093-306/+195
* Update changelogGregory Nutt2014-09-092-1/+6
* SAMA5D4-EK kernel config can now boot from a ROMFS file systemGregory Nutt2014-09-097-32/+1177
* Update ChangeLogGregory Nutt2014-09-091-0/+2
* Add README.txt file for CC3200 LaunchpadGregory Nutt2014-09-093-1/+128
* Update README fileGregory Nutt2014-09-081-1/+8
* Update CC3200 OpenOCD configGregory Nutt2014-09-081-4/+6
* Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming fo...Gregory Nutt2014-09-085-5/+13
* Cosmetic changes to comments/spacingGregory Nutt2014-09-082-4/+6
* Update ChangeLogsGregory Nutt2014-09-081-0/+1