summaryrefslogtreecommitdiffstats
path: root/nuttx
AgeCommit message (Expand)AuthorFilesLines
2011-04-16More changes from Urospatacongo10-79/+140
2011-04-16Add a THTTPD configuration for the LPCXpresso boardpatacongo10-12/+1418
2011-04-16Fix bad conditional compilation that breaks THTTPD and dup2()patacongo7-15/+25
2011-04-15Add support for SMSC LAN8720 PHYpatacongo5-10/+154
2011-04-15Add LPCXpression USB storage examplepatacongo11-18/+1318
2011-04-15Add LPCXpression SD card supportpatacongo7-18/+98
2011-04-15Add code changes from Urospatacongo29-1114/+1857
2011-04-15Add time and uptimepatacongo15-54/+377
2011-04-14Documentation updatepatacongo3-11/+88
2011-04-14More version-related fixespatacongo3-3/+5
2011-04-14Documentation updatepatacongo3-4/+132
2011-04-14Add tools to manage a version filepatacongo10-131/+514
2011-04-13Fix error in strrch()patacongo4-2/+60
2011-04-13Macro clock_systimer replaces direct access to g_system_timer variablepatacongo19-46/+46
2011-04-13Cosmeticpatacongo4-3/+27
2011-04-13Fix some issues with LPC17xx UART2 and 3 configurationspatacongo8-18/+178
2011-04-13LPCXpression console on UART3patacongo16-104/+224
2011-04-12Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo30-158/+163
2011-04-12Fixes for clean LPCXpresso NSH buildpatacongo3-10/+22
2011-04-12Add LPCXpression NSH configurationpatacongo6-2/+1277
2011-04-12Add rtc.h header filepatacongo7-39/+54
2011-04-11Correct an error in the top-level Makefile introduced in 6.1patacongo3-16/+21
2011-04-11Bugfix for lpc17xx GPIO interruptspatacongo1-6/+22
2011-04-10Fix mispelled namepatacongo2-2/+2
2011-04-10Prep for 6.1 releasepatacongo6-123/+339
2011-04-10Changes for clean build of app/ directory with Windows toolchainpatacongo4-525/+555
2011-04-10Add support for Code Redpatacongo8-911/+1006
2011-04-09Add board config for Embedded Artists LPCXpressopatacongo15-0/+2927
2011-04-08Add user access to the heappatacongo5-34/+125
2011-04-08Add kernel mode hooks and reminders for other architecturespatacongo3-0/+42
2011-04-08Completes implementation of kernel mode buildpatacongo6-6/+576
2011-04-08Add logic to initialize SAM3U user applicationspatacongo11-54/+300
2011-04-08Fix error introduced in last commitpatacongo4-8/+8
2011-04-08Modify interrupt handling for privileged/unprivileged modepatacongo8-80/+373
2011-04-07I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo13-84/+172
2011-04-07Add support for kernel-mode threadspatacongo9-68/+180
2011-04-07Fix AVR build, Add hooks for kernel threadspatacongo8-16/+29
2011-04-07m9s12x toolchain Ubuntu 9.10 build fixpatacongo3-1/+7
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo55-144/+295
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo17-84/+76
2011-04-06Fixes for kernel stub buildspatacongo25-110/+142
2011-04-06Integrate syscall with existing svcall logicpatacongo13-126/+409
2011-04-06Attach mem mgmt fault handle if MPU is enabledpatacongo20-1970/+2091
2011-04-05Fix bugs introduced in last commitpatacongo3-3/+5
2011-04-05Clean kernel-/user-mode module buildpatacongo21-52/+134
2011-04-05More separation of kernel- and user-memory managementpatacongo15-28/+410
2011-04-05LIS331DL and STM32 I2C patch from Urospatacongo4-40/+88
2011-04-05Add a layer to redirect kernel-mode memory manager accessespatacongo117-343/+496
2011-04-05Progress toward kernel buildpatacongo9-25/+82
2011-04-04Move core of fdopen() logic from lib/stdio to fs/patacongo9-134/+301