summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn
Commit message (Collapse)AuthorAgeFilesLines
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-0/+1
|
* configs/: board function prototypes are now in include/nuttx/board.h. ↵Gregory Nutt2015-02-272-13/+9
| | | | Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-131-1/+1
|
* A previous change increased the task name size allocation by one to hold a ↵Gregory Nutt2014-12-171-1/+1
| | | | NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are ↵Gregory Nutt2014-12-011-2/+2
| | | | problems. From Woohan Lee
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-251-3/+4
| | | | real bugs.
* 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 ↵Gregory Nutt2014-10-111-3/+3
| | | | LP work queue naming
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-091-1/+1
| | | | standard setlogmask()
* Remaining files under nuttx/configs changed to use the corrected syslog ↵Gregory Nutt2014-10-081-19/+0
| | | | interfaces
* All USB Composite-related files under nuttx/configs changed to use the ↵Gregory Nutt2014-10-081-37/+13
| | | | corrected syslog interfaces
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-201-1/+1
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* 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 ↵Gregory Nutt2014-08-281-5/+5
| | | | generic. From Freddie Chopin
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-241-1/+1
| | | | the architecure must first declare support
* When reading the system timer, don't read a struct timespec, convert it to a ↵Gregory Nutt2014-08-151-6/+2
| | | | fake tick count, then back to a timespec. Remove CLOCK_ACTIVETIME.. it is non-standard, unused, and gets in the way of changes like this
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-071-1/+1
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* 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 ↵Gregory Nutt2014-05-072-6/+6
| | | | naming a little more consistent
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-1/+1
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* 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 ↵Gregory Nutt2014-02-211-1/+1
| | | | know where the apps/ dir will be be until install time
* 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. ↵Gregory Nutt2013-05-301-4/+3
| | | | Add some missing .gitignore files
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-8/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-093-3/+3
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3