summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/fire-stm32v2
AgeCommit message (Expand)AuthorFilesLines
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-7/+7
2015-01-14Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt1-0/+1
2014-12-28Fir STM32v2: Refresh configurationGregory Nutt1-371/+674
2014-11-16Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt1-1/+1
2014-11-16Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt1-1/+1
2014-11-14ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt1-0/+6
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-10-11Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt1-3/+3
2014-10-08All USB Composite-related files under nuttx/configs changed to use the correc...Gregory Nutt1-21/+0
2014-10-08All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt1-21/+1
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-21/+5
2014-09-20Change all occurrences of NxConsole to NxTermGregory Nutt1-1/+1
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt1-0/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt1-1/+1
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt1-1/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt1-1/+1
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt1-1/+1
2014-06-24TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt1-2/+5
2014-05-07STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2-6/+6
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt2-5/+1
2014-04-13More trailing whilespace removalGregory Nutt9-13/+13
2014-04-11Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt1-2/+2
2014-03-28Documentatin updated; fix errors in some commentsGregory Nutt1-7/+4
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-03-05Use common naming for rest of the toolchains tooGregory Nutt2-8/+6
2014-03-05Use common naming for all buildroot toolchainsGregory Nutt2-8/+8
2014-03-04configs/stm3210e-eval/pm: Configuration converted to use the kconfig-frontend...Gregory Nutt1-1/+0
2014-03-03Make network buffering sizes consistent in all configurationsGregory Nutt1-2/+2
2014-02-28configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt1-0/+2
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt2-8/+8
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-54/+26
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt1-1/+0
2014-01-13Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt1-0/+1
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt1-2/+4
2013-11-15Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt1-1/+1
2013-10-18Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations that...Gregory Nutt1-0/+1
2013-09-25Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2-5/+5
2013-09-25Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt1-1/+1
2013-09-25Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2-18/+18
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2-6/+6
2013-07-01Created new directories to hold SPI-related filesGregory Nutt3-4/+4
2013-06-12Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2-4/+2
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-4/+3