summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-1417-4/+1685
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-132-2/+3
* Remove executable property from source and make filespatacongo2012-09-1323-0/+0
* Email address change in apps/patacongo2012-09-13102-462/+462
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-13133-269/+269
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-1324-24/+27
* Suppress network configuration in discover example if it is an NSH built-in f...patacongo2012-09-122-8/+15
* Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-127-87/+99
* Network discover utility from Max Holtzbergpatacongo2012-09-1214-4/+1038
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-5/+5
* AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-116-11/+204
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-2/+125
* More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-102-2/+17
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-084-28/+52
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-081-3/+4
* More Shenzhou board logicpatacongo2012-09-082-3/+8
* LPC17xx Kconfig looks goodpatacongo2012-09-051-0/+29
* Add URL/CGI function mapping option to uIP web serverpatacongo2012-09-054-10/+54
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+1
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+2
* Syntax error in last apps/netutils/webserver/Kconfigpatacongo2012-09-041-2/+2
* Enhancements to the uIP web server from Katepatacongo2012-09-047-33/+261
* Fix scrambled Kconfig Make.defs filespatacongo2012-09-042-11/+22
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-4/+8
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-3124-1003/+587
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-312-1/+4
* Add configurable application entry pointpatacongo2012-08-3055-579/+376
* Add perror()patacongo2012-08-284-4/+14
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-282-2/+15
* More patches/bugfixes from Katepatacongo2012-08-262-1/+3
* Add terminating NULL to argv[] listpatacongo2012-08-262-1/+6
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-2/+12
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-251-4/+6
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-149-24/+26
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-122-5/+47
* I learned how to spell PSEUDOpatacongo2012-08-053-18/+17
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-042-6/+30
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-043-82/+255
* Add the NSH df commandpatacongo2012-08-045-32/+92
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-036-231/+410
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-023-4/+8
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-307-65/+299
* Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo2012-07-283-33/+70
* PM update; NSH extension to catch return valuespatacongo2012-07-283-17/+74
* Remove BOTHERpatacongo2012-07-2410-22/+26
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-233-48/+26
* Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress u...patacongo2012-07-225-172/+217
* Make serial setup configurale in apps/examples/modbuspatacongo2012-07-212-8/+38
* Missed a couple of files in the last check-inpatacongo2012-07-211-0/+0