summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn
Commit message (Expand)AuthorAgeFilesLines
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-6/+4
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-6/+6
* configs/vsn/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-456/+854
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-211-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-76/+76
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-1/+1
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-17/+11
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-1/+0
* Misc changes from Richard CochranGregory Nutt2014-01-151-0/+0
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-2/+4
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-4/+4
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-6/+6
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+1
* .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-301-4/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-2/+0
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-8/+3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-093-3/+3
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-031-1/+1
* 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
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-1/+1
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-2/+1
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-151-0/+1
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+1
* Remove .context kludge from apps/ directorypatacongo2012-12-231-3/+6
* Rename namedapp as simply builtinpatacongo2012-12-231-2/+3
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-081-1/+1
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-211-37/+1
* 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-5/+6
* More changes for Mikepatacongo2012-11-151-1/+1
* 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
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-061-0/+8
* Missed a few ld.script files in Freddie Chopin's last big changepatacongo2012-11-042-0/+0
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-043-30/+42
* Part I of port of Rhombus math librarypatacongo2012-10-281-1/+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-102-2/+4
* Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-101-1/+1
* All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo2012-10-061-2/+6
* Update all config README.txt files to show that they use the EABI buildroot t...patacongo2012-10-061-50/+101