summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2015-01-141-3/+10
* Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.Gregory Nutt2015-01-1419-24/+96
* Add comments to Micro Python MakefileGregory Nutt2015-01-141-2/+15
* Update READMEGregory Nutt2015-01-142-0/+27
* Tiva Timer: Revert the previous change. Thre is a better way to handler time...Gregory Nutt2015-01-146-176/+215
* Tiva Timer: Remove a big chunk of unnecessary logicGregory Nutt2015-01-131-183/+6
* Update READMEGregory Nutt2015-01-131-0/+7
* Micro python: Remove typedef of wint_tGregory Nutt2015-01-131-1/+0
* Update READMEGregory Nutt2015-01-131-0/+39
* Update ChangeLogGregory Nutt2015-01-131-1/+4
* Tiva Timer: Timer test must attach a timer handler or the timer is stopped at...Gregory Nutt2015-01-133-23/+60
* Update READMEGregory Nutt2015-01-131-1/+6
* Micro Python uses CROSS_COMPILE, not CROSSDEVGregory Nutt2015-01-131-0/+2
* Update ChangeLogGregory Nutt2015-01-131-0/+2
* apps/exemples/timer: Add a trivial test of the timer driverGregory Nutt2015-01-138-3/+444
* Timer Timer: Timer driver now initializes without complaints. Need a test d...Gregory Nutt2015-01-133-31/+61
* DK-TM3C129X Timer: Add timer initialization logic to the board bring-upGregory Nutt2015-01-137-4/+232
* Tiva Timer: Rename tiva_timerlow.c to tiva_timerlow32.c since it only suppor...Gregory Nutt2015-01-133-8/+3
* Tiva Timer: Completes implementation of the timer driver lower halfGregory Nutt2015-01-133-34/+202
* Tiva Timer: Allow timeout interrupts even if the reload value is zero. That...Gregory Nutt2015-01-132-15/+112
* Tiva Timer: Add conditional compilation to enable/disable each timer feature....Gregory Nutt2015-01-133-9/+231
* TM4C123G LaunchPad: Button support from Bradlye NoyesGregory Nutt2015-01-123-2/+177
* Tiva Timer: Rename tiva_timer.c to tiva_timerlib.cGregory Nutt2015-01-122-2/+2
* Tiva Timer: First cut at timer driver lower half (still incomplete)Gregory Nutt2015-01-124-34/+958
* 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