summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tiva_timerlib.c
Commit message (Expand)AuthorAgeFilesLines
* Tiva: Remove unconditional debug output from GPIO codeGregory Nutt2015-03-231-1/+0
* - ADC driver has been re-organized; configuration is now handled in codeGregory Nutt2015-03-231-3/+5
* Tiva TimerLib: Fix a typo in peripheral waiting logic: gptm, not gpio. From...Gregory Nutt2015-03-101-1/+1
* Tiva: Updated files to allow for ADC triggering by the timer. I’ve cleaned ...Gregory Nutt2015-02-171-9/+9
* Adds support for TM4C123G timers; integrates with the TM4C123G Launchpad. Fr...Gregory Nutt2015-02-051-41/+95
* Update READMEGregory Nutt2015-01-141-0/+1
* Tiva Timer: Revert the previous change. Thre is a better way to handler time...Gregory Nutt2015-01-141-84/+180
* Tiva Timer: Remove a big chunk of unnecessary logicGregory Nutt2015-01-131-183/+6
* Timer Timer: Timer driver now initializes without complaints. Need a test d...Gregory Nutt2015-01-131-10/+10
* Tiva Timer: Completes implementation of the timer driver lower halfGregory Nutt2015-01-131-2/+109
* Tiva Timer: Allow timeout interrupts even if the reload value is zero. That...Gregory Nutt2015-01-131-14/+111
* Tiva Timer: Add conditional compilation to enable/disable each timer feature....Gregory Nutt2015-01-131-1/+122
* Tiva Timer: Rename tiva_timer.c to tiva_timerlib.cGregory Nutt2015-01-121-0/+2751