summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* configs/hymini-stm32v converted nsh and nsh2 configs to use ↵Gregory Nutt2013-05-1411-2052/+2016
| | | | kconfig-frontends tools; Also converted to use the common SSD1289 driver
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-124-30/+30
| | | | with other default priorities
* Changes to get the Mikroe STM32F4 touchscreen working from Ken PettitGregory Nutt2013-05-114-288/+695
|
* Update Olimex-LPC1766STK scripts to use OpenOCD-0.7.0Gregory Nutt2013-05-102-8/+31
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-094-15/+13
|
* configs/mikroe-stm32f4: Add new configurations plus support for the ↵Gregory Nutt2013-05-0720-325/+4544
| | | | MIO283QT2 display from Ken Pettit
* Documentation updatesGregory Nutt2013-05-072-2/+2
|
* The Kinetis GPIO logic had some of the same issues as did the Kinetis LGregory Nutt2013-05-063-11/+11
|
* Fixes LEDs on the Freedom KL25Z boardGregory Nutt2013-05-063-25/+41
|
* Oops.. this change should not have been in the last commitGregory Nutt2013-05-061-10/+9
|
* mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did ↵Gregory Nutt2013-05-061-9/+10
| | | | not deselect LCD
* Fix error introduced in Pirelli DPL10 configuration of last checkinGregory Nutt2013-05-051-2/+2
|
* Convert configs/pirelli_dpl10/nsh_highram to use the kconfig-frontends toolsGregory Nutt2013-05-056-267/+556
|
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without ↵Gregory Nutt2013-05-0510-6/+113
| | | | errors
* Add configuration for the Pirelli DP10 phoneGregory Nutt2013-05-049-3/+694
|
* Replace CONFIG_MTD_SMART in MTD drivers with other conditionsGregory Nutt2013-05-031-0/+1
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-035-74/+174
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Repartitioning of header files for Kinetis LGregory Nutt2013-05-022-8/+6
|
* Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.Gregory Nutt2013-05-026-4/+21
|
* 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 ↵Gregory Nutt2013-04-3026-68/+77
| | | | board. From Ken Petit
* Add support for the MikroElektronika Mikromedia for STM32F4 development ↵Gregory Nutt2013-04-3027-0/+8020
| | | | board. From Ken Petit
* 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 ↵Gregory Nutt2013-04-253-5/+5
| | | | harmless comments, some in config definionts which is not harmless. All removed
* 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 ↵Gregory Nutt2013-04-221-2/+2
| | | | preformatted text
* Fix typos in Kconfig filesGregory Nutt2013-04-204-20/+21
|
* Fix comments, references to the old SVN, and links to the old SVN. Replace ↵Gregory Nutt2013-04-197-13/+13
| | | | with equivalent GIT info
* 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 ↵Gregory Nutt2013-04-1616-0/+3222
| | | | Alan Carvalho de Assis
* 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
|