summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-016-13/+13
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-013-35/+88
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-011-2/+2
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-304-7/+5
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-3026-68/+77
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-3027-0/+8020
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-305-177/+1075
* LPC17: Interrupts not being re-enabled in the initialization functionGregory Nutt2013-04-301-0/+1
* configs/freedom-kl25z: Change references to NuTiny to Freedom KL25ZGregory Nutt2013-04-255-75/+118
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-253-5/+5
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* KL25Z: Fix serial driver; freedom-kl25z/nsh configuration now worksGregory Nutt2013-04-251-20/+1
* Fix KL25Z clock definitions in board.hGregory Nutt2013-04-241-19/+29
* Minor Freedom-KL25Z updatesGregory Nutt2013-04-243-32/+25
* Some cosmetic renamingGregory Nutt2013-04-231-1/+1
* zkit-arm-1769 ADC and SPI/USB MSC updates from MKannanGregory Nutt2013-04-232-4/+20
* kconfig2html: A few minor things missed in the last commitGregory Nutt2013-04-221-12/+24
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-2/+2
* Fix typos in Kconfig filesGregory Nutt2013-04-204-20/+21
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-197-13/+13
* Con't build external memory files if EMC support is not enabledGregory Nutt2013-04-181-0/+2
* make oldcoonfig updates to configurationsGregory Nutt2013-04-183-44/+29
* Cosmetic updatesGregory Nutt2013-04-181-2/+4
* Convert configs/stm3240g-eval/ostest to use the kconfig frontends toolsGregory Nutt2013-04-172-685/+565
* Update HTML files and clean up some Freedom KL25Z filesGregory Nutt2013-04-172-173/+2
* Misc changes for clean compilation of freedom-kl25z configGregory Nutt2013-04-166-326/+193
* Initial support for the Kinetis L family and the Freedom KL25Z board from Ala...Gregory Nutt2013-04-1616-0/+3222
* Fix some naming and comments associated with the Open1788 touchscreenGregory Nutt2013-04-151-4/+5
* Remove non-existent CONFIG_xyz_USBDEV_DMAINTMASK configuration settingGregory Nutt2013-04-1218-18/+0
* Convert nucleus2g/usbserial to use kconfig-frontendsGregory Nutt2013-04-122-398/+527
* Configure STM3210E-EVAL usbserial configuration to use kconfig-frontends toolsGregory Nutt2013-04-122-441/+561
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt2013-04-128-428/+523
* Add missing #endif that was lost in the last checkinGregory Nutt2013-04-111-0/+1
* Updated to documentation and README filesGregory Nutt2013-04-111-2/+12
* Zkit-arm-1769 board uses SSP0 to LCD and SPI to SD-CardGregory Nutt2013-04-104-29/+203
* Fixes to the LM4F clock configuration. Errors in register handling caused ev...Gregory Nutt2013-04-091-3/+23
* Add SSP2 to list of support SSP interfacesGregory Nutt2013-04-081-1/+1
* Minor improvements to comments and debug outputGregory Nutt2013-04-082-13/+14
* Fix button interrupt logic for Open1788; Add button test as option to configs...Gregory Nutt2013-04-084-48/+96
* LPC178x SYSCON matrix definitions from Rommel MarceloGregory Nutt2013-04-071-1/+1
* Add support for a serial console on UART1 for the Open1788 boardGregory Nutt2013-04-073-111/+173
* Back out part of the LPC17xx touchscreen GPIO interrupt logic; they are incor...Gregory Nutt2013-04-071-12/+7
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disab...Gregory Nutt2013-04-073-25/+76
* Remove extra space in button file. From M. KannanGregory Nutt2013-04-051-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0474-0/+337
* Several fixes for LPC1788 GPIOpatacongo2013-04-031-1/+3
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-024-38/+73
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-0127-69/+678
* LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sen...patacongo2013-04-015-10/+12
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ...patacongo2013-04-0115-35/+37