summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4
Commit message (Expand)AuthorAgeFilesLines
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-044-26/+15
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-011-1/+1
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-311-3/+5
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-312-4/+7
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-317-0/+7
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+3
* All kernel 1st pass builds: Rename files for better conformance to naming con...Gregory Nutt2015-03-212-2/+2
* Mikroe STM32F4: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2118-56/+44
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-271-1/+1
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-131-2/+2
* Mikroe-STM32F4: Refresh one configurations, turning off DEBUGGregory Nutt2014-12-281-119/+324
* A previous change increased the task name size allocation by one to hold a NU...Gregory Nutt2014-12-172-2/+2
* Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that ...Gregory Nutt2014-12-161-26/+2
* 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