summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-114-22/+65
* Update ChangeLogGregory Nutt2015-01-111-0/+2
* Port of Micro Python to NuttX. From Dave MarplesGregory Nutt2015-01-1113-5/+1547
* apps/system/lm75: Missing semicolon when floating point enabledGregory Nutt2015-01-061-2/+5
* Update ChangeLogGregory Nutt2015-01-061-0/+4
* Add a tiny system application to read the current temperatureGregory Nutt2015-01-067-2/+367
* Telnetd: EBUSY is not an error in this case, then why report an error?Gregory Nutt2015-01-031-4/+7
* Update ChangeLogsGregory Nutt2014-12-291-0/+2
* stm32: update description and code documentation. Also fixes a few code form...Gregory Nutt2014-12-291-4/+4
* Update changelogGregory Nutt2014-12-281-2/+3
* apps/system/composite: Fix some corrupted conditional compilation that crept...Gregory Nutt2014-12-281-8/+8
* Update ChangeLogGregory Nutt2014-12-281-1/+3
* apps/system/usbmsc: Fix some corrupted conditional compilation that crept in...Gregory Nutt2014-12-281-4/+4
* Fix some misplaced conditional compilation. From David SidraneGregory Nutt2014-12-261-5/+4
* Update ChangeLogGregory Nutt2014-12-191-3/+2
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; T...Gregory Nutt2014-12-191-4/+7
* example: add ltdc test exampleGregory Nutt2014-12-198-8/+2203
* Add basic board support for the DK-TM4C129X Connected Development Kit. The i...Gregory Nutt2014-12-161-1/+0
* Traveler: Make updated to build available toolsGregory Nutt2014-12-152-7/+12
* Traveler: Add another trivial plane management toolGregory Nutt2014-12-155-6/+208
* Traveler: Add another trivial plane management toolGregory Nutt2014-12-152-3/+319
* Traveler: Add the first of several game-related toolsGregory Nutt2014-12-144-2/+307
* Fix door open detectionGregory Nutt2014-12-141-3/+2
* Traveler: Slow movement downGregory Nutt2014-12-141-20/+32
* More fixes to traveler input handlingGregory Nutt2014-12-141-10/+11
* Various fixes to traveler joystick input logic and to simulated joystick deviceGregory Nutt2014-12-142-41/+49
* SIM: Several fixes to the simulated joystick driver. Still buggyGregory Nutt2014-12-141-10/+6
* Traveler: Add support for analog joystickGregory Nutt2014-12-145-48/+461
* apps/system/cu: Add a some configurable defaults (only to reduce my keystrok...Gregory Nutt2014-12-133-7/+35
* Cosmetic fix to a commentGregory Nutt2014-12-131-1/+1
* Update ChangeLogsGregory Nutt2014-12-131-0/+9
* Add a minimalist implemention of the 'cu' terminal program (part of Taylor U...Gregory Nutt2014-12-136-9/+36
* .Gregory Nutt2014-12-135-0/+676
* Update ChangeLogGregory Nutt2014-12-101-0/+3
* NSH TFTP get command: Wrong file name used for the destination. From LazloGregory Nutt2014-12-102-4/+5
* Traveler: Use less floating point in timeing instrumentationGregory Nutt2014-12-091-20/+104
* Fix backup time calculationGregory Nutt2014-12-091-1/+1
* Traveler: Add logic to limit the frame rate. This is kind of a silly featur...Gregory Nutt2014-12-084-19/+69
* Travel: Fix more initialization errors, mostly related to file path problemsGregory Nutt2014-12-085-14/+37
* Passing wrong string for the world pathGregory Nutt2014-12-081-1/+1