summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* TM4C123G LaunchPad: Button support from Bradlye NoyesGregory Nutt2015-01-123-2/+177
|
* Tive System Control: Add logic to configure the alternatie clock source ↵Gregory Nutt2015-01-091-0/+18
| | | | (ALTCLK). Needed by the Tiva timer module
* Update READMEGregory Nutt2015-01-072-23/+50
|
* DK-TM42129X: Support for the TMP100 temperature sensor is enabled by default ↵Gregory Nutt2015-01-061-4/+19
| | | | in the NSH configuration
* DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver ↵Gregory Nutt2015-01-064-3/+65
| | | | at startup
* DK-TM4C129X: Add support for on-board TMP100 temperature sensorGregory Nutt2015-01-067-15/+174
|
* Tiva PHY Interrupts: Need to read the PHY interrupt status register in order ↵Gregory Nutt2015-01-051-1/+2
| | | | to clear the pending PHY interrupt
* DK-TM4C129X: Enable I2C6 and the I2C tool in the default configurationGregory Nutt2015-01-053-3/+41
|
* DK-TM4C129X: The network monitor is no enabled by default in NSH configurationGregory Nutt2015-01-053-53/+107
|
* Tiva Ethernet: Add support for PHY interruptsGregory Nutt2015-01-031-0/+1
|
* DK-TM4C129X: Ethernet networking is now enabled by default in the NSH ↵Gregory Nutt2015-01-032-16/+429
| | | | configuration
* DK-TM4C129X: Fix RAM size in defconfig filesGregory Nutt2015-01-031-1/+1
|
* DK_TM4C129X: Add more GPIO pin definitionsGregory Nutt2015-01-012-7/+20
|
* DK_TM4C129X: Add some GPIO pin definitionsGregory Nutt2015-01-012-8/+58
|
* TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user ↵Gregory Nutt2015-01-0112-80/+113
| | | | FLASH registers
* Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be doneGregory Nutt2015-01-011-0/+12
|
* Refresh configurationGregory Nutt2014-12-311-2/+3
|
* Remove menuconfig warningGregory Nutt2014-12-311-1/+1
|
* stm32f429i-disco: change ltdc initializing during boot up. This moves ↵Gregory Nutt2014-12-292-5/+5
| | | | | | initializing of the ili9341 lcd and ltdc driver to the board specific initializing routine. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* STM32F429i-Disco USB: Strangeness: Conditioned on OTGHS but called otgfs ↵Gregory Nutt2014-12-291-2/+2
| | | | initialize routines. Must be something broken
* STM32F429i-Disco USBMC configuration: SPI1 should not be enabled. It is not ↵Gregory Nutt2014-12-292-9/+3
| | | | supported
* Fir STM32v2: Refresh configurationGregory Nutt2014-12-281-371/+674
|
* Fire STM32v2: Fix missing stuff in Kconfig fileGregory Nutt2014-12-281-0/+12
|
* C5471 EVM: Refresh configurationsGregory Nutt2014-12-283-193/+663
|
* Cloudctrl: Add missing configuration logicGregory Nutt2014-12-282-95/+644
|
* Compal e86 NSH: Fix numerous typos in Make.defsGregory Nutt2014-12-282-76/+247
|
* Hymini-STM32v USB MSC: Fix configuration. Needs mountpoint support for USB ↵Gregory Nutt2014-12-281-64/+250
| | | | MSC. Refreshed
* Tiva SSI: Fix some recent breakage to the Tiva SSI driver for the case where ↵Gregory Nutt2014-12-281-2/+2
| | | | only one SSI modules is enabled
* MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configurationGregory Nutt2014-12-281-65/+201
|
* Freedom-KL25z: Fix breakage from last configuration refreshGregory Nutt2014-12-281-0/+3
|
* Mikroe-STM32F4: Refresh one configurations, turning off DEBUGGregory Nutt2014-12-281-119/+324
|
* LM3S6965-EK: Refresh one configurations, turning off DEBUGGregory Nutt2014-12-281-84/+238
|
* Freedom KL25Z: Refresh one configurationsGregory Nutt2014-12-281-96/+229
|
* Eagle100: Refresh one configurations, turning off DEBUGGregory Nutt2014-12-281-92/+224
|
* STM32F429-Disco: Refresh five configurations, turning off DEBUGGregory Nutt2014-12-285-356/+755
|
* STM32F40G-EVAL: Refresh two configurations, turning off DEBUGGregory Nutt2014-12-282-183/+525
|
* Refresh ConfigurationGregory Nutt2014-12-261-2/+13
|
* Update px4fmu-v2_upstream configGregory Nutt2014-12-262-1/+14
|
* Fix columnar alignment in Kconfig file. From David SidraneGregory Nutt2014-12-261-1/+1
|
* Cosmet updates to comments and README filesGregory Nutt2014-12-2417-25/+24
|
* DK-TM4C129X: Fix sense of LEDs; active high. Also GPIO for blue and green ↵Gregory Nutt2014-12-223-18/+26
| | | | reversed
* TM4C129X: A small step toward understanding new Tiva clockingGregory Nutt2014-12-221-49/+32
|
* Tiva SSI and board configurations: hange negative Tiva logic ↵Gregory Nutt2014-12-2149-121/+108
| | | | CONFIG_SSIx_DISABLE to positive logic CONFIG_TIVA_SSIx. Add support for SSI2 and SSI3
* Tiva: Add a configuration setting to better distinguish TM4C123 and 129 ↵Gregory Nutt2014-12-202-0/+2
| | | | families. Reanem tm4c_syscontrol.h to tm4c123_syscontrol.h; rename tm4c129x_syscontrol.h to tm4c129_syscontrol.h
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; ↵Gregory Nutt2014-12-191-1/+2
| | | | Trivial updates after general review
* Stuff that goes along with the new LTDC README fileGregory Nutt2014-12-191-0/+5
|
* stm32f429i-disco: add default platform configuration to test framebuffer ↵Gregory Nutt2014-12-194-0/+1458
| | | | | | | | | | | | | | | | support for the ltdc Memory configuration: The heap start address of memory region 3 starts at 0xD0000000. The allocated framebuffer of the layers is addressed up to the end of the memory region 3. If the layer pixel format changes e.g. from RGB565 to RGB24, than the memory configuration must be configured too. Currently an easy memory calculation is missing for that in Kconfig. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* stm32f429i-disco: initialize ltdc during bootupGregory Nutt2014-12-191-0/+4
| | | | Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* stm32f429i-disco: enable configuration of framebuffer support for the ltdc ↵Gregory Nutt2014-12-192-1/+42
| | | | | | controller Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* stm32f429i-disco: Add support for initializing ltdc framebuffer and the ↵Gregory Nutt2014-12-191-0/+444
| | | | | | | | | | | | | | | | configured lcd display This adds support for initializing of the ltdc controller and the lcd device connected on the stm32f429i-disco. The following methods are provided for the generic fb interface: - up_fbinitialize - up_fbgetvplane - fb_uninitialize The following methods are provided for the ltdc interface: - up_ltdcgetlayer Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>