summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f3discovery
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-122-2/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-092-2/+2
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-18/+2
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-202-2/+2
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-032-0/+2
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-4/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-312-2/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-242-2/+2
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-072-2/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-2/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-032-2/+2
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-022-2/+2
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-072-10/+10
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-052-2/+2
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-163-6/+2
* More trailing whilespace removalGregory Nutt2014-04-1310-23/+23
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-112-2/+2
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-092-2/+2
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-062-2/+0
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-051-22/+4
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-19/+19
* Removed almost all ostest configurationsGregory Nutt2014-02-284-877/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-282-0/+4
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-11/+11
* 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-242-36/+7
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-243-3/+0
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-203-6/+12
* Add framework for Spark Core board support. The initial commit is a clone of...Gregory Nutt2013-10-021-1/+1
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-253-3/+3
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-254-26/+139
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-253-3/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-264-10/+10
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-3/+3
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-212-0/+2
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-133-3/+3
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-1/+0
* .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-0/+3
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-291-2/+2
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-292-50/+129
* Fix typos in Kconfig filesGregory Nutt2013-04-201-5/+5
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-272-10/+6
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo2013-02-124-47/+5
* Fixes to get USB working on STM32 F3patacongo2013-02-102-5/+30
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-63/+22
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-10/+5
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-097-197/+21
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-093-7/+10