summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/kernel
Commit message (Expand)AuthorAgeFilesLines
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+2
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-1/+1
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-171-1/+7
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-0/+7
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-2/+4
* Fixe to kernel build and syscalls.patacongo2013-03-131-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-2/+2
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-112-3/+3
* Add MPU support for the LPC17xx familypatacongo2013-03-112-154/+2
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-103-40/+145
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-092-8/+8
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-072-46/+46
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-51/+52
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-041-13/+19
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-132-2/+2
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-2/+2
* Add time and uptimepatacongo2011-04-151-0/+12
* Completes implementation of kernel mode buildpatacongo2011-04-081-0/+2
* Add logic to initialize SAM3U user applicationspatacongo2011-04-081-0/+2
* Clean kernel-/user-mode module buildpatacongo2011-04-051-1/+3
* More separation of kernel- and user-memory managementpatacongo2011-04-052-6/+7
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-052-3/+15
* Progress toward kernel buildpatacongo2011-04-052-6/+26
* fix dependenciespatacongo2011-04-031-2/+0
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-032-0/+3
* Add SAM3U kernel build logicpatacongo2011-04-022-0/+231