Gregory Nutt
36118a1b76
Networking: Replace all references to net_ipaddr_t with either in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
2015-01-16 12:30:18 -06:00
Gregory Nutt
d6c8d11909
Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.
...
This is not the official configuration for the PX4 board and has led to confusion by NuttX users. The board configuration also requires some ongoing maintenance and customization to support ongoing PX4 testing and evaluation. It is best retained the PX4 repositories where it can be properly maintained and not in the upstream NuttX repository.
2015-01-14 09:54:51 -06:00
Gregory Nutt
f91ba24cc3
Add comments to Micro Python Makefile
2015-01-14 09:17:51 -06:00
Gregory Nutt
04fce5face
Update README
2015-01-14 09:10:26 -06:00
Gregory Nutt
20301df84b
Update README
2015-01-13 16:24:56 -06:00
Gregory Nutt
917e94231c
Micro python: Remove typedef of wint_t
2015-01-13 16:19:35 -06:00
Gregory Nutt
9a23be0cd2
Tiva Timer: Timer test must attach a timer handler or the timer is stopped at the first interrupt
2015-01-13 15:55:54 -06:00
Gregory Nutt
a9eedb0054
Update README
2015-01-13 14:56:17 -06:00
Gregory Nutt
442099897c
Micro Python uses CROSS_COMPILE, not CROSSDEV
2015-01-13 14:11:58 -06:00
Gregory Nutt
5326f78513
Update ChangeLog
2015-01-13 12:58:13 -06:00
Gregory Nutt
da7402f174
apps/exemples/timer: Add a trivial test of the timer driver
2015-01-13 12:57:26 -06:00
Gregory Nutt
dad81600ce
Micro Python: Fix a typo in the port configuration file
2015-01-12 08:27:25 -06:00
Gregory Nutt
f92a061ced
Fix typo in makefile
2015-01-12 08:02:45 -06:00
Gregory Nutt
333fb04cef
Micro Python: Flesh out make clean target; mp_int_t and mp_uint_t should be pointer size
2015-01-12 07:38:30 -06:00
Gregory Nutt
77f0020844
Update README
2015-01-12 07:15:24 -06:00
Gregory Nutt
445195afeb
Update README
2015-01-11 14:07:51 -06:00
Gregory Nutt
6d606d5ffa
Micro Python: Now compiles without errors (but lots of warnings)
2015-01-11 13:12:36 -06:00
Gregory Nutt
94d571fea6
Micro Python: Changes to pyexec.c to get it to compile. Still other compilation issues
2015-01-11 13:06:06 -06:00
Gregory Nutt
dd59fb775d
Fix a typo in a comment
2015-01-11 12:46:18 -06:00
Gregory Nutt
2297a7e36b
A fiew Micro Python build fixes. There are still issues
2015-01-11 12:33:14 -06:00
Gregory Nutt
c07914fa3c
Update .gitignore
2015-01-11 11:45:52 -06:00
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