- Jan 14, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
This is not the official configuration for the PX4 board and has led to confusion by NuttX users. The board configuration also requires some ongoing maintenance and customization to support ongoing PX4 testing and evaluation. It is best retained the PX4 repositories where it can be properly maintained and not in the upstream NuttX repository.
-
Gregory Nutt authored
-
Gregory Nutt authored
Removed setting of the initial timer interval load value (or, rather, it is always set to zero for a free-running timer). Also, do not unconditional enable the timer out interrupt. The timerout interrupt is not not enabled until tiva_timer32_setinterval() is called.
-
- Jan 13, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Timer Timer: Timer driver now initializes without complaints. Need a test driver of some kind to make more testing progress.
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva Timer: Rename tiva_timerlow.c to tiva_timerlow32.c since it only supports 32-bit periodic timers
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva Timer: Allow timeout interrupts even if the reload value is zero. That is the value that is need to get an interrupt on the wrap from 0xffffffff to 0x00000000
-
Gregory Nutt authored
Tiva Timer: Add conditional compilation to enable/disable each timer feature. Not only does this reduce the footprint by suppressing unused features, it also protects from partially implemented features that are now conditioned on EXPERIMENTAL
-
Gregory Nutt authored
-
- Jan 12, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 11, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 10, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Tive Timer: Add support for ADC trigger generation from one-shot and periodic timers for timeout and match evetns
-
Gregory Nutt authored
Tiva Timer: Add support to set the match regiser(s) relative to the timer counter (and prescale) registers. Enable match interrupts. These are one time interruprts: After the match interrupt is dispatched, further match interrupts are disabled
-
- Jan 09, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Tive System Control: Add logic to configure the alternatie clock source (ALTCLK). Needed by the Tiva timer module
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 08, 2015
-
-
Gregory Nutt authored
STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE unless they have implemented SDIOWAIT_WRCOMPLETE
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-