summaryrefslogtreecommitdiff
path: root/nuttx/configs/spark
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updates to sparck configuration from David SidraneGregory Nutt2013-11-015-64/+43
|
* Updated spark configuration from David Sidrane, including new USB MSC ↵Gregory Nutt2013-11-017-52/+1287
| | | | configuration
* Updated Spark board configuration from David SidraneGregory Nutt2013-10-301-1/+1
|
* Spark configuration updated by David SidraneGregory Nutt2013-10-303-32/+38
|
* configs/spark: Spark NSH configuration updated from David SidraneGregory Nutt2013-10-271-23/+22
|
* configs/spark: Spark configuration update from David SidraneGregory Nutt2013-10-264-17/+52
|
* Updated Spark board configuration from David SidraneGregory Nutt2013-10-252-48/+24
|
* Spark configuration update from David SidraneGregory Nutt2013-10-241-7/+12
|
* Changes to the Spark configuration from David SidraneGregory Nutt2013-10-234-18/+45
|
* Updated Spark/cc3000 files from David SidraneGregory Nutt2013-10-183-51/+69
|
* Spark configuration updates from David SidraneGregory Nutt2013-10-1611-0/+2942
|
* Spark configuration updates from David SidraneGregory Nutt2013-10-169-251/+994
|