summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More changes from Urospatacongo2011-04-1610-79/+140
* Add a THTTPD configuration for the LPCXpresso boardpatacongo2011-04-1610-12/+1418
* Fix bad conditional compilation that breaks THTTPD and dup2()patacongo2011-04-167-15/+25
* Add support for SMSC LAN8720 PHYpatacongo2011-04-155-10/+154
* Add LPCXpression USB storage examplepatacongo2011-04-1511-18/+1318
* Add LPCXpression SD card supportpatacongo2011-04-157-18/+98
* Add code changes from Urospatacongo2011-04-1533-1115/+2047
* Add time and uptimepatacongo2011-04-1516-54/+393
* Documentation updatepatacongo2011-04-143-11/+88
* More version-related fixespatacongo2011-04-143-3/+5
* Documentation updatepatacongo2011-04-144-4/+133
* Add tools to manage a version filepatacongo2011-04-1411-132/+515
* Fix error in strrch()patacongo2011-04-135-3/+62
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-1319-46/+46
* Cosmeticpatacongo2011-04-134-3/+27
* Fix some issues with LPC17xx UART2 and 3 configurationspatacongo2011-04-138-18/+178
* LPCXpression console on UART3patacongo2011-04-1316-104/+224
* Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo2011-04-1230-158/+163
* Fixes for clean LPCXpresso NSH buildpatacongo2011-04-125-12/+24
* Add LPCXpression NSH configurationpatacongo2011-04-126-2/+1277
* Add rtc.h header filepatacongo2011-04-127-39/+54
* Correct an error in the top-level Makefile introduced in 6.1patacongo2011-04-113-16/+21
* Bugfix for lpc17xx GPIO interruptspatacongo2011-04-111-6/+22
* Fix mispelled namepatacongo2011-04-102-2/+2
* Prep for 6.1 releasenuttx-6.1patacongo2011-04-107-124/+341
* Changes for clean build of app/ directory with Windows toolchainpatacongo2011-04-1053-590/+790
* Add support for Code Redpatacongo2011-04-108-911/+1006
* Add board config for Embedded Artists LPCXpressopatacongo2011-04-0915-0/+2927
* Add user access to the heappatacongo2011-04-085-34/+125
* Add kernel mode hooks and reminders for other architecturespatacongo2011-04-083-0/+42
* Completes implementation of kernel mode buildpatacongo2011-04-086-6/+576
* Add logic to initialize SAM3U user applicationspatacongo2011-04-0811-54/+300
* Fix error introduced in last commitpatacongo2011-04-084-8/+8
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-088-80/+373
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-0713-84/+172
* Add support for kernel-mode threadspatacongo2011-04-079-68/+180
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-0711-19/+51
* m9s12x toolchain Ubuntu 9.10 build fixpatacongo2011-04-075-2/+19
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-0656-148/+303
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-0643-379/+90
* Fixes for kernel stub buildspatacongo2011-04-0626-114/+145
* Integrate syscall with existing svcall logicpatacongo2011-04-0613-126/+409
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-0622-1980/+2112
* Fix bugs introduced in last commitpatacongo2011-04-053-3/+5
* Clean kernel-/user-mode module buildpatacongo2011-04-0521-52/+134
* More separation of kernel- and user-memory managementpatacongo2011-04-0515-28/+410
* LIS331DL and STM32 I2C patch from Urospatacongo2011-04-054-40/+88
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-05117-343/+496
* Progress toward kernel buildpatacongo2011-04-0511-27/+86
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-049-134/+301