summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-31/+17
* 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-222-4/+4
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+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
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-5/+5
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-9/+9
* configs/stm32f4discovery/pm: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-042-3/+3
* 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
* 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
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* The Mikroe STM32 F4 board now uses /dev/config for configuration data storage...Gregory Nutt2013-11-011-10/+31
* Updated Mikroe STM32F4 configuration from Ken PettitGregory Nutt2013-10-274-45/+52
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-2/+2
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-5/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-2/+2
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-1/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-4/+4
* SAM4S: GPIO, chip characteristics, peripheral KconfigGregory Nutt2013-06-111-1/+0
* Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-0/+3
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-215-21/+242
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-191-0/+23
* Changes to get the Mikroe STM32F4 touchscreen working from Ken PettitGregory Nutt2013-05-112-266/+415
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-092-5/+3
* configs/mikroe-stm32f4: Add new configurations plus support for the MIO283QT...Gregory Nutt2013-05-075-231/+351
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-16/+66
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-012-3/+3
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-301-3/+3
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-3016-47/+41
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-3016-0/+4625