summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4
Commit message (Expand)AuthorAgeFilesLines
* 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
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-247-7/+0
* Looks like an error all all kernel build linker scriptsGregory Nutt2013-12-301-1/+1
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-301-0/+1
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-301-8/+40
* Fix cloned typo in user space definitionGregory Nutt2013-12-271-2/+2
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-207-14/+28
* 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
* configs/mikroe-stm32f4/fulldemo updated by Ken PettitGregory Nutt2013-11-041-18/+96
* The Mikroe STM32 F4 board now uses /dev/config for configuration data storage...Gregory Nutt2013-11-012-25/+62
* Updated Mikroe STM32F4 configuration from Ken PettitGregory Nutt2013-10-276-66/+237
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-257-7/+7
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-253-3/+3
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-257-7/+7
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-3/+3
* 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
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-268-18/+18
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-4/+4
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ...Gregory Nutt2013-06-231-1/+0
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-213-0/+4
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-137-7/+7
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-124-5/+0
* 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-302-0/+5
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-215-21/+242