summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm32f4discovery/kostest
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-10-27Rename CONFIG_STM32_HAVE_USARTn to CONFIG_STM32_HAVE_UARTn for n-4,5,7,8Gregory Nutt1-4/+4
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt1-1/+1
2014-09-29Refresh STM32F4Discovery kosest configuration fileGregory Nutt1-1/+7
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt1-1/+0
2014-08-29Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt1-56/+155
2014-08-29Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt1-1/+2
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt1-1/+1
2014-08-22Update some STM32F4Discovery configurationsGregory Nutt1-0/+1
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-05-07STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt1-5/+5
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt1-1/+1
2014-04-13More trailing whilespace removalGregory Nutt1-1/+1
2014-03-06Refresh several defconfig files to (1) bring them up-to-date, and (2) to conf...Gregory Nutt1-5/+61
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt1-1/+0
2013-12-29STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt1-0/+1
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt1-2/+4
2013-12-13A10: Timer interrupt handlerGregory Nutt1-12/+144
2013-09-25Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt1-1/+1
2013-09-25Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt1-1/+1
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt1-2/+2
2013-06-13Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt1-1/+1
2013-06-12Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt1-1/+0
2013-03-22Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in rec...patacongo1-1/+1
2013-03-22Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo3-0/+859