summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-253-2/+5
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-127-7/+0
* Rename CONFIG_STM32_HAVE_USARTn to CONFIG_STM32_HAVE_UARTn for n-4,5,7,8Gregory Nutt2014-10-271-4/+4
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-112-6/+6
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-112-2/+2
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-1/+1
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-097-7/+7
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-31/+17
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-2/+2
* Add the build framework and skeleton files for the shared memory feature (no ...Gregory Nutt2014-09-221-2/+2
* Fix a few compile bugs and minor corrections to the mikroe-stm32f4 configurat...Gregory Nutt2014-09-223-7/+7
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-2/+2
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-207-13/+13
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-204-13/+13
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-036-0/+6
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-018-15/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-317-7/+0
* Refresh configurations using the MPUGregory Nutt2014-08-301-77/+178
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-3/+4
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-247-7/+7
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-5/+5
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-077-7/+7
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-076-6/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-164-4/+7
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-037-7/+7
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-027-7/+7
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-077-35/+35
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-057-7/+7
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-168-11/+7
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-0/+1
* More trailing whilespace removalGregory Nutt2014-04-138-9/+9
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-9/+9
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-093-3/+3
* Refresh configuration filesGregory Nutt2014-03-067-127/+1281
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-067-7/+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
* configs/stm32f4discovery/pm: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-042-3/+3
* Remove Ken's personal directory as the default path to the CodeSourcery toolc...Gregory Nutt2014-02-286-18/+12
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-287-0/+14
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-214-4/+4
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-4/+1
* Update comments in file headersGregory Nutt2014-02-101-0/+1
* Updated README fileGregory Nutt2014-02-101-6/+22
* Support for the MIO283QT9A LCD from Toby DuckworthGregory Nutt2014-02-105-4/+570
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-31/+0