summaryrefslogtreecommitdiff
path: root/nuttx/configs/spark
Commit message (Collapse)AuthorAgeFilesLines
* A previous change increased the task name size allocation by one to hold a ↵Gregory Nutt2014-12-174-4/+4
| | | | NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
* Nucleo F4x1RE: Stangeness in initialization noted by Sébastien LorquetGregory Nutt2014-11-241-3/+6
|
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-125-5/+0
|
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-095-5/+5
| | | | standard setlogmask()
* All USB Composite-related files under nuttx/configs changed to use the ↵Gregory Nutt2014-10-081-28/+10
| | | | corrected syslog interfaces
* All NSH-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-29/+14
| | | | syslog interfaces
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-285-5/+5
|
* Create a build structure that will (eventually) support using the VFS to ↵Gregory Nutt2014-09-285-0/+10
| | | | manage named semaphores
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-205-5/+5
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-035-0/+5
|
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-015-10/+0
|
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-315-5/+0
|
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-245-5/+5
| | | | the architecure must first declare support
* Change all Spark configurations to use SPI mode 1. From Alan Carvalho de AssisGregory Nutt2014-08-184-4/+4
|
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-075-5/+5
| | | | 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-035-5/+5
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-025-5/+5
|
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip ↵Gregory Nutt2014-05-075-25/+25
| | | | naming a little more consistent
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-053-3/+3
| | | | 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-165-5/+5
|
* More trailing whilespace removalGregory Nutt2014-04-137-7/+7
|
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in ↵Gregory Nutt2014-04-091-1/+1
| | | | configurations that use networking or USB
* For all configurations that have the default pthread stacksize set to some ↵Gregory Nutt2014-03-253-2/+6
| | | | other value than 2048 AND which have the USB MSC device class enabled, add a definition of CONFIG_USBMSC_SCSI_STACKSIZE so that the size of the stack used by USB MSC SCSI worker thread does not increase
* Refresh spark configurationsGregory Nutt2014-03-115-166/+542
|
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-065-5/+0
|
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-051-3/+2
|
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-7/+7
|
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if ↵Gregory Nutt2014-02-285-0/+5
| | | | they are reconfigured, they will pick up the most conservative options for all new settings
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that ↵Gregory Nutt2014-02-284-0/+8
| | | | CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
* Spark configuration updated from David SidraneGregory Nutt2014-02-192-3/+252
|
* Spark board configurations updated by David SidraneGregory Nutt2014-02-1810-38/+57
|
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-244-12/+12
|
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
|
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7
|
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-243-37/+9
|
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-245-5/+0
|
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-205-12/+22
|
* Disable debug by default in all Spark configurationsGregory Nutt2013-11-205-55/+4
|
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-152-2/+2
|
* Updated Spark README from David SidraneGregory Nutt2013-11-081-31/+110
|
* Spark: move CDC/ACM .inf Windows driver files into the spark/scripts directoryGregory Nutt2013-11-082-108/+0
|
* Add an apps/examples/usbserial configuration for the Spark. From David SidraneGregory Nutt2013-11-074-0/+1197
|
* Add CDC/ACM serial driver for the Spark composite configurationGregory Nutt2013-11-071-0/+108
|
* NSH library: Allow USB trace without a USB consoleGregory Nutt2013-11-061-1/+1
|
* Updated spark configuration from David SidraneGregory Nutt2013-11-053-43/+62
|
* Fix to SST25 driver to permit faster write modes. From David SidraneGregory Nutt2013-11-023-3/+3
|
* Spark config updates from David SidraneGregory Nutt2013-11-022-2/+2
|
* Configs update for SST25 SPI from Davide SidraneGregory Nutt2013-11-023-6/+6
|
* Another updated to the spark configuration from David SidraneGregory Nutt2013-11-011-1/+1
|