summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-1314-1113/+464
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-044-4/+0
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-027-9/+9
* Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-0213-294/+298
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-0220-1759/+2236
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-302-4/+4
* 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