summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-0321-84/+84
|
* NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will ↵Gregory Nutt2014-07-031-13/+30
| | | | persist
* Update ChangeLogGregory Nutt2014-07-031-0/+2
|
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-038-88/+452
|
* Remove a warningGregory Nutt2014-07-031-1/+2
|
* Fixes to errors that I introduced from Pelle WinderstamGregory Nutt2014-07-031-3/+3
|
* NET: Misc naming clean-upGregory Nutt2014-07-021-3/+1
|
* Update ChangeLogsGregory Nutt2014-07-021-0/+4
|
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-0235-161/+161
|
* Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt2014-07-0214-18/+18
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0253-109/+109
|
* Update ChangeLogsGregory Nutt2014-07-011-0/+3
|
* NSH: if # appears on line, need to comment ignore additinal commands on the lineGregory Nutt2014-07-011-9/+10
|
* DHCPD: Missed name change uip_lock->net_lockGregory Nutt2014-06-301-3/+3
|
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-1/+1
|
* Cosmetic changes, updates to README files, updates to some commentsGregory Nutt2014-06-302-3/+3
|
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-293-3/+3
|
* NET: Renaming of IP address typesGregory Nutt2014-06-293-14/+19
|
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-293-37/+68
|
* SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via ↵Gregory Nutt2014-06-282-2/+2
| | | | TRNG, an NSH startup script, and a RAM disk at /tmp
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-272-2/+2
|
* Update ChangeLogsGregory Nutt2014-06-271-1/+2
|
* NSH: Networking features modified to handle the case of SLIP networks.Gregory Nutt2014-06-272-12/+47
|
* Updated ChangeLogGregory Nutt2014-06-271-0/+3
|
* Updates for coding styleGregory Nutt2014-06-271-57/+64
|
* Add apps/system/mdio from LazloGregory Nutt2014-06-274-0/+372
|
* Add support for a network device IOCTL to access PHY registers. Ioctls only ↵Gregory Nutt2014-06-274-1/+9
| | | | implemented for STM32. From Lazlo
* The hex2bin library did not build with debug offGregory Nutt2014-06-262-2/+2
|
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular ↵Gregory Nutt2014-06-262-29/+30
| | | | inclusion problem.
* Prep for NuttX-7.3 releasenuttx-7.3Gregory Nutt2014-06-251-4/+5
|
* Clean up all UDP-related namingGregory Nutt2014-06-241-7/+7
|
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; ↵Gregory Nutt2014-06-2418-19/+19
| | | | Rename *_internal.h header files in net/ to just *.h
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-242-2/+2
|
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-249-9/+9
|
* Update changelogGregory Nutt2014-06-231-1/+2
|
* httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0Gregory Nutt2014-06-231-2/+3
|
* Costmetic changes after review for sense of OK (should be zero)Gregory Nutt2014-06-191-6/+4
|
* SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some ↵Gregory Nutt2014-06-171-1/+1
| | | | critical errors in the SAMA5D3 DMA definitions
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-167-21/+319
|
* hex2bin: Fix un-necessary seeks because expected address was not being updatedGregory Nutt2014-06-161-1/+7
|
* Update ChangeLogGregory Nutt2014-06-161-0/+5
|
* hex2mem: Like hex2bin, but writes Intel HEX files directly to memoryGregory Nutt2014-06-164-15/+346
|
* hex2bin: Fix some indexing errorsGregory Nutt2014-06-161-25/+30
|
* hex2bin: Fix a typo in the stack sizeGregory Nutt2014-06-161-1/+1
|
* hex2bin: Needs a little larger stackGregory Nutt2014-06-162-2/+17
|
* hex2bin: Various bugfixesGregory Nutt2014-06-161-10/+17
|
* hex2dump: Needs to read new character at end of the loopGregory Nutt2014-06-152-5/+8
|
* hex2bin: Start code should not be in bufferGregory Nutt2014-06-151-1/+8
|
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-151-2/+6
|
* Update ChangeLogGregory Nutt2014-06-151-0/+3
|