summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update ChangeLogsGregory Nutt2014-11-171-1/+4
|
* These examples all set the IP address of eth1 is DHCP is enabled. That ↵Gregory Nutt2014-11-175-6/+5
| | | | can't be right???
* Update ChangeLogsGregory Nutt2014-11-161-0/+4
|
* Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt2014-11-163-6/+14
|
* Update ChangeLogGregory Nutt2014-11-161-0/+6
|
* NSH USB Console: Add logic to restart the console wait if an error occurs ↵Gregory Nutt2014-11-161-0/+13
| | | | while reading from the console. In USB console startup, the logic must be able to open the USB serial and receive 3 newlines. However, it the USB driver is disconnected or otherwise fails before the 3 newlines are received, the receive loop becomes a killer, infinite loop, CPU hog. Noted by spasbyspas
* Update ChangeLogsGregory Nutt2014-11-151-0/+3
|
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-154-16/+36
|
* Network: All logic will now handle varialbe length link layer protocol ↵Gregory Nutt2014-11-152-5/+15
| | | | headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
* Update ChangleLogGregory Nutt2014-11-131-1/+5
|
* Right now if you make a dns request before the dns address it set you will ↵Gregory Nutt2014-11-131-6/+0
| | | | get an assertion. The state of the IP setting is not something the application should be aware of, it should only be concerned with whether or not the name was resolved. From Brennan Ashton.
* Update changelogGregory Nutt2014-11-131-0/+6
|
* Remove use of CONFIG_MASK_TASK_ARGS from the I2C toolGregory Nutt2014-11-131-4/+5
|
* Remove use of CONFIG_MASK_TASK_ARGS from NSHGregory Nutt2014-11-132-11/+1
|
* Remove use of CONFIG_MAX_TASK_ARGS from examples/thttpdGregory Nutt2014-11-131-3/+2
|
* Emit a warning if number of arguments to builtin or file app can be truncatedGregory Nutt2014-11-121-0/+6
|
* Rename all C files in apps/interpreters/bas to begin with bas_ in order to ↵Gregory Nutt2014-11-1128-352/+347
| | | | avoid future name collisions in libapps.a
* BAS: Home cursor after clearing screenGregory Nutt2014-11-113-4/+3
|
* Update ChangeLogsGregory Nutt2014-11-101-0/+2
|