summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm32f3discovery
AgeCommit message (Expand)AuthorFilesLines
2015-03-21STM32F3 Discovery: Rename files to conform better with naming conventionGregory Nutt12-29/+21
2015-02-27Move board_ prototypes from arch.h to board.hGregory Nutt1-2/+3
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2-6/+6
2014-12-16Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that ...Gregory Nutt1-26/+2
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2-2/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2-2/+2
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-18/+2
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2-2/+2
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2-0/+2
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt2-4/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2-2/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2-2/+2
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2-2/+2
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt2-2/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt2-2/+2
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2-2/+2
2014-05-07STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2-10/+10
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2-2/+2
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt3-6/+2
2014-04-13More trailing whilespace removalGregory Nutt10-23/+23
2014-04-11Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2-2/+2
2014-04-09configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2-2/+2
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2-2/+0
2014-03-05Use common naming for rest of the toolchains tooGregory Nutt1-22/+4
2014-03-05Use common naming for all buildroot toolchainsGregory Nutt1-19/+19
2014-02-28Removed almost all ostest configurationsGregory Nutt4-877/+0
2014-02-28configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2-0/+4
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt2-11/+11
2014-01-24Rename up_irqbutton() to board_button_irq()Gregory Nutt1-4/+4
2014-01-24Rename up_buttons() to board_buttons()Gregory Nutt1-7/+7
2014-01-24Rename up_buttoninit to board_button_intializeGregory Nutt2-36/+7
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt3-3/+0
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt3-6/+12
2013-10-02Add framework for Spark Core board support. The initial commit is a clone of...Gregory Nutt1-1/+1
2013-09-25Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt3-3/+3
2013-09-25Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt4-26/+139
2013-09-25Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt3-3/+3
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt4-10/+10
2013-07-01Created new directories to hold SPI-related filesGregory Nutt1-3/+3
2013-06-21Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2-0/+2
2013-06-13Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt3-3/+3
2013-06-12Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt1-1/+0
2013-05-30.dSYM only needs to be in the same .gitignore files as .exeGregory Nutt1-1/+0
2013-05-30Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt1-0/+3
2013-05-29Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt1-2/+2
2013-05-29Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2-50/+129
2013-04-20Fix typos in Kconfig filesGregory Nutt1-5/+5
2013-02-27Fix NuTiny-SDK-NUC120 LEDspatacongo2-10/+6
2013-02-12Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo4-47/+5
2013-02-10Fixes to get USB working on STM32 F3patacongo2-5/+30