summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a couple of recently introduced build problemspatacongo2011-04-044-7/+18
* Add stub lookup logicpatacongo2011-04-047-8/+559
* Don't define unused system call numberspatacongo2011-04-042-148/+248
* Move memory manager into user spacepatacongo2011-04-0320-64/+90
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-03127-352/+613
* fix dependenciespatacongo2011-04-034-20/+40
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-0337-221/+1034
* Add SAM3U kernel build logicpatacongo2011-04-0211-24/+307
* Fix error in set_errno macropatacongo2011-04-021-1/+1
* Kernel build mostly successfulpatacongo2011-04-0247-163/+523
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-0216-155/+440
* Add conditional compilation to syscall autogenerationpatacongo2011-04-014-252/+284
* Stubs are working/Proxies are closepatacongo2011-04-0119-99/+2123
* Update apps/ Makefiles to fix environmental bugpatacongo2011-04-0141-191/+120
* Remove .built_alwayspatacongo2011-04-01107-261/+252
* Add Cortex-M3 MPU header filepatacongo2011-04-011-0/+115
* Progress on syscall buildpatacongo2011-03-315-4/+113
* Add mksyscall toolpatacongo2011-03-3114-15/+587
* Move more files into subdirectories under lib/patacongo2011-03-3138-184/+293
* Move more files into subdirectories under lib/patacongo2011-03-307-152/+7
* Move more files into subdirectories under lib/patacongo2011-03-309-29/+104
* Move more files into subdirectories under lib/patacongo2011-03-3027-53/+162
* Move more files into subdirectories under lib/patacongo2011-03-3031-70/+179
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-3051-121/+157