summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Tiva Timer: Add support for input clock prescaler in 16-bit one-shot/periodi...Gregory Nutt2015-01-093-16/+10
* Tiva Timer: Add logic to acknowledge Tiva Timer interruptsGregory Nutt2015-01-092-25/+226
* Tive System Control: Add logic to configure the alternatie clock source (ALTC...Gregory Nutt2015-01-094-6/+50
* Tiva Timer: Add more interrupt management logicGregory Nutt2015-01-093-175/+238
* Tiva Timer: Add functions to set match registers; Add logic to select count ...Gregory Nutt2015-01-093-122/+255
* Tiva Timer: Add interfaces to start/stop timers and to set the interval load...Gregory Nutt2015-01-092-1/+202
* Tiva Timers: Add framework to support tmer interruptsGregory Nutt2015-01-092-55/+452
* drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMC...Gregory Nutt2015-01-091-4/+4
* STM32 SDIO: CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE should not be available unless ...Gregory Nutt2015-01-082-31/+28
* STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE ...Gregory Nutt2015-01-082-0/+6
* Tiva Timer: Partial support for 16- and 32-bit, oneshot and periodic timer c...Gregory Nutt2015-01-083-83/+140
* Tiva Timer: Add support to select alternate clock source and 32-bit register...Gregory Nutt2015-01-083-106/+158
* Update ChangeLogGregory Nutt2015-01-081-0/+3
* Tiva Timer: Add register level debug supportGregory Nutt2015-01-082-56/+249
* Tiva Timer: Add basic framework to configure timers. Incomplete on initial ...Gregory Nutt2015-01-087-55/+1036
* Tiva Timer: SYNC regiser is only available on GPTM0Gregory Nutt2015-01-081-39/+4
* Tiva Timer: Update timer register bit definitions for the LM4FGregory Nutt2015-01-081-49/+49
* Tiva Timer: Extend timer register definitions to handle other chipsGregory Nutt2015-01-082-226/+291
* Update ChangeLogGregory Nutt2015-01-081-0/+12
* MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous...Gregory Nutt2015-01-084-16/+146
* Tiva Timer: Missed one register bit field definitionGregory Nutt2015-01-071-1/+1
* TM4C129X Timer: Completes timer register definition header fileGregory Nutt2015-01-071-46/+286
* TM4C129X Timer: Add some missing addresses and some of the register bit defi...Gregory Nutt2015-01-071-258/+386
* TM4C129X Timer: Update addresses in the timer register definitions file. St...Gregory Nutt2015-01-072-81/+536
* 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
* DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver at...Gregory Nutt2015-01-064-3/+65
* DK-TM4C129X: Add support for on-board TMP100 temperature sensorGregory Nutt2015-01-069-16/+179
* Update ChangeLogGregory Nutt2015-01-062-11/+13
* Tiva IRQs: Fix IRQ control logic; was limited to only 64 IRQs. That is a pr...Gregory Nutt2015-01-061-2/+67
* Tiva I2C: For TM4C, high speed mode is now configurable (but disabled as EXPE...Gregory Nutt2015-01-063-4/+24
* Tiva PHY Interrupts: Need to read the PHY interrupt status register in order ...Gregory Nutt2015-01-053-27/+43
* DK-TM4C129X: Enable I2C6 and the I2C tool in the default configurationGregory Nutt2015-01-053-3/+41
* Tiva: Fixes to support building Tiva TM4C129X I2C driverGregory Nutt2015-01-052-44/+44
* Tiva: Update I2C register definitions to include support for the TM4C129XGregory Nutt2015-01-051-112/+301
* DK-TM4C129X: The network monitor is no enabled by default in NSH configurationGregory Nutt2015-01-054-57/+122
* Tiva Ethernet: Add support for PHY interruptsGregory Nutt2015-01-033-22/+223
* Tiva Ethernet: Configure external PHY interrupt pinGregory Nutt2015-01-031-0/+4
* DK-TM4C129X: Ethernet networking is now enabled by default in the NSH config...Gregory Nutt2015-01-032-16/+429
* DK-TM4C129X: Fix RAM size in defconfig filesGregory Nutt2015-01-031-1/+1
* Tiva Ethernet: Removed logic that holds the PHY and re-ordered some reset log...Gregory Nutt2015-01-031-74/+26
* Tive Ethernet: Wait for EMAC to come out of reset before accessing any registersGregory Nutt2015-01-031-58/+61
* Tiva serial: Add volatile to fix a wait loop that was not waiting; CR really...Gregory Nutt2015-01-021-3/+4
* Cosmetic changesGregory Nutt2015-01-022-7/+7
* Tiva: Fix typos in conditional compilationGregory Nutt2015-01-021-6/+5
* Tiva Ethernet: Add lots of debug output for testingGregory Nutt2015-01-021-5/+23
* Tiva: If peripheral ready register not available, then lets say the periphera...Gregory Nutt2015-01-021-24/+24
* Tiva: Wait for the console UART to be ready before configuring itGregory Nutt2015-01-021-3/+16
* Tiva Ethernet: Fix compile problem when debug enabledGregory Nutt2015-01-021-1/+1
* Update ChangeLogGregory Nutt2015-01-021-0/+4