summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Refresh configuration/update some misnamed conditional compilationGregory Nutt2015-01-181-3/+19
|
* Update ChangeLogGregory Nutt2015-01-181-0/+2
|
* apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both ↵Gregory Nutt2015-01-184-15/+31
| | | | (IPv6 still does not compile)
* apps/examples/udp/Kconfig: Default setting is backwardGregory Nutt2015-01-172-3/+3
|
* Networking: Replace all references to the macros net_ipaddr_copy, ↵Gregory Nutt2015-01-161-1/+1
| | | | net_ipaddr_hdrcopy, net_ipaddr_cmp, net_ipaddr_hdrcmp, and net_ipaddr_maskcmp with the appropriate IPv4 or IPv6 version of the macro (such as net_ipv4addr_copy). The goal is to support both IPv4 and IPv6 simultaneously. This requires that the macros be distinct and not conditionally defined to one on or the other.
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ↵Gregory Nutt2015-01-163-14/+21
| | | | 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.
* Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.Gregory Nutt2015-01-141-3/+3
| | | | 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.
* Add comments to Micro Python MakefileGregory Nutt2015-01-141-2/+15
|
* Update READMEGregory Nutt2015-01-141-0/+26
|
* Update READMEGregory Nutt2015-01-131-0/+7
|
* Micro python: Remove typedef of wint_tGregory Nutt2015-01-131-1/+0
|
* Tiva Timer: Timer test must attach a timer handler or the timer is stopped ↵Gregory Nutt2015-01-131-0/+38
| | | | at the first interrupt
* 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
|
* 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 ↵Gregory Nutt2015-01-122-2/+5
| | | | pointer size
* 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 ↵Gregory Nutt2015-01-112-9/+7
| | | | compilation issues
* 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 ↵Gregory Nutt2015-01-114-22/+65
| | | | at download
* 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 ↵Gregory Nutt2014-12-291-4/+4
| | | | | | formattings. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* Update changelogGregory Nutt2014-12-281-2/+3
|
* apps/system/composite: Fix some corrupted conditional compilation that ↵Gregory Nutt2014-12-281-8/+8
| | | | crept in. Looks like some automatated update gone awry.
* Update ChangeLogGregory Nutt2014-12-281-1/+3
|
* apps/system/usbmsc: Fix some corrupted conditional compilation that crept ↵Gregory Nutt2014-12-281-4/+4
| | | | in. Looks like some automatated update gone awry.
* 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; ↵Gregory Nutt2014-12-191-4/+7
| | | | Trivial updates after general review
* example: add ltdc test exampleGregory Nutt2014-12-198-8/+2203
| | | | Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* Add basic board support for the DK-TM4C129X Connected Development Kit. The ↵Gregory Nutt2014-12-161-1/+0
| | | | initial commit is simply the TM4C123G Launchpad with naming changes
* 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
|