summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Add two files that were missed in a previous commitGregory Nutt2014-12-034-1/+331
|
* A more more input positional logicGregory Nutt2014-12-034-13/+225
|
* Rethink positional input; Add input configuration logicGregory Nutt2014-12-034-45/+208
|
* Add framework for joystick inputGregory Nutt2014-12-037-3/+156
|
* Add color initilization logiGregory Nutt2014-12-035-2/+713
|
* Making a place for color transformationsGregory Nutt2014-12-033-7/+7
|
* Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-0317-80/+1123
|
* A few more traveler fixesGregory Nutt2014-12-032-1/+6
|
* Let's get consistent with spelling: Use the US spelling of traveler with ↵Gregory Nutt2014-12-0319-70/+70
| | | | one 'l'
* Add traveller main file and stubs for required headersGregory Nutt2014-12-0319-14/+1134
|
* Remove carriage returns; correct file modesGregory Nutt2014-12-032-73/+73
|
* Beginning of a 1st person gameGregory Nutt2014-12-033-0/+239
|
* SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)Gregory Nutt2014-12-031-10/+10
|
* Update ChangelogGregory Nutt2014-12-031-1/+3
|
* Add an analog joystick test/exampleGregory Nutt2014-12-038-8/+669
|
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are ↵Gregory Nutt2014-12-014-7/+7
| | | | problems. From Woohan Lee
* Fixes to get the discrete joystick driver and test workingGregory Nutt2014-11-281-0/+4
|
* Update ChangeLogsGregory Nutt2014-11-281-0/+2
|
* apps/examples/djoystick: Add a test of the discreate joystick driverGregory Nutt2014-11-288-14/+461
|
* Remove some debug output that was accidentally left in a preceding commitGregory Nutt2014-11-281-1/+0
|
* Update ChangeLogGregory Nutt2014-11-271-0/+3
|
* fix romfs example builtin app registry issue. From Librae.Gregory Nutt2014-11-271-1/+14
|
* Preparing for NuttX-7.6 ReleaseGregory Nutt2014-11-261-2/+3
|
* More ccpcheck-related fixesGregory Nutt2014-11-252-1/+2
|
* Fix a typo introduced with the cppcheck fixesGregory Nutt2014-11-251-1/+1
|
* Fixes for more cppcheck complaints.Gregory Nutt2014-11-258-28/+25
|
* Fixes for more issues found by cppcheckGregory Nutt2014-11-257-19/+19
|
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-258-418/+424
|
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-2514-33/+44
|
* More fixes to issues noted by cppcheckGregory Nutt2014-11-2510-25/+15
|
* Fixes for more complaints from cppcheckGregory Nutt2014-11-2510-73/+77
|
* Fixes for more complaints from cppcheckGregory Nutt2014-11-255-94/+41
|
* Fix BAS configuration from last change; refresh STM32 F4 NSH configurationGregory Nutt2014-11-241-4/+3
|
* BAS: Editor and shell commands are now configurableGregory Nutt2014-11-243-4/+19
|
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-211-2/+1
|
* apps/examples/bridge: Lots of fixes. I think it is working although I have ↵Gregory Nutt2014-11-216-61/+104
| | | | still have host firewall issues in testing
* apps/examples/bridge: Fixes some bugs in test driver. Still does not workGregory Nutt2014-11-211-20/+30
|
* Update ChangeLogGregory Nutt2014-11-211-0/+2
|
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-217-34/+537
|
* Update ChangeLogGregory Nutt2014-11-201-0/+2
|
* Fixing md5 hashing when digest[$i] lower that 16. Sergey <sectus@mail.ru>Gregory Nutt2014-11-201-1/+1
|
* SAMA5D4-EK EMAC1: Correct name of EMAC1 configuration variableGregory Nutt2014-11-181-1/+0
|
* Ooops.. Fix oversight in last commitGregory Nutt2014-11-181-2/+23
|
* DHCPD: Remove dhcpd_addoption_n. It uses C features not supported by all ↵Gregory Nutt2014-11-181-27/+2
| | | | compilers
* DHCPD: Add support for the dhcp options for netmask, router and dns. From ↵Gregory Nutt2014-11-182-1/+82
| | | | Brennan Ashton
* NxPlayer Kconfig should depend on AUDIO supportGregory Nutt2014-11-171-0/+1
|
* Due to limitations in port unique-ness, have to use unique port numbers in ↵Gregory Nutt2014-11-171-2/+2
| | | | apps/examples/bridge for now
* Update ChangeLogsGregory Nutt2014-11-171-0/+5
|
* apps/examples/bridge: Add a simple UDP relay bridge for testing ↵Gregory Nutt2014-11-178-3/+1056
| | | | configurations with multiple networks
* Fix trivial typo in a commentGregory Nutt2014-11-171-1/+1
|