summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek
Commit message (Expand)AuthorAgeFilesLines
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+5
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-231-1/+2
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-5/+11
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in rec...patacongo2013-03-222-8/+65
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-172-2/+8
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-162-1/+8
* Switch to user-mode before starting a new taskpatacongo2013-03-141-1/+1
* itoa() from Ryan Sundbergpatacongo2013-03-141-90/+15
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-145-71/+177
* Fixe to kernel build and syscalls.patacongo2013-03-131-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-2/+2
* A few early fixes in kernel build testingpatacongo2013-03-121-14/+36
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-116-11/+11
* Add MPU support for the LPC17xx familypatacongo2013-03-114-7/+7
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-105-45/+152
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-104-476/+571
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-095-14/+6
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-092-8/+8
* More kernel build fixespatacongo2013-03-071-1/+2
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-072-46/+46
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-1/+1
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-5/+3
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-035-5/+5
* Correct a memory leak in NSHpatacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-0/+1
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-155-0/+5
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-125-5/+5
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-085-5/+5
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-215-155/+5
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-202-6/+6
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-172-55/+57
* More changes for Mikepatacongo2012-11-155-5/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Mostly cosmetic changespatacongo2012-11-131-3/+0
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-131-5/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-071-1/+0
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-065-1/+41
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-0410-371/+50
* Part I of port of Rhombus math librarypatacongo2012-10-285-5/+0
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-101-0/+6
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-106-6/+8
* Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-105-5/+5
* All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo2012-10-065-10/+30
* Update all config README.txt files to show that they use the EABI buildroot t...patacongo2012-10-061-99/+151
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-055-10/+10
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-045-55/+55
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-185-140/+0