summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* Tiva I2C: For TM4C, high speed mode is now configurable (but disabled as ↵Gregory Nutt2015-01-061-0/+8
| | | | EXPERIMENTAL)
* Tiva Ethernet: Add support for PHY interruptsGregory Nutt2015-01-031-0/+10
|
* TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user ↵Gregory Nutt2015-01-011-7/+8
| | | | FLASH registers
* Tiva PHY: Hard code some properties of the internal PHYGregory Nutt2015-01-011-6/+9
|
* Tiva Ethernet: First cut at TM4C129X Ethernet driver. Initial commit is ↵Gregory Nutt2014-12-311-4/+194
| | | | basically just the STM32 Ethernet driver with modifications for a clean compilation in the Tiva environment
* Tiva: Add support for I2C6-9Gregory Nutt2014-12-211-0/+57
|
* Tiva SSI and board configurations: hange negative Tiva logic ↵Gregory Nutt2014-12-211-6/+59
| | | | 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-201-10/+13
| | | | families. Reanem tm4c_syscontrol.h to tm4c123_syscontrol.h; rename tm4c129x_syscontrol.h to tm4c129_syscontrol.h
* Tiva: Fix configuration logic for IRQ interrupts. The various parts ↵Gregory Nutt2014-12-181-9/+112
| | | | support varying numbers of GPIO blocks and with varying capabilities to support interrupts on the pins of different GPIO blocks
* Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic ↵Gregory Nutt2014-12-181-31/+68
| | | | CONFIG_TIVA_GPIOx_IRQS
* Remove packaging indications for TM4C129 configuration variablesGregory Nutt2014-12-161-4/+4
|
* Add TM4C129XNCZAD and TM4C1294NCPDT to the Tiva configuration systemGregory Nutt2014-12-161-3/+17
|
* Tiva I2C: Add register-level debug capabilityGregory Nutt2014-12-111-0/+8
|
* Tiva I2C: Add I2C options to KconfigGregory Nutt2014-12-101-0/+40
|
* Tiva: Add build framework and skeleton files for Tiva I2C driver. Initial ↵Gregory Nutt2014-12-091-8/+91
| | | | commit is just the STM32 I2C driver with name changes and STM32-specific logic removed
* CC3200 Launchpad updatesGregory Nutt2014-08-261-0/+4
|
* Support the the TC3200 from Jim EwingGregory Nutt2014-08-261-0/+5
|
* TM4C123G Launchpad: Corrected processor configuration from Daniel Pereira ↵Gregory Nutt2014-03-181-0/+7
| | | | de Carvalho
* Make sure that every reference to LM4F has corresponding logic for TM4CGregory Nutt2014-03-101-1/+1
|
* TM4C: Add definitions for GPIO interruptsGregory Nutt2014-03-091-0/+30
|
* Add TM4C123 to the configuration systemGregory Nutt2014-03-091-0/+7
|
* functions and definitions renamed from lm_ to tiva_Gregory Nutt2014-03-081-33/+34
|
* All files and functions beginning with lm_ changed to tiva_Gregory Nutt2014-03-081-1/+1
|
* The old lm/ directories were enamed tiva/ to better support new products ↵Gregory Nutt2014-03-081-0/+275
coming down the pipe from TI