summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-1511-6/+1342
|
* Updated ChangelogsGregory Nutt2014-06-121-0/+2
|
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-121-0/+11
|
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-127-9/+399
|
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ↵Gregory Nutt2014-05-301-0/+2
| | | | uip_arp_ functions to arp_
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ↵Gregory Nutt2014-05-306-7/+7
| | | | uip_arp_ functions to arp_
* snprintf(): If size is zero, then snprintf() should return the size of the ↵Gregory Nutt2014-05-301-1/+0
| | | | required buffer without writing anyting. From Sami Pelkonen
* Costmetic changes to memory manager debug outputGregory Nutt2014-05-241-1/+12
|
* Updated ChangeLogsGregory Nutt2014-05-231-1/+4
|
* CLE: Last bugfix commit was insufficientGregory Nutt2014-05-231-25/+11
|
* CLE: Was not returning the terminating newline characterGregory Nutt2014-05-231-0/+9
|
* Update ChangeLogsGregory Nutt2014-05-221-0/+5
|
* Change all variadic macros to C99 styleGregory Nutt2014-05-2210-35/+35
|
* Move prun from interpreters/ to system/; And an NSH built-in appliation ↵Gregory Nutt2014-05-096-3/+241
| | | | that can be used to execute P-Code files from the NSH command line
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-0911-14/+24
|
* Make sure apps/examples/pashello still builds; update comments; refresh ↵Gregory Nutt2014-05-091-0/+2
| | | | configurations
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary ↵Gregory Nutt2014-05-0915-51/+487
| | | | format is functional except that there are still some modularity and kernel build issues that need to be addressed.
* P-code BINFMT: Add logic to pass information from the binfmt logic to the ↵Gregory Nutt2014-05-081-1/+4
| | | | P-code interpreter. This includes some extension to the binfmt interfaces.
* Update the displayed I2C on each get iteraction (not the same starting ↵Gregory Nutt2014-05-082-1/+5
| | | | address). From Ryan VanSickle
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-082-5/+2
|
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-057-36/+92
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* Update configuration an make logic in order to select that the serial ↵Gregory Nutt2014-04-303-2/+18
| | | | blaster task priority and stack size. From Bob Doiron