Gregory Nutt
096f51ded0
Micro Python: Add logic to automatically download the Micro Python tarball at download
2015-01-11 10:49:20 -06:00
Gregory Nutt
d15b04ae88
Update ChangeLog
2015-01-11 09:36:11 -06:00
Gregory Nutt
63b265b640
Port of Micro Python to NuttX. From Dave Marples
2015-01-11 09:34:51 -06:00
Gregory Nutt
632480ce24
apps/system/lm75: Missing semicolon when floating point enabled
2015-01-06 13:21:56 -06:00
Gregory Nutt
cbbc58722b
Update ChangeLog
2015-01-06 12:32:40 -06:00
Gregory Nutt
40d2de6b83
Add a tiny system application to read the current temperature
2015-01-06 12:31:33 -06:00
Gregory Nutt
63566455d8
Telnetd: EBUSY is not an error in this case, then why report an error?
2015-01-03 09:53:35 -06:00
Gregory Nutt
3c858bf623
Update ChangeLogs
2014-12-29 10:06:14 -06:00
Gregory Nutt
221f65d460
stm32: update description and code documentation. Also fixes a few code formattings.
...
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-29 09:59:46 -06:00
Gregory Nutt
ed7c81fa5a
Update changelog
2014-12-28 19:03:32 -06:00
Gregory Nutt
88c3d8bdda
apps/system/composite: Fix some corrupted conditional compilation that crept in. Looks like some automatated update gone awry.
2014-12-28 19:02:44 -06:00
Gregory Nutt
5753862bf0
Update ChangeLog
2014-12-28 17:12:36 -06:00
Gregory Nutt
354524c8c2
apps/system/usbmsc: Fix some corrupted conditional compilation that crept in. Looks like some automatated update gone awry.
2014-12-28 17:09:35 -06:00
Gregory Nutt
4cc9c1901b
Fix some misplaced conditional compilation. From David Sidrane
2014-12-26 08:20:13 -06:00
Gregory Nutt
d4d11ee94c
Update ChangeLog
2014-12-19 15:40:27 -06:00
Gregory Nutt
e67bd189a3
STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review
2014-12-19 14:52:17 -06:00
Gregory Nutt
2caba712f6
example: add ltdc test example
...
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-19 14:32:08 -06:00
Gregory Nutt
2448178ed9
Add basic board support for the DK-TM4C129X Connected Development Kit. The initial commit is simply the TM4C123G Launchpad with naming changes
2014-12-16 15:29:14 -06:00
Gregory Nutt
b37d614ad0
Traveler: Make updated to build available tools
2014-12-15 08:25:43 -06:00
Gregory Nutt
ed7cca7d16
Traveler: Add another trivial plane management tool
2014-12-15 07:57:16 -06:00
Gregory Nutt
37816021cb
Traveler: Add another trivial plane management tool
2014-12-15 07:16:16 -06:00
Gregory Nutt
5251d18d92
Traveler: Add the first of several game-related tools
2014-12-14 18:26:36 -06:00
Gregory Nutt
c830d84835
Fix door open detection
2014-12-14 14:20:47 -06:00
Gregory Nutt
be1611fbc4
Traveler: Slow movement down
2014-12-14 14:14:13 -06:00
Gregory Nutt
f739f3f50a
More fixes to traveler input handling
2014-12-14 13:07:21 -06:00
Gregory Nutt
13f9ab213d
Various fixes to traveler joystick input logic and to simulated joystick device
2014-12-14 12:23:19 -06:00
Gregory Nutt
ebd263d3bd
SIM: Several fixes to the simulated joystick driver. Still buggy
2014-12-14 11:11:04 -06:00
Gregory Nutt
e6927cfcac
Traveler: Add support for analog joystick
2014-12-14 08:55:18 -06:00
Gregory Nutt
ad1f59f497
apps/system/cu: Add a some configurable defaults (only to reduce my keystrokes in repetitive testing)
2014-12-13 13:11:06 -06:00
Gregory Nutt
40e2a076fe
Cosmetic fix to a comment
2014-12-13 12:00:19 -06:00
Gregory Nutt
7c79e9094d
Update ChangeLogs
2014-12-13 10:42:12 -06:00
Gregory Nutt
dabe412e70
Add a minimalist implemention of the 'cu' terminal program (part of Taylor UUCP for ages). Using it, you can simply open a serial port and interact with it. Using '~.' you can leave the terminal program and drop back to nsh.
...
This might come in handy for other people that have e.g. GSM modems, GPS receivers or other devices with text based serial communications attached to their Nuttx systems.
2014-12-13 10:36:37 -06:00
Gregory Nutt
bffa1da92a
.
2014-12-13 10:34:11 -06:00
Gregory Nutt
1311470f97
Update ChangeLog
2014-12-10 18:41:00 -06:00
Gregory Nutt
308818b718
NSH TFTP get command: Wrong file name used for the destination. From Lazlo
2014-12-10 18:37:43 -06:00
Gregory Nutt
0bc4962941
Traveler: Use less floating point in timeing instrumentation
2014-12-09 10:10:57 -06:00
Gregory Nutt
266ae5d6eb
Fix backup time calculation
2014-12-09 06:26:34 -06:00
Gregory Nutt
0643fb90f7
Traveler: Add logic to limit the frame rate. This is kind of a silly feature -- why would you ever want to limit the frame rate? Well, you need to that on the simulated platform to make bandwidth for other things to run like the simulated timer
2014-12-08 13:45:17 -06:00
Gregory Nutt
ccc8557cd9
Travel: Fix more initialization errors, mostly related to file path problems
2014-12-08 12:39:02 -06:00
Gregory Nutt
0f6c4e0814
Passing wrong string for the world path
2014-12-08 11:47:28 -06:00
Gregory Nutt
c22db2365a
Extend the simulator to provide special initialization for the Traveler game
2014-12-08 10:54:58 -06:00
Gregory Nutt
3c55c8c6bf
Traveler: Change the way that the world path is managed.
2014-12-08 09:28:53 -06:00
Gregory Nutt
ac159589f8
Merge branch 'traveller'
2014-12-07 12:32:10 -06:00
Gregory Nutt
f1e008c2f3
Merge branch 'master' of ssh://git.code.sf.net/p/nuttx/git
2014-12-07 12:32:10 -06:00
Gregory Nutt
8143701d47
Add logic to build the demo world as a ROMFS file system
2014-12-07 12:26:30 -06:00
Gregory Nutt
5b6a6eff83
Add a demo world
2014-12-07 11:38:03 -06:00
Gregory Nutt
92b1e04fbb
Fix mode of header file marked executable
2014-12-07 11:07:46 -06:00
Gregory Nutt
f13dc1d680
Add range palette table. Completes basic port of the game
2014-12-07 11:02:55 -06:00
Gregory Nutt
459fb9308e
Add world destruction logic
2014-12-07 10:32:24 -06:00
Gregory Nutt
76e03225e0
Add logic to load texture images from a graphic file
2014-12-07 09:53:12 -06:00