summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-3/+4
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-3/+3
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-081-19/+0
* All USB Composite-related files under nuttx/configs changed to use the correc...Gregory Nutt2014-10-081-37/+13
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-031-0/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-281-5/+5
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* When reading the system timer, don't read a struct timespec, convert it to a ...Gregory Nutt2014-08-151-6/+2
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-072-6/+6
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-162-5/+1
* More trailing whilespace removalGregory Nutt2014-04-1317-122/+122
* Make sure that there is one space after forGregory Nutt2014-04-122-155/+127
* Make sure that there is one space between while and conditionGregory Nutt2014-04-122-6/+9
* 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