summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tiva Interrupts: Changes corresponding to the last needed in the Tiva Kconfig...HEADmasterGregory Nutt2015-01-122-3/+10
* Tiva interrupts: Fix chip-specific interrupt un-definitionsGregory Nutt2015-01-121-9/+34
* Tiva Timers: Add interfaces to read the current timer valueGregory Nutt2015-01-122-7/+176
* Micro Python: Fix a typo in the port configuration fileGregory Nutt2015-01-122-5/+21
* Fix typo in makefileGregory Nutt2015-01-122-33/+33
* Micro Python: Flesh out make clean target; mp_int_t and mp_uint_t should be p...Gregory Nutt2015-01-122-2/+5
* Update READMEGregory Nutt2015-01-121-1/+2
* new should not through an exception if exceptions are disabled. new is now th...Gregory Nutt2015-01-122-38/+57
* Update READMEGregory Nutt2015-01-111-2/+23
* Micro Python: Now compiles without errors (but lots of warnings)Gregory Nutt2015-01-111-1/+1
* Micro Python: Changes to pyexec.c to get it to compile. Still other compilati...Gregory Nutt2015-01-112-9/+7
* Fix a typo in a commentGregory Nutt2015-01-111-1/+1
* A fiew Micro Python build fixes. There are still issuesGregory Nutt2015-01-114-6/+14
* Update .gitignoreGregory Nutt2015-01-111-0/+2
* Micro Python: Add logic to automatically download the Micro Python tarball a...Gregory Nutt2015-01-116-24/+67
* Update ChangeLogGregory Nutt2015-01-111-0/+2
* Port of Micro Python to NuttX. From Dave MarplesGregory Nutt2015-01-1113-5/+1547
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-1112-153/+169
* Tiva Timer: Fix a typoGregory Nutt2015-01-101-1/+1
* Tiva Timer: Implements configuration of the 32-bit RTC timerGregory Nutt2015-01-103-21/+66
* Tiva Timer: Add support for RTC match interruptsGregory Nutt2015-01-102-15/+163
* Tive Timer: Add support for ADC trigger generation from one-shot and periodi...Gregory Nutt2015-01-102-10/+100
* Tiva Timer: Add support to set the match regiser(s) relative to the timer cou...Gregory Nutt2015-01-103-42/+464
* 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