Skip to content
  1. Apr 01, 2018
  2. Feb 01, 2018
  3. Feb 27, 2017
  4. Jun 11, 2016
  5. Feb 14, 2016
  6. Oct 07, 2015
  7. Oct 03, 2015
  8. Jul 22, 2015
  9. Mar 23, 2015
    • Gregory Nutt's avatar
      - ADC driver has been re-organized; configuration is now handled in code · fedc213e
      Gregory Nutt authored
      instead of Kconfig to help reduce bloat and confusion.
      - Timer changed to remove ADC coupling in Kconfig to code and moved
      configuration up from arch/arm/src/tiva to configs/tm4c123g-launchpad/src.
      - GPIO driver needed small fixes in the configuration routines and
      discovered false-positive bugs in interrupt testing: interrupts are now
      verified to actually be working reliably.
      - Attempt to apply some consistency in the tiva arch/ level's interface
      to the config/board/ level driver configuration.
      
      From Calvin Maguranis
      fedc213e
    • Gregory Nutt's avatar
      - ADC driver has been re-organized; configuration is now handled in code · f3ad3efc
      Gregory Nutt authored
      instead of Kconfig to help reduce bloat and confusion.
      - Timer changed to remove ADC coupling in Kconfig to code and moved
      configuration up from arch/arm/src/tiva to configs/tm4c123g-launchpad/src.
      - GPIO driver needed small fixes in the configuration routines and
      discovered false-positive bugs in interrupt testing: interrupts are now
      verified to actually be working reliably.
      - Attempt to apply some consistency in the tiva arch/ level's interface
      to the config/board/ level driver configuration.
      
      From Calvin Maguranis
      f3ad3efc